2022-11-23T01:11:26.4579230Z Requested labels: macos-m1-12 2022-11-23T01:11:26.4579320Z Job defined at: pytorch/pytorch/.github/workflows/_mac-test.yml@refs/heads/master 2022-11-23T01:11:26.4579342Z Waiting for a runner to pick up this job... 2022-11-23T01:11:26.5918868Z Job is about to start running on the runner: i-0cc06a3dc07ca237a (organization) 2022-11-23T01:11:29.5558390Z Current runner version: '2.299.1' 2022-11-23T01:11:29.5594960Z Runner name: 'i-0cc06a3dc07ca237a' 2022-11-23T01:11:29.5595250Z Runner group name: 'Default' 2022-11-23T01:11:29.5595740Z Machine name: 'ip-10-0-3-156' 2022-11-23T01:11:29.5597060Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:11:29.5597400Z Actions: write 2022-11-23T01:11:29.5597590Z Checks: write 2022-11-23T01:11:29.5597790Z Contents: write 2022-11-23T01:11:29.5597990Z Deployments: write 2022-11-23T01:11:29.5598190Z Discussions: write 2022-11-23T01:11:29.5598390Z Issues: write 2022-11-23T01:11:29.5598590Z Metadata: read 2022-11-23T01:11:29.5598780Z Packages: write 2022-11-23T01:11:29.5598980Z Pages: write 2022-11-23T01:11:29.5599180Z PullRequests: write 2022-11-23T01:11:29.5599400Z RepositoryProjects: write 2022-11-23T01:11:29.5599620Z SecurityEvents: write 2022-11-23T01:11:29.5599830Z Statuses: write 2022-11-23T01:11:29.5600020Z ##[endgroup] 2022-11-23T01:11:29.5601720Z Secret source: Actions 2022-11-23T01:11:29.5602050Z Prepare workflow directory 2022-11-23T01:11:29.6330640Z Prepare all required actions 2022-11-23T01:11:29.6423880Z Getting action download info 2022-11-23T01:11:29.7980260Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:11:37.6274730Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:11:38.0519050Z Getting action download info 2022-11-23T01:11:38.1960490Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:11:38.4361080Z Getting action download info 2022-11-23T01:11:38.7348920Z Download action repository 'actions/cache@v3' (SHA:9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7) 2022-11-23T01:11:38.9907020Z Getting action download info 2022-11-23T01:11:39.1771990Z Uses: pytorch/pytorch/.github/workflows/_mac-test.yml 2022-11-23T01:11:39.1773760Z ##[group] Inputs 2022-11-23T01:11:39.1774110Z build-environment: macos-12-py3-arm64 2022-11-23T01:11:39.1774850Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "macos-m1-12" }, { config: "default", shard: 2, num_shards: 2, runner: "macos-m1-12" }, { config: "functorch", shard: 1, num_shards: 1, runner: "macos-m1-12" }, ]} 2022-11-23T01:11:39.1775490Z sync-tag: 2022-11-23T01:11:39.1775720Z arch: arm64 2022-11-23T01:11:39.1775940Z ##[endgroup] 2022-11-23T01:11:39.1791970Z Complete job name: macos-12-py3-arm64 / test (default, 2, 2, macos-m1-12) 2022-11-23T01:11:39.2294410Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:11:39.2294610Z with: 2022-11-23T01:11:39.2294720Z submodules: recursive 2022-11-23T01:11:39.2294850Z fetch-depth: 0 2022-11-23T01:11:39.2294950Z env: 2022-11-23T01:11:39.2295060Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:39.2295210Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:11:39.2295350Z TEST_CONFIG: default 2022-11-23T01:11:39.2295470Z SHARD_NUMBER: 2 2022-11-23T01:11:39.2295580Z NUM_TEST_SHARDS: 2 2022-11-23T01:11:39.2295700Z PR_BODY: 2022-11-23T01:11:39.2295820Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:11:39.2295960Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:11:39.2296090Z ##[endgroup] 2022-11-23T01:11:39.2426020Z ##[group]Run retry () { 2022-11-23T01:11:39.2426180Z retry () { 2022-11-23T01:11:39.2426350Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:11:39.2426490Z } 2022-11-23T01:11:39.2426630Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.2426790Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:11:39.2426940Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.2427070Z else 2022-11-23T01:11:39.2427200Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.2427330Z fi 2022-11-23T01:11:39.2427440Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.2441240Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:39.2441630Z env: 2022-11-23T01:11:39.2441750Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:39.2441890Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:11:39.2442020Z TEST_CONFIG: default 2022-11-23T01:11:39.2442140Z SHARD_NUMBER: 2 2022-11-23T01:11:39.2442250Z NUM_TEST_SHARDS: 2 2022-11-23T01:11:39.2442360Z PR_BODY: 2022-11-23T01:11:39.2442470Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:11:39.2442610Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:11:39.2442730Z NO_SUDO: 2022-11-23T01:11:39.2442830Z ##[endgroup] 2022-11-23T01:11:39.2805560Z /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:11:50.6140550Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:11:50.6140690Z with: 2022-11-23T01:11:50.6140820Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:50.6140950Z fetch-depth: 0 2022-11-23T01:11:50.6141080Z submodules: recursive 2022-11-23T01:11:50.6141220Z quiet-checkout: true 2022-11-23T01:11:50.6141350Z repository: pytorch/pytorch 2022-11-23T01:11:50.6141570Z token: *** 2022-11-23T01:11:50.6141690Z ssh-strict: true 2022-11-23T01:11:50.6141820Z persist-credentials: true 2022-11-23T01:11:50.6141960Z clean: true 2022-11-23T01:11:50.6142070Z lfs: false 2022-11-23T01:11:50.6142200Z set-safe-directory: true 2022-11-23T01:11:50.6142310Z env: 2022-11-23T01:11:50.6142420Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:50.6142570Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:11:50.6142710Z TEST_CONFIG: default 2022-11-23T01:11:50.6142820Z SHARD_NUMBER: 2 2022-11-23T01:11:50.6142920Z NUM_TEST_SHARDS: 2 2022-11-23T01:11:50.6143030Z PR_BODY: 2022-11-23T01:11:50.6143140Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:11:50.6143280Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:11:50.6143400Z ##[endgroup] 2022-11-23T01:11:50.7040800Z Syncing repository: pytorch/pytorch 2022-11-23T01:11:50.7041720Z ##[group]Getting Git version info 2022-11-23T01:11:50.7042040Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2022-11-23T01:11:50.7042340Z [command]/usr/bin/git version 2022-11-23T01:11:50.7058610Z git version 2.32.1 (Apple Git-133) 2022-11-23T01:11:50.7070390Z ##[endgroup] 2022-11-23T01:11:50.7079180Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/fab441f4-397c-4acc-a679-3ff3ad52139c/.gitconfig' 2022-11-23T01:11:50.7082650Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/fab441f4-397c-4acc-a679-3ff3ad52139c' before making global git config changes 2022-11-23T01:11:50.7083270Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:11:50.7085300Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:11:50.7143330Z Deleting the contents of '/Users/ec2-user/runner/_work/pytorch/pytorch' 2022-11-23T01:11:50.7147220Z ##[group]Initializing the repository 2022-11-23T01:11:50.7148670Z [command]/usr/bin/git init /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:11:50.7237800Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:11:50.7238070Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:11:50.7238320Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:11:50.7238500Z hint: 2022-11-23T01:11:50.7238730Z hint: git config --global init.defaultBranch 2022-11-23T01:11:50.7238890Z hint: 2022-11-23T01:11:50.7239110Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:11:50.7239380Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:11:50.7239560Z hint: 2022-11-23T01:11:50.7239720Z hint: git branch -m 2022-11-23T01:11:50.7291860Z Initialized empty Git repository in /Users/ec2-user/runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:11:50.7295990Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:11:50.7352170Z ##[endgroup] 2022-11-23T01:11:50.7352680Z ##[group]Disabling automatic garbage collection 2022-11-23T01:11:50.7354270Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:11:50.7397220Z ##[endgroup] 2022-11-23T01:11:50.7397520Z ##[group]Setting up auth 2022-11-23T01:11:50.7401800Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:11:50.7444030Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:11:50.7823200Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:11:50.7871230Z [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-11-23T01:11:50.8255350Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:11:50.8313090Z ##[endgroup] 2022-11-23T01:11:50.8313380Z ##[group]Fetching the repository 2022-11-23T01:11:50.8316070Z [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-11-23T01:12:24.9757730Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:12:24.9970920Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:24.9976010Z ##[endgroup] 2022-11-23T01:12:24.9976280Z ##[group]Determining the checkout info 2022-11-23T01:12:24.9976610Z ##[endgroup] 2022-11-23T01:12:24.9976830Z ##[group]Checking out the ref 2022-11-23T01:12:24.9979510Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:27.4433900Z ##[endgroup] 2022-11-23T01:12:27.4434210Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:12:27.4437170Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:12:27.4498230Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:12:27.4544570Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:12:27.4589930Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:12:27.4633990Z ##[endgroup] 2022-11-23T01:12:27.4634500Z ##[group]Fetching submodules 2022-11-23T01:12:27.4637660Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T01:12:27.5021820Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:12:27.5407600Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:12:27.5422940Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:12:27.5437680Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:12:27.5453810Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:12:27.5470780Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:12:27.5485320Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:12:27.5501690Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:12:27.5517290Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:12:27.5533280Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:12:27.5549020Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:12:27.5563980Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:12:27.5581240Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:12:27.5597560Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:12:27.5616360Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:12:27.5633370Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:12:27.5650290Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:12:27.5667560Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:12:27.5684360Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:12:27.5705290Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:12:27.5726920Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:12:27.5745820Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:12:27.5765880Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:12:27.5786440Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:12:27.5807310Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:12:27.5831850Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:12:27.5855810Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:12:27.5881890Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:12:27.5903930Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:12:27.5926220Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:12:27.5947500Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:12:27.5969840Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:12:27.5992650Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:12:27.6013880Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:12:27.6035310Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:12:27.6057000Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:12:27.6078280Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:12:27.6100350Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:12:27.6122700Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:12:27.6144060Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:12:27.6168420Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:12:27.6193260Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:12:27.6274060Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:12:27.9080840Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:12:28.1747630Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:12:28.4479430Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:12:28.7415900Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:12:29.0268350Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:12:30.2811970Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:12:32.9292560Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:12:33.2702630Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:12:33.7191230Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:12:34.5393480Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:12:35.4330500Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:12:36.3607720Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:12:38.8750210Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:12:39.4095210Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:12:40.2826950Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:12:40.9016760Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:12:41.1231730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:12:41.4919720Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:12:41.7974920Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:12:42.3889730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:12:42.7724770Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:12:43.0336510Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:12:43.3300700Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:12:45.4547960Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:12:45.8614170Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:12:46.2188560Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:12:49.2613530Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:12:50.1445800Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:12:50.5895660Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:12:50.8318230Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:12:53.5274700Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:12:53.7642700Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:12:54.0203260Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:12:54.5832710Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:12:54.8523040Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:12:55.1942730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:12:55.4821670Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:12:56.0661720Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:12:57.4847070Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:12:57.9233830Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:12:58.9782370Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:12:59.0295230Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:12:59.0780030Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:12:59.1412070Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:12:59.2096680Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:12:59.2874150Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:13:00.7876970Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:13:00.8518560Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:00.9794340Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:13:01.0509550Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:13:01.4945330Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:13:02.9039770Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:13:03.3290560Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:13:03.4160890Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:13:03.4232650Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:03.4249580Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:03.4265350Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:03.4281540Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:03.4345660Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:13:04.3364220Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:13:04.8896030Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:13:05.5225550Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:13:05.9718830Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:13:06.0995140Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:13:06.1919980Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:13:06.2426140Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:13:06.3884670Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:13:06.4606970Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:13:06.5098710Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:13:06.5798610Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:13:06.6475850Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:13:06.7281180Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:13:06.8717950Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:13:06.8802690Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:06.8864620Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:13:12.3603610Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:13:12.3685790Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:12.3752860Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:13:17.1298270Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:13:17.1849710Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:13:17.2396210Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:13:17.3574030Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:13:17.3633410Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:17.3652810Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:17.3718120Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:13:18.0032680Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:13:18.6808760Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:13:18.7696210Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:13:18.8334590Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:13:18.8834990Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:13:19.0418390Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:13:19.6655650Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:13:19.6732980Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:19.6750610Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:19.6818860Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:13:20.0293390Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:13:20.6324470Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:20.7073520Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:13:20.7633350Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:13:20.7704080Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:20.7775970Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:13:22.0940400Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:13:22.1019790Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:22.1036120Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:22.1100430Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:13:22.4745720Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:13:23.1134850Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:13:23.2112660Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:13:23.2193410Z 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-11-23T01:13:23.2258380Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:13:23.5052190Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:13:23.5559650Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:13:23.8560860Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:13:23.8634210Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:23.8649370Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:23.8714660Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:13:24.2281660Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:13:24.8961570Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:13:24.9997870Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:13:25.0497520Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:13:25.1008520Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:13:25.1750380Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:13:25.2246350Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:13:25.2915140Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:13:25.3436110Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:13:25.4275790Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:13:25.6088010Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:13:25.6801400Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:13:25.6866670Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:25.6881890Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:25.6897170Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:25.6910570Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:25.6973680Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:13:26.2829550Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:13:26.5599730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:13:27.3781220Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:13:28.0266890Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:13:28.0838960Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:13:28.1871340Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:13:28.2572760Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:13:28.2653360Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:28.2722500Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:13:28.5441930Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:13:28.8156730Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:13:28.8267080Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T01:13:28.8635240Z Entering 'android/libs/fbjni' 2022-11-23T01:13:28.8694310Z Entering 'third_party/FP16' 2022-11-23T01:13:28.8750570Z Entering 'third_party/FXdiv' 2022-11-23T01:13:28.8807330Z Entering 'third_party/NNPACK' 2022-11-23T01:13:28.8864630Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:28.8921070Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:28.8978860Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:28.9040350Z Entering 'third_party/benchmark' 2022-11-23T01:13:28.9098420Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:28.9162940Z Entering 'third_party/cub' 2022-11-23T01:13:28.9219910Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:28.9279610Z Entering 'third_party/cutlass' 2022-11-23T01:13:28.9340610Z Entering 'third_party/eigen' 2022-11-23T01:13:28.9400010Z Entering 'third_party/fbgemm' 2022-11-23T01:13:28.9457370Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:28.9514160Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:28.9571160Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:28.9628160Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:28.9686420Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:28.9744660Z Entering 'third_party/fmt' 2022-11-23T01:13:28.9801860Z Entering 'third_party/foxi' 2022-11-23T01:13:28.9858620Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:28.9915500Z Entering 'third_party/gloo' 2022-11-23T01:13:28.9972140Z Entering 'third_party/googletest' 2022-11-23T01:13:29.0030720Z Entering 'third_party/ideep' 2022-11-23T01:13:29.0088240Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:29.0147670Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:29.0211760Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:29.0271710Z Entering 'third_party/ittapi' 2022-11-23T01:13:29.0329710Z Entering 'third_party/kineto' 2022-11-23T01:13:29.0387950Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:29.0452160Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:29.0513660Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:29.0572610Z Entering 'third_party/neon2sse' 2022-11-23T01:13:29.0630830Z Entering 'third_party/nlohmann' 2022-11-23T01:13:29.0688750Z Entering 'third_party/onnx' 2022-11-23T01:13:29.0751540Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:29.0816580Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:29.0877710Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:29.0935630Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:29.0995500Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:29.1054920Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:29.1113200Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:29.1177180Z Entering 'third_party/pocketfft' 2022-11-23T01:13:29.1242740Z Entering 'third_party/protobuf' 2022-11-23T01:13:29.1297860Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:29.1357640Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:29.1417860Z Entering 'third_party/psimd' 2022-11-23T01:13:29.1476320Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:29.1534390Z Entering 'third_party/pybind11' 2022-11-23T01:13:29.1592810Z Entering 'third_party/python-enum' 2022-11-23T01:13:29.1651250Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:29.1709720Z Entering 'third_party/python-six' 2022-11-23T01:13:29.1773130Z Entering 'third_party/sleef' 2022-11-23T01:13:29.1831710Z Entering 'third_party/tbb' 2022-11-23T01:13:29.1890820Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:29.1948860Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:29.2006950Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:29.2066220Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:29.2125600Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:29.2185680Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:29.2247530Z Entering 'third_party/zstd' 2022-11-23T01:13:29.2313420Z ##[endgroup] 2022-11-23T01:13:29.2313860Z ##[group]Persisting credentials for submodules 2022-11-23T01:13:29.2317620Z [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-11-23T01:13:29.2702300Z Entering 'android/libs/fbjni' 2022-11-23T01:13:29.2758600Z Entering 'third_party/FP16' 2022-11-23T01:13:29.2813580Z Entering 'third_party/FXdiv' 2022-11-23T01:13:29.2869300Z Entering 'third_party/NNPACK' 2022-11-23T01:13:29.2924810Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:29.2981290Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:29.3037560Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:29.3097160Z Entering 'third_party/benchmark' 2022-11-23T01:13:29.3153610Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:29.3209570Z Entering 'third_party/cub' 2022-11-23T01:13:29.3265990Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:29.3323770Z Entering 'third_party/cutlass' 2022-11-23T01:13:29.3382040Z Entering 'third_party/eigen' 2022-11-23T01:13:29.3439600Z Entering 'third_party/fbgemm' 2022-11-23T01:13:29.3494700Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:29.3550410Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:29.3607180Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:29.3662160Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:29.3719430Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:29.3776240Z Entering 'third_party/fmt' 2022-11-23T01:13:29.3831470Z Entering 'third_party/foxi' 2022-11-23T01:13:29.3887070Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:29.3942800Z Entering 'third_party/gloo' 2022-11-23T01:13:29.3998620Z Entering 'third_party/googletest' 2022-11-23T01:13:29.4054300Z Entering 'third_party/ideep' 2022-11-23T01:13:29.4108610Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:29.4164870Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:29.4225170Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:29.4281860Z Entering 'third_party/ittapi' 2022-11-23T01:13:29.4337670Z Entering 'third_party/kineto' 2022-11-23T01:13:29.4393410Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:29.4450450Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:29.4508480Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:29.4564770Z Entering 'third_party/neon2sse' 2022-11-23T01:13:29.4619900Z Entering 'third_party/nlohmann' 2022-11-23T01:13:29.4675600Z Entering 'third_party/onnx' 2022-11-23T01:13:29.4735200Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:29.4790940Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:29.4848390Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:29.4905270Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:29.4962190Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:29.5018260Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:29.5073100Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:29.5133010Z Entering 'third_party/pocketfft' 2022-11-23T01:13:29.5189160Z Entering 'third_party/protobuf' 2022-11-23T01:13:29.5244830Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:29.5300620Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:29.5357320Z Entering 'third_party/psimd' 2022-11-23T01:13:29.5413010Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:29.5468570Z Entering 'third_party/pybind11' 2022-11-23T01:13:29.5524680Z Entering 'third_party/python-enum' 2022-11-23T01:13:29.5580260Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:29.5635420Z Entering 'third_party/python-six' 2022-11-23T01:13:29.5690530Z Entering 'third_party/sleef' 2022-11-23T01:13:29.5747020Z Entering 'third_party/tbb' 2022-11-23T01:13:29.5803970Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:29.5858840Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:29.5915260Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:29.5971880Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:29.6027630Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:29.6081980Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:29.6140020Z Entering 'third_party/zstd' 2022-11-23T01:13:29.6204360Z [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-11-23T01:13:29.6586150Z Entering 'android/libs/fbjni' 2022-11-23T01:13:29.6644610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:13:29.6666170Z Entering 'third_party/FP16' 2022-11-23T01:13:29.6722620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:13:29.6744830Z Entering 'third_party/FXdiv' 2022-11-23T01:13:29.6799390Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:13:29.6821190Z Entering 'third_party/NNPACK' 2022-11-23T01:13:29.6875970Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:13:29.6897880Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:29.6952470Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:13:29.6974360Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:29.7028620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:13:29.7050600Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:29.7105420Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:13:29.7131040Z Entering 'third_party/benchmark' 2022-11-23T01:13:29.7187070Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:13:29.7209050Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:29.7263710Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:13:29.7285680Z Entering 'third_party/cub' 2022-11-23T01:13:29.7340250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:13:29.7362470Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:29.7417530Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:13:29.7441740Z Entering 'third_party/cutlass' 2022-11-23T01:13:29.7496760Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:13:29.7520560Z Entering 'third_party/eigen' 2022-11-23T01:13:29.7575490Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:13:29.7598600Z Entering 'third_party/fbgemm' 2022-11-23T01:13:29.7653820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:13:29.7674990Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:29.7729670Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:13:29.7751620Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:29.7806290Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:13:29.7828720Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:29.7890340Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:13:29.7906420Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:29.7961710Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:13:29.7984470Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:29.8040010Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:13:29.8063180Z Entering 'third_party/fmt' 2022-11-23T01:13:29.8117310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:13:29.8139260Z Entering 'third_party/foxi' 2022-11-23T01:13:29.8193990Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:13:29.8215950Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:29.8271020Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:13:29.8293170Z Entering 'third_party/gloo' 2022-11-23T01:13:29.8347820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:13:29.8369790Z Entering 'third_party/googletest' 2022-11-23T01:13:29.8424510Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:13:29.8446240Z Entering 'third_party/ideep' 2022-11-23T01:13:29.8500670Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:13:29.8521400Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:29.8575970Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:13:29.8597740Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:29.8653430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:13:29.8680180Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:29.8735410Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:13:29.8757810Z Entering 'third_party/ittapi' 2022-11-23T01:13:29.8812830Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:13:29.8834760Z Entering 'third_party/kineto' 2022-11-23T01:13:29.8889800Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:13:29.8911000Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:29.8966160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:13:29.8988440Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:29.9043310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:13:29.9066460Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:29.9122170Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:13:29.9143330Z Entering 'third_party/neon2sse' 2022-11-23T01:13:29.9197160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:13:29.9219200Z Entering 'third_party/nlohmann' 2022-11-23T01:13:29.9272640Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:13:29.9294420Z Entering 'third_party/onnx' 2022-11-23T01:13:29.9351230Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:13:29.9376790Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:29.9432850Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:13:29.9454670Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:29.9509440Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:13:29.9538380Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:29.9594720Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:13:29.9616000Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:29.9671230Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:13:29.9694240Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:29.9750200Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:13:29.9772190Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:29.9827680Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:13:29.9849260Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:29.9905760Z file:/Users/ec2-user/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-11-23T01:13:29.9931820Z Entering 'third_party/pocketfft' 2022-11-23T01:13:29.9987380Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:13:30.0008950Z Entering 'third_party/protobuf' 2022-11-23T01:13:30.0063700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:13:30.0086310Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:30.0141750Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:13:30.0163910Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:30.0218730Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:13:30.0241940Z Entering 'third_party/psimd' 2022-11-23T01:13:30.0296000Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:13:30.0317510Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:30.0371990Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:13:30.0394200Z Entering 'third_party/pybind11' 2022-11-23T01:13:30.0448840Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:13:30.0470930Z Entering 'third_party/python-enum' 2022-11-23T01:13:30.0525220Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:13:30.0547130Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:30.0601870Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:13:30.0623670Z Entering 'third_party/python-six' 2022-11-23T01:13:30.0678300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:13:30.0699930Z Entering 'third_party/sleef' 2022-11-23T01:13:30.0754820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:13:30.0776780Z Entering 'third_party/tbb' 2022-11-23T01:13:30.0831220Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:13:30.0854030Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:30.0909170Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:13:30.0930830Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:30.0985810Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:13:30.1007890Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:30.1062640Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:13:30.1084930Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:30.1139300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:13:30.1161320Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:30.1215920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:13:30.1236890Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:30.1292090Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:13:30.1316270Z Entering 'third_party/zstd' 2022-11-23T01:13:30.1371990Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:13:30.1555580Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T01:13:30.1944760Z Entering 'android/libs/fbjni' 2022-11-23T01:13:30.2005350Z Entering 'third_party/FP16' 2022-11-23T01:13:30.2064210Z Entering 'third_party/FXdiv' 2022-11-23T01:13:30.2122550Z Entering 'third_party/NNPACK' 2022-11-23T01:13:30.2181790Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:30.2241350Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:30.2300200Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:30.2364400Z Entering 'third_party/benchmark' 2022-11-23T01:13:30.2423670Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:30.2482890Z Entering 'third_party/cub' 2022-11-23T01:13:30.2541660Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:30.2602240Z Entering 'third_party/cutlass' 2022-11-23T01:13:30.2663610Z Entering 'third_party/eigen' 2022-11-23T01:13:30.2723840Z Entering 'third_party/fbgemm' 2022-11-23T01:13:30.2781610Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:30.2840370Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:30.2899210Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:30.2957730Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:30.3017360Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:30.3076940Z Entering 'third_party/fmt' 2022-11-23T01:13:30.3136000Z Entering 'third_party/foxi' 2022-11-23T01:13:30.3195280Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:30.3254200Z Entering 'third_party/gloo' 2022-11-23T01:13:30.3312620Z Entering 'third_party/googletest' 2022-11-23T01:13:30.3371470Z Entering 'third_party/ideep' 2022-11-23T01:13:30.3428560Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:30.3487670Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:30.3551190Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:30.3610320Z Entering 'third_party/ittapi' 2022-11-23T01:13:30.3668970Z Entering 'third_party/kineto' 2022-11-23T01:13:30.3726550Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:30.3785330Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:30.3845510Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:30.3903970Z Entering 'third_party/neon2sse' 2022-11-23T01:13:30.3961860Z Entering 'third_party/nlohmann' 2022-11-23T01:13:30.4020730Z Entering 'third_party/onnx' 2022-11-23T01:13:30.4083090Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:30.4142830Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:30.4202570Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:30.4260700Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:30.4320310Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:30.4379700Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:30.4438030Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:30.4501460Z Entering 'third_party/pocketfft' 2022-11-23T01:13:30.4560120Z Entering 'third_party/protobuf' 2022-11-23T01:13:30.4619540Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:30.4678060Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:30.4737740Z Entering 'third_party/psimd' 2022-11-23T01:13:30.4796240Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:30.4854530Z Entering 'third_party/pybind11' 2022-11-23T01:13:30.4913330Z Entering 'third_party/python-enum' 2022-11-23T01:13:30.4974400Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:30.5032590Z Entering 'third_party/python-six' 2022-11-23T01:13:30.5090980Z Entering 'third_party/sleef' 2022-11-23T01:13:30.5157610Z Entering 'third_party/tbb' 2022-11-23T01:13:30.5216720Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:30.5275650Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:30.5334420Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:30.5393190Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:30.5452070Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:30.5516530Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:30.5577910Z Entering 'third_party/zstd' 2022-11-23T01:13:30.5643700Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T01:13:30.6024230Z Entering 'android/libs/fbjni' 2022-11-23T01:13:30.6084000Z Entering 'third_party/FP16' 2022-11-23T01:13:30.6142770Z Entering 'third_party/FXdiv' 2022-11-23T01:13:30.6200460Z Entering 'third_party/NNPACK' 2022-11-23T01:13:30.6259070Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:30.6317690Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:30.6376270Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:30.6438650Z Entering 'third_party/benchmark' 2022-11-23T01:13:30.6497080Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:30.6555240Z Entering 'third_party/cub' 2022-11-23T01:13:30.6613180Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:30.6672820Z Entering 'third_party/cutlass' 2022-11-23T01:13:30.6733600Z Entering 'third_party/eigen' 2022-11-23T01:13:30.6793400Z Entering 'third_party/fbgemm' 2022-11-23T01:13:30.6851110Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:30.6910080Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:30.6969280Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:30.7027250Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:30.7087450Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:30.7146720Z Entering 'third_party/fmt' 2022-11-23T01:13:30.7205440Z Entering 'third_party/foxi' 2022-11-23T01:13:30.7263790Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:30.7322250Z Entering 'third_party/gloo' 2022-11-23T01:13:30.7381130Z Entering 'third_party/googletest' 2022-11-23T01:13:30.7439680Z Entering 'third_party/ideep' 2022-11-23T01:13:30.7497100Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:30.7555470Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:30.7619110Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:30.7678050Z Entering 'third_party/ittapi' 2022-11-23T01:13:30.7736420Z Entering 'third_party/kineto' 2022-11-23T01:13:30.7799240Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:30.7857600Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:30.7917610Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:30.7975930Z Entering 'third_party/neon2sse' 2022-11-23T01:13:30.8038560Z Entering 'third_party/nlohmann' 2022-11-23T01:13:30.8098540Z Entering 'third_party/onnx' 2022-11-23T01:13:30.8160990Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:30.8225030Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:30.8289140Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:30.8347400Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:30.8407320Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:30.8466470Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:30.8524470Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:30.8587690Z Entering 'third_party/pocketfft' 2022-11-23T01:13:30.8646430Z Entering 'third_party/protobuf' 2022-11-23T01:13:30.8705530Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:30.8764900Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:30.8824950Z Entering 'third_party/psimd' 2022-11-23T01:13:30.8884080Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:30.8942350Z Entering 'third_party/pybind11' 2022-11-23T01:13:30.9006370Z Entering 'third_party/python-enum' 2022-11-23T01:13:30.9065150Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:30.9123930Z Entering 'third_party/python-six' 2022-11-23T01:13:30.9182680Z Entering 'third_party/sleef' 2022-11-23T01:13:30.9241160Z Entering 'third_party/tbb' 2022-11-23T01:13:30.9300750Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:30.9358980Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:30.9418340Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:30.9477260Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:30.9536490Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:30.9594770Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:30.9655650Z Entering 'third_party/zstd' 2022-11-23T01:13:30.9719840Z ##[endgroup] 2022-11-23T01:13:30.9933770Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:13:31.0131240Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:13:31.0233950Z Prepare all required actions 2022-11-23T01:13:31.0234160Z Getting action download info 2022-11-23T01:13:31.2206270Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:13:31.5773000Z Download action repository 'actions/download-artifact@v3' (SHA:9782bd6a9848b53b110e712e20e42d89988822b7) 2022-11-23T01:13:31.7548410Z ##[group]Run ./.github/actions/download-build-artifacts 2022-11-23T01:13:31.7548580Z with: 2022-11-23T01:13:31.7548690Z name: macos-12-py3-arm64 2022-11-23T01:13:31.7548830Z use-gha: true 2022-11-23T01:13:31.7548930Z env: 2022-11-23T01:13:31.7549050Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:31.7549200Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:31.7549400Z TEST_CONFIG: default 2022-11-23T01:13:31.7549540Z SHARD_NUMBER: 2 2022-11-23T01:13:31.7549680Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:31.7549800Z PR_BODY: 2022-11-23T01:13:31.7549920Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:31.7550090Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:31.7550220Z ##[endgroup] 2022-11-23T01:13:31.7570300Z ##[group]Run actions/download-artifact@v3 2022-11-23T01:13:31.7570570Z with: 2022-11-23T01:13:31.7570680Z name: macos-12-py3-arm64 2022-11-23T01:13:31.7570830Z env: 2022-11-23T01:13:31.7570930Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:31.7571070Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:31.7571210Z TEST_CONFIG: default 2022-11-23T01:13:31.7571330Z SHARD_NUMBER: 2 2022-11-23T01:13:31.7571520Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:31.7571640Z PR_BODY: 2022-11-23T01:13:31.7571760Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:31.7571910Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:31.7572040Z ##[endgroup] 2022-11-23T01:13:31.8155630Z Starting download for macos-12-py3-arm64 2022-11-23T01:13:31.8708910Z Directory structure has been setup for the artifact 2022-11-23T01:13:32.8707770Z Total number of files that will be downloaded: 1 2022-11-23T01:13:32.8708740Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-11-23T01:13:33.8722860Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-11-23T01:13:34.1978810Z Artifact macos-12-py3-arm64 was downloaded to /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:13:34.1984730Z Artifact download has finished successfully 2022-11-23T01:13:34.2029240Z ##[group]Run unzip -o artifacts.zip 2022-11-23T01:13:34.2029430Z unzip -o artifacts.zip 2022-11-23T01:13:34.2043600Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:34.2043780Z env: 2022-11-23T01:13:34.2043930Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:34.2044110Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:34.2044290Z TEST_CONFIG: default 2022-11-23T01:13:34.2044420Z SHARD_NUMBER: 2 2022-11-23T01:13:34.2044570Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:34.2044720Z PR_BODY: 2022-11-23T01:13:34.2044880Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:34.2045050Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:34.2045220Z ##[endgroup] 2022-11-23T01:13:34.2446460Z Archive: artifacts.zip 2022-11-23T01:13:34.2447390Z creating: dist/ 2022-11-23T01:13:34.5769050Z inflating: dist/torch-1.14.0a0+git1cfd385-cp39-cp39-macosx_11_0_x86_64.whl 2022-11-23T01:13:34.5890350Z inflating: build/.ninja_log 2022-11-23T01:13:34.6325000Z inflating: build/compile_commands.json 2022-11-23T01:13:34.6326270Z inflating: .pytorch-test-times.json 2022-11-23T01:13:34.6359430Z ##[group]Run df -H 2022-11-23T01:13:34.6359600Z df -H 2022-11-23T01:13:34.6371330Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:34.6371470Z env: 2022-11-23T01:13:34.6371590Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:34.6371750Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:34.6371900Z TEST_CONFIG: default 2022-11-23T01:13:34.6372020Z SHARD_NUMBER: 2 2022-11-23T01:13:34.6372120Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:34.6372240Z PR_BODY: 2022-11-23T01:13:34.6372570Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:34.6372710Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:34.6372840Z ##[endgroup] 2022-11-23T01:13:34.6675180Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2022-11-23T01:13:34.6675530Z /dev/disk5s2s1 107G 15G 41G 27% 501138 403517320 0% / 2022-11-23T01:13:34.6675730Z devfs 224k 224k 0B 100% 756 0 100% /dev 2022-11-23T01:13:34.6675930Z /dev/disk5s5 107G 7.5G 41G 16% 7 403517320 0% /System/Volumes/VM 2022-11-23T01:13:34.6676160Z /dev/disk5s3 107G 310M 41G 1% 700 403517320 0% /System/Volumes/Preboot 2022-11-23T01:13:34.6676370Z /dev/disk1s2 524M 6.3M 412M 2% 1 4028040 0% /System/Volumes/xarts 2022-11-23T01:13:34.6676580Z /dev/disk1s1 524M 54M 412M 12% 53 4028040 0% /System/Volumes/iSCPreboot 2022-11-23T01:13:34.6676890Z /dev/disk1s3 524M 229k 412M 1% 34 4028040 0% /System/Volumes/Hardware 2022-11-23T01:13:34.6677100Z /dev/disk5s1 107G 42G 41G 51% 1195402 403517320 0% /System/Volumes/Data 2022-11-23T01:13:34.6677320Z map auto_home 0B 0B 0B 100% 0 0 100% /System/Volumes/Data/home 2022-11-23T01:13:34.6677890Z /dev/disk3s4 245G 283k 228G 1% 17 2226044360 0% /private/tmp/tmp-mount-Fcd79x 2022-11-23T01:13:34.6738680Z ##[group]Run pytorch/test-infra/.github/actions/setup-miniconda@main 2022-11-23T01:13:34.6738840Z with: 2022-11-23T01:13:34.6738950Z python-version: 3.9 2022-11-23T01:13:34.6739110Z environment-file: .github/requirements/conda-env-macOS-ARM64 2022-11-23T01:13:34.6739330Z pip-requirements-file: .github/requirements/pip-requirements-macOS.txt 2022-11-23T01:13:34.6739500Z miniconda-version: 4.12.0 2022-11-23T01:13:34.6739620Z env: 2022-11-23T01:13:34.6739720Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:34.6739860Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:34.6739990Z TEST_CONFIG: default 2022-11-23T01:13:34.6740100Z SHARD_NUMBER: 2 2022-11-23T01:13:34.6740210Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:34.6740320Z PR_BODY: 2022-11-23T01:13:34.6740530Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:34.6740660Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:34.6740790Z ##[endgroup] 2022-11-23T01:13:34.6751450Z ##[group]Run echo "Print the available disk space for manual inspection" 2022-11-23T01:13:34.6751680Z echo "Print the available disk space for manual inspection" 2022-11-23T01:13:34.6751830Z df -h 2022-11-23T01:13:34.6751930Z  2022-11-23T01:13:34.6752050Z function check_disk_space() { 2022-11-23T01:13:34.6752170Z  set +e 2022-11-23T01:13:34.6752270Z  2022-11-23T01:13:34.6752410Z  # Set the minimum requirement space to 4GB 2022-11-23T01:13:34.6752560Z  MINIMUM_AVAILABLE_SPACE_IN_GB=4 2022-11-23T01:13:34.6752760Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2022-11-23T01:13:34.6752910Z  2022-11-23T01:13:34.6753050Z  # Use KB to avoid floating point warning like 3.1GB 2022-11-23T01:13:34.6753230Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2022-11-23T01:13:34.6753360Z  do 2022-11-23T01:13:34.6753490Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2022-11-23T01:13:34.6753640Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2022-11-23T01:13:34.6753760Z  2022-11-23T01:13:34.6753880Z  if [ "${MOUNT}" = "/" ]; then 2022-11-23T01:13:34.6754040Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2022-11-23T01:13:34.6754310Z  echo "Failure: There is only ${AVAIL}KB free space left in ${MOUNT}, which is less than the minimum requirement of ${MINIMUM_AVAILABLE_SPACE_IN_KB}KB for ${RUNNER_OS}" 2022-11-23T01:13:34.6754520Z  else 2022-11-23T01:13:34.6754850Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2022-11-23T01:13:34.6755020Z  fi 2022-11-23T01:13:34.6755140Z  fi 2022-11-23T01:13:34.6755260Z  done 2022-11-23T01:13:34.6755360Z  2022-11-23T01:13:34.6755460Z  set -e 2022-11-23T01:13:34.6755570Z } 2022-11-23T01:13:34.6755680Z  2022-11-23T01:13:34.6755800Z RESULT=$(check_disk_space) 2022-11-23T01:13:34.6765390Z echo "${RESULT}" 2022-11-23T01:13:34.6765500Z  2022-11-23T01:13:34.6765650Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2022-11-23T01:13:34.6765910Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2022-11-23T01:13:34.6766180Z  # https://github.com/pytorch/pytorch/issues/85440 2022-11-23T01:13:34.6766390Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2022-11-23T01:13:34.6766640Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2022-11-23T01:13:34.6766930Z  sudo launchctl stop com.apple.coresymbolicationd || true 2022-11-23T01:13:34.6767080Z  2022-11-23T01:13:34.6767390Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2022-11-23T01:13:34.6767550Z  # Re-run the check 2022-11-23T01:13:34.6767680Z  RESULT=$(check_disk_space) 2022-11-23T01:13:34.6767810Z  echo "${RESULT}" 2022-11-23T01:13:34.6767920Z fi 2022-11-23T01:13:34.6768020Z  2022-11-23T01:13:34.6768140Z if [[ "${RESULT}" == *Failure* ]]; then 2022-11-23T01:13:34.6768260Z  df -h 2022-11-23T01:13:34.6768360Z  2022-11-23T01:13:34.6768590Z  echo "Please help create an issue to PyTorch Release Engineering via https://github.com/pytorch/test-infra/issues and provide the link to the workflow run." 2022-11-23T01:13:34.6768800Z  exit 1 2022-11-23T01:13:34.6768900Z fi 2022-11-23T01:13:34.6780390Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:34.6780520Z env: 2022-11-23T01:13:34.6780630Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:34.6780770Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:34.6780910Z TEST_CONFIG: default 2022-11-23T01:13:34.6781020Z SHARD_NUMBER: 2 2022-11-23T01:13:34.6781120Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:34.6781230Z PR_BODY: 2022-11-23T01:13:34.6781350Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:34.6781480Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:34.6781600Z ##[endgroup] 2022-11-23T01:13:34.7051320Z Print the available disk space for manual inspection 2022-11-23T01:13:34.7061370Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2022-11-23T01:13:34.7061600Z /dev/disk5s2s1 100Gi 14Gi 38Gi 27% 501138 403517200 0% / 2022-11-23T01:13:34.7062070Z devfs 219Ki 219Ki 0Bi 100% 756 0 100% /dev 2022-11-23T01:13:34.7062290Z /dev/disk5s5 100Gi 7.0Gi 38Gi 16% 7 403517200 0% /System/Volumes/VM 2022-11-23T01:13:34.7062520Z /dev/disk5s3 100Gi 296Mi 38Gi 1% 700 403517200 0% /System/Volumes/Preboot 2022-11-23T01:13:34.7062810Z /dev/disk1s2 500Mi 6.0Mi 393Mi 2% 1 4028040 0% /System/Volumes/xarts 2022-11-23T01:13:34.7063050Z /dev/disk1s1 500Mi 51Mi 393Mi 12% 53 4028040 0% /System/Volumes/iSCPreboot 2022-11-23T01:13:34.7063270Z /dev/disk1s3 500Mi 224Ki 393Mi 1% 34 4028040 0% /System/Volumes/Hardware 2022-11-23T01:13:34.7063550Z /dev/disk5s1 100Gi 39Gi 38Gi 51% 1195414 403517200 0% /System/Volumes/Data 2022-11-23T01:13:34.7063790Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home 2022-11-23T01:13:34.7064420Z /dev/disk3s4 228Gi 276Ki 212Gi 1% 17 2226044360 0% /private/tmp/tmp-mount-Fcd79x 2022-11-23T01:13:34.7428300Z Success: There is 40351720KB free space left in / for macOS, continue 2022-11-23T01:13:34.7445580Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2022-11-23T01:13:34.7445790Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2022-11-23T01:13:34.7457600Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:34.7457750Z env: 2022-11-23T01:13:34.7457870Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:34.7458010Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:34.7458150Z TEST_CONFIG: default 2022-11-23T01:13:34.7458280Z SHARD_NUMBER: 2 2022-11-23T01:13:34.7458400Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:34.7458510Z PR_BODY: 2022-11-23T01:13:34.7458670Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:34.7458870Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:34.7459010Z ##[endgroup] 2022-11-23T01:13:34.7785150Z ##[group]Run actions/cache@v3 2022-11-23T01:13:34.7785330Z with: 2022-11-23T01:13:34.7785460Z path: /Users/ec2-user/runner/_work/_temp/miniconda 2022-11-23T01:13:34.7785620Z key: miniconda-macOS-ARM64-3.9-20221123d 2022-11-23T01:13:34.7785910Z env: 2022-11-23T01:13:34.7786020Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:34.7786170Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:34.7786410Z TEST_CONFIG: default 2022-11-23T01:13:34.7786530Z SHARD_NUMBER: 2 2022-11-23T01:13:34.7786660Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:34.7786780Z PR_BODY: 2022-11-23T01:13:34.7786890Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:34.7787030Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:34.7787160Z ##[endgroup] 2022-11-23T01:13:35.9747080Z Received 171966464 of 315440467 (54.5%), 164.0 MBs/sec 2022-11-23T01:13:37.1834530Z Received 315440467 of 315440467 (100.0%), 136.2 MBs/sec 2022-11-23T01:13:37.1986450Z Cache Size: ~301 MB (315440467 B) 2022-11-23T01:13:37.2016060Z [command]/usr/bin/tar -z -xf /Users/ec2-user/runner/_work/_temp/b9dadb01-7599-4911-85c2-5bf38a55986e/cache.tgz -P -C /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:13:46.1320510Z Cache restored successfully 2022-11-23T01:13:46.1432360Z Cache restored from key: miniconda-macOS-ARM64-3.9-20221123d 2022-11-23T01:13:46.1485810Z ##[group]Run MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2022-11-23T01:13:46.1486070Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2022-11-23T01:13:46.1486290Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2022-11-23T01:13:46.1498790Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:46.1499000Z env: 2022-11-23T01:13:46.1499120Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:46.1499270Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:46.1499460Z TEST_CONFIG: default 2022-11-23T01:13:46.1499580Z SHARD_NUMBER: 2 2022-11-23T01:13:46.1499730Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:46.1499860Z PR_BODY: 2022-11-23T01:13:46.1499980Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:46.1500120Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:46.1500270Z ##[endgroup] 2022-11-23T01:13:46.3041480Z ##[group]Run actions/cache@v3 2022-11-23T01:13:46.3041720Z with: 2022-11-23T01:13:46.3041880Z path: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2022-11-23T01:13:46.3042280Z key: miniconda-env-macOS-ARM64-3.9-20221123d-2488c3fa9020841bbd983f8742681f4c23e162eb7a557e94c2067663a616b913-90f66d2a9eb8c1f026606d87ba212c02bae76ec1cd28bfa87b8f682da1da6388 2022-11-23T01:13:46.3042600Z env: 2022-11-23T01:13:46.3042720Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:46.3042870Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:46.3043020Z TEST_CONFIG: default 2022-11-23T01:13:46.3043150Z SHARD_NUMBER: 2 2022-11-23T01:13:46.3043270Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:46.3043390Z PR_BODY: 2022-11-23T01:13:46.3043520Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:46.3043670Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:46.3043800Z ##[endgroup] 2022-11-23T01:13:47.5156430Z Received 197132288 of 230035166 (85.7%), 188.0 MBs/sec 2022-11-23T01:13:48.3492800Z Received 230035166 of 230035166 (100.0%), 119.6 MBs/sec 2022-11-23T01:13:48.3647990Z Cache Size: ~219 MB (230035166 B) 2022-11-23T01:13:48.3664930Z [command]/usr/bin/tar -z -xf /Users/ec2-user/runner/_work/_temp/ee40f157-6bb7-475f-8914-dd3b0006502e/cache.tgz -P -C /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:13:57.0109610Z Cache restored successfully 2022-11-23T01:13:57.0219950Z Cache restored from key: miniconda-env-macOS-ARM64-3.9-20221123d-2488c3fa9020841bbd983f8742681f4c23e162eb7a557e94c2067663a616b913-90f66d2a9eb8c1f026606d87ba212c02bae76ec1cd28bfa87b8f682da1da6388 2022-11-23T01:13:57.0312850Z ##[group]Run CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2022-11-23T01:13:57.0313080Z CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2022-11-23T01:13:57.0313240Z conda create \ 2022-11-23T01:13:57.0313360Z  --yes \ 2022-11-23T01:13:57.0313490Z  --prefix "${CONDA_ENV}" \ 2022-11-23T01:13:57.0313650Z  --clone "${CONDA_BASE_ENV}" 2022-11-23T01:13:57.0313780Z  2022-11-23T01:13:57.0314100Z # TODO: conda-build could not be cloned because it hardcodes the path, so it 2022-11-23T01:13:57.0314290Z # could not be cached 2022-11-23T01:13:57.0314630Z conda install --yes -p ${CONDA_ENV} conda-build=3.21 2022-11-23T01:13:57.0314800Z  2022-11-23T01:13:57.0314950Z echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}" 2022-11-23T01:13:57.0315210Z echo "CONDA_RUN=conda run -p ${CONDA_ENV} --no-capture-output" >> "${GITHUB_ENV}" 2022-11-23T01:13:57.0315460Z echo "CONDA_BUILD=conda run -p ${CONDA_ENV} conda-build" >> "${GITHUB_ENV}" 2022-11-23T01:13:57.0315690Z echo "CONDA_INSTALL=conda install -p ${CONDA_ENV}" >> "${GITHUB_ENV}" 2022-11-23T01:13:57.0330550Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:57.0330710Z env: 2022-11-23T01:13:57.0330840Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:57.0331000Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:57.0331150Z TEST_CONFIG: default 2022-11-23T01:13:57.0331290Z SHARD_NUMBER: 2 2022-11-23T01:13:57.0331420Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:57.0331550Z PR_BODY: 2022-11-23T01:13:57.0331700Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:57.0331860Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:57.0332060Z PYTHON_VERSION: 3.9 2022-11-23T01:13:57.0332250Z CONDA_BASE_ENV: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2022-11-23T01:13:57.0332420Z ##[endgroup] 2022-11-23T01:14:01.3057360Z Source: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2022-11-23T01:14:01.3057770Z Destination: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:01.3058040Z The following packages cannot be cloned out of the root environment: 2022-11-23T01:14:01.3066140Z - defaults/osx-arm64::conda-22.9.0-py39hca03da5_0 2022-11-23T01:14:01.3066460Z - defaults/osx-arm64::conda-build-3.21.9-py39hca03da5_0 2022-11-23T01:14:01.3066670Z Packages: 89 2022-11-23T01:14:01.3066800Z Files: 12594 2022-11-23T01:14:01.6652230Z Preparing transaction: ...working... done 2022-11-23T01:14:05.1703020Z Verifying transaction: ...working... done 2022-11-23T01:14:09.3763400Z Executing transaction: ...working... done 2022-11-23T01:14:09.4028680Z # 2022-11-23T01:14:09.4028960Z # To activate this environment, use 2022-11-23T01:14:09.4029210Z # 2022-11-23T01:14:09.4029630Z # $ conda activate /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:09.4029830Z # 2022-11-23T01:14:09.4029990Z # To deactivate an active environment, use 2022-11-23T01:14:09.4030170Z # 2022-11-23T01:14:09.4030300Z # $ conda deactivate 2022-11-23T01:14:09.4030390Z 2022-11-23T01:14:10.1093970Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:14:10.1095040Z Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. 2022-11-23T01:14:10.3298560Z Collecting package metadata (repodata.json): ...working... done 2022-11-23T01:14:11.2124820Z Solving environment: ...working... done 2022-11-23T01:14:11.2574130Z 2022-11-23T01:14:11.2574410Z 2022-11-23T01:14:11.2575030Z ==> WARNING: A newer version of conda exists. <== 2022-11-23T01:14:11.2575260Z current version: 4.12.0 2022-11-23T01:14:11.2575430Z latest version: 22.9.0 2022-11-23T01:14:11.2575650Z 2022-11-23T01:14:11.2584890Z Please update conda by running 2022-11-23T01:14:11.2585030Z 2022-11-23T01:14:11.2585250Z $ conda update -n base -c defaults conda 2022-11-23T01:14:11.2585370Z 2022-11-23T01:14:11.2585380Z 2022-11-23T01:14:11.2704960Z 2022-11-23T01:14:11.2705310Z ## Package Plan ## 2022-11-23T01:14:11.2705410Z 2022-11-23T01:14:11.2705660Z environment location: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:11.2705830Z 2022-11-23T01:14:11.2705890Z added / updated specs: 2022-11-23T01:14:11.2706270Z - conda-build=3.21 2022-11-23T01:14:11.2706390Z 2022-11-23T01:14:11.2706410Z 2022-11-23T01:14:11.2706560Z The following NEW packages will be INSTALLED: 2022-11-23T01:14:11.2707010Z 2022-11-23T01:14:11.2707280Z conda pkgs/main/osx-arm64::conda-22.9.0-py39hca03da5_0 2022-11-23T01:14:11.2708470Z conda-build pkgs/main/osx-arm64::conda-build-3.21.9-py39hca03da5_0 2022-11-23T01:14:11.2708630Z 2022-11-23T01:14:11.2708630Z 2022-11-23T01:14:11.2787110Z Preparing transaction: ...working... done 2022-11-23T01:14:11.3342660Z Verifying transaction: ...working... done 2022-11-23T01:14:11.4481930Z Executing transaction: ...working... done 2022-11-23T01:14:11.6244780Z ##[group]Run ${CONDA_RUN} python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:14:11.6245070Z ${CONDA_RUN} python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:14:11.6245280Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:11.6258590Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:11.6258730Z env: 2022-11-23T01:14:11.6258870Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:11.6259030Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:11.6259190Z TEST_CONFIG: default 2022-11-23T01:14:11.6259320Z SHARD_NUMBER: 2 2022-11-23T01:14:11.6259450Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:11.6259570Z PR_BODY: 2022-11-23T01:14:11.6259690Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:11.6259840Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:11.6260020Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:11.6260280Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:11.6260540Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:11.6260780Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:11.6260960Z ##[endgroup] 2022-11-23T01:14:11.8916360Z ##[group]Run # Install dependencies 2022-11-23T01:14:11.8916580Z # Install dependencies 2022-11-23T01:14:11.8916740Z brew install libomp 2022-11-23T01:14:11.8916900Z brew link --force libomp 2022-11-23T01:14:11.8930750Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:11.8930930Z env: 2022-11-23T01:14:11.8931070Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:11.8931230Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:11.8931390Z TEST_CONFIG: default 2022-11-23T01:14:11.8931530Z SHARD_NUMBER: 2 2022-11-23T01:14:11.8931660Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:11.8931790Z PR_BODY: 2022-11-23T01:14:11.8931920Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:11.8932070Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:11.8932280Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:11.8932560Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:11.8932830Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:11.8933080Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:11.8933270Z ##[endgroup] 2022-11-23T01:14:15.5756160Z Running `brew update --auto-update`... 2022-11-23T01:14:16.6442790Z ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: 2022-11-23T01:14:16.6444280Z https://github.com/Homebrew/brew#donations 2022-11-23T01:14:16.6444440Z 2022-11-23T01:14:16.7053550Z ==> Auto-updated Homebrew! 2022-11-23T01:14:16.7054900Z Updated 2 taps (homebrew/core and homebrew/cask). 2022-11-23T01:14:16.8115860Z 2022-11-23T01:14:16.8116500Z You have 8 outdated formulae and 2 outdated casks installed. 2022-11-23T01:14:16.8116860Z You can upgrade them with brew upgrade 2022-11-23T01:14:16.8117190Z or list them with brew outdated. 2022-11-23T01:14:16.8117310Z 2022-11-23T01:14:17.6911920Z Warning: libomp 15.0.5 is already installed and up-to-date. 2022-11-23T01:14:17.6912430Z To reinstall 15.0.5, run: 2022-11-23T01:14:17.6912610Z brew reinstall libomp 2022-11-23T01:14:18.1755040Z Warning: Already linked: /opt/homebrew/Cellar/libomp/15.0.5 2022-11-23T01:14:18.1755260Z To relink, run: 2022-11-23T01:14:18.1755470Z brew unlink libomp && brew link --force libomp 2022-11-23T01:14:18.1813090Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:14:18.1813280Z .github/scripts/parse_ref.py 2022-11-23T01:14:18.1826490Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:18.1826630Z env: 2022-11-23T01:14:18.1826740Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:18.1826890Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:18.1827030Z TEST_CONFIG: default 2022-11-23T01:14:18.1827160Z SHARD_NUMBER: 2 2022-11-23T01:14:18.1827280Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:18.1827390Z PR_BODY: 2022-11-23T01:14:18.1827520Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:18.1827660Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:18.1827850Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:18.1828090Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:18.1828400Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:18.1828650Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:18.1828820Z ##[endgroup] 2022-11-23T01:14:18.4920450Z ##[group]Run # As wheels are cross-compiled they are reported as x86_64 ones 2022-11-23T01:14:18.4920750Z # As wheels are cross-compiled they are reported as x86_64 ones 2022-11-23T01:14:18.4921020Z ORIG_WHLNAME=$(ls -1 dist/*.whl); ARM_WHLNAME=${ORIG_WHLNAME/x86_64/arm64}; mv "${ORIG_WHLNAME}" "${ARM_WHLNAME}" 2022-11-23T01:14:18.4934620Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:18.4934790Z env: 2022-11-23T01:14:18.4934940Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:18.4935110Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:18.4935280Z TEST_CONFIG: default 2022-11-23T01:14:18.4935420Z SHARD_NUMBER: 2 2022-11-23T01:14:18.4935560Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:18.4935690Z PR_BODY: 2022-11-23T01:14:18.4935830Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:18.4936000Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:18.4936300Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:18.4936600Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:18.4936890Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:18.4937170Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:18.4937370Z ##[endgroup] 2022-11-23T01:14:18.7501840Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:14:18.7502150Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:14:18.7502350Z  2022-11-23T01:14:18.7502520Z # sanitize the input commit message and PR body here: 2022-11-23T01:14:18.7502680Z # 2022-11-23T01:14:18.7502890Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:14:18.7503170Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:14:18.7503450Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:14:18.7503650Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:14:18.7503780Z  2022-11-23T01:14:18.7503980Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:14:18.7504290Z # wreak havoc internally 2022-11-23T01:14:18.7504470Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:14:18.7504650Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:14:18.7504790Z arch 2022-11-23T01:14:18.7504900Z  2022-11-23T01:14:18.7505080Z ${CONDA_RUN} python3 -mpip install --no-index --no-deps $(echo dist/*.whl) 2022-11-23T01:14:18.7505290Z ${CONDA_RUN} .jenkins/pytorch/macos-test.sh 2022-11-23T01:14:18.7518390Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:18.7518540Z env: 2022-11-23T01:14:18.7518750Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:18.7518930Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:18.7519080Z TEST_CONFIG: default 2022-11-23T01:14:18.7519220Z SHARD_NUMBER: 2 2022-11-23T01:14:18.7519350Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:18.7519470Z PR_BODY: 2022-11-23T01:14:18.7519610Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:18.7519760Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:18.7519960Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:18.7520220Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:18.7520490Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:18.7520740Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:18.7520940Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:14:18.7521100Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:14:18.7521250Z ##[endgroup] 2022-11-23T01:14:20.5364000Z arm64Processing ./dist/torch-1.14.0a0+git1cfd385-cp39-cp39-macosx_11_0_arm64.whl 2022-11-23T01:14:20.6015890Z Installing collected packages: torch 2022-11-23T01:14:24.5096930Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:14:25.0424740Z +++ [[ macos-12-py3-arm64 == *rocm* ]] 2022-11-23T01:14:25.0425040Z +++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:14:25.0427410Z ++ sysctl -a 2022-11-23T01:14:25.0428770Z ++ grep machdep.cpu 2022-11-23T01:14:25.0541940Z machdep.cpu.cores_per_package: 8 2022-11-23T01:14:25.0542140Z machdep.cpu.core_count: 8 2022-11-23T01:14:25.0542320Z machdep.cpu.logical_per_package: 8 2022-11-23T01:14:25.0542520Z machdep.cpu.thread_count: 8 2022-11-23T01:14:25.0542700Z machdep.cpu.brand_string: Apple M1 2022-11-23T01:14:25.0543350Z ++ export MACOSX_DEPLOYMENT_TARGET=10.9 2022-11-23T01:14:25.0543560Z ++ MACOSX_DEPLOYMENT_TARGET=10.9 2022-11-23T01:14:25.0543740Z ++ export CXX=clang++ 2022-11-23T01:14:25.0543900Z ++ CXX=clang++ 2022-11-23T01:14:25.0544050Z ++ export CC=clang 2022-11-23T01:14:25.0544190Z ++ CC=clang 2022-11-23T01:14:25.0544520Z + '[' -z true ']' 2022-11-23T01:14:25.0544780Z + export CMAKE_PREFIX_PATH=/miniconda3/ 2022-11-23T01:14:25.0544990Z + CMAKE_PREFIX_PATH=/miniconda3/ 2022-11-23T01:14:25.0545180Z + '[' -z true ']' 2022-11-23T01:14:25.0545720Z + '[' -z true ']' 2022-11-23T01:14:25.0545950Z + [[ macos-12-py3-arm64 != *arm64* ]] 2022-11-23T01:14:25.0546850Z + [[ default == *functorch* ]] 2022-11-23T01:14:25.0547020Z + [[ 2 -gt 1 ]] 2022-11-23T01:14:25.0547230Z + test_python_shard 2 2022-11-23T01:14:25.0547390Z + [[ -z 2 ]] 2022-11-23T01:14:25.0547560Z + setup_test_python 2022-11-23T01:14:25.0547720Z + export GLOO_SOCKET_IFNAME=lo0 2022-11-23T01:14:25.0547870Z + GLOO_SOCKET_IFNAME=lo0 2022-11-23T01:14:25.0550300Z ++ ninja --version 2022-11-23T01:14:25.1470450Z + echo 'Ninja version: 1.10.2' 2022-11-23T01:14:25.1470630Z Ninja version: 1.10.2 2022-11-23T01:14:25.1470790Z + ulimit -n 1024 2022-11-23T01:14:25.1473540Z + python test/run_test.py --verbose --exclude-jit-executor --exclude-distributed-tests --shard 2 2 2022-11-23T01:14:27.8480240Z Selected tests: 2022-11-23T01:14:27.8480470Z test_ops_jit 2022-11-23T01:14:27.8480630Z test_ops_gradients 2022-11-23T01:14:27.8480780Z test_ops_fwd_gradients 2022-11-23T01:14:27.8480930Z test_reductions 2022-11-23T01:14:27.8481820Z test_sparse_csr 2022-11-23T01:14:27.8482430Z test_dispatch 2022-11-23T01:14:27.8482610Z distributions/test_distributions 2022-11-23T01:14:27.8482770Z nn/test_pooling 2022-11-23T01:14:27.8482920Z test_tensorexpr 2022-11-23T01:14:27.8483050Z test_autograd 2022-11-23T01:14:27.8483190Z test_multiprocessing 2022-11-23T01:14:27.8483330Z test_torch 2022-11-23T01:14:27.8483470Z test_modules 2022-11-23T01:14:27.8483610Z test_namedtuple_return_api 2022-11-23T01:14:27.8483780Z inductor/test_torchinductor_opinfo 2022-11-23T01:14:27.8483940Z test_indexing 2022-11-23T01:14:27.8484070Z test_linalg 2022-11-23T01:14:27.8484220Z test_mobile_optimizer 2022-11-23T01:14:27.8484410Z test_fake_tensor 2022-11-23T01:14:27.8484540Z test_overrides 2022-11-23T01:14:27.8484680Z test_jit_disabled 2022-11-23T01:14:27.8484820Z test_show_pickle 2022-11-23T01:14:27.8484970Z test_jit_cuda_fuser 2022-11-23T01:14:27.8485100Z test_cpp_extensions_aot_ninja 2022-11-23T01:14:27.8485310Z test_cpp_extensions_open_device_registration 2022-11-23T01:14:27.8485500Z distributions/test_constraints 2022-11-23T01:14:27.8485690Z dynamo/test_recompile_ux 2022-11-23T01:14:27.8485840Z inductor/test_minifier 2022-11-23T01:14:27.8485990Z inductor/test_smoke 2022-11-23T01:14:27.8486260Z lazy/test_bindings 2022-11-23T01:14:27.8486400Z lazy/test_meta_kernel 2022-11-23T01:14:27.8495850Z test_cpp_api_parity 2022-11-23T01:14:27.8496010Z test_cuda_nvml_based_avail 2022-11-23T01:14:27.8496170Z test_cuda_sanitizer 2022-11-23T01:14:27.8496300Z test_deploy 2022-11-23T01:14:27.8496430Z test_jiterator 2022-11-23T01:14:27.8496560Z test_pruning_op 2022-11-23T01:14:27.8496690Z test_decomp 2022-11-23T01:14:27.8496820Z test_schema_check 2022-11-23T01:14:27.8496950Z test_jit_autocast 2022-11-23T01:14:27.8497100Z test_functional_autograd_benchmark 2022-11-23T01:14:27.8497250Z test_sparse 2022-11-23T01:14:27.8497380Z test_testing 2022-11-23T01:14:27.8497500Z nn/test_convolution 2022-11-23T01:14:27.8497640Z test_type_promotion 2022-11-23T01:14:27.8497780Z test_masked 2022-11-23T01:14:27.8497920Z profiler/test_profiler 2022-11-23T01:14:27.8498050Z test_stateless 2022-11-23T01:14:27.8498180Z dynamo/test_unspec 2022-11-23T01:14:27.8498320Z test_transformers 2022-11-23T01:14:27.8498460Z test_spectral_ops 2022-11-23T01:14:27.8498600Z test_xnnpack_integration 2022-11-23T01:14:27.8498740Z lazy/test_step_closures 2022-11-23T01:14:27.8498880Z lazy/test_ts_opinfo 2022-11-23T01:14:27.8499010Z dynamo/test_repros 2022-11-23T01:14:27.8499140Z dynamo/test_aot_autograd 2022-11-23T01:14:27.8499270Z test_openmp 2022-11-23T01:14:27.8499390Z nn/test_embedding 2022-11-23T01:14:27.8499520Z test_module_init 2022-11-23T01:14:27.8499640Z dynamo/test_misc 2022-11-23T01:14:27.8499770Z test_mkl_verbose 2022-11-23T01:14:27.8499900Z test_mkldnn_verbose 2022-11-23T01:14:27.8500030Z test_import_stats 2022-11-23T01:14:27.8500160Z test_sort_and_select 2022-11-23T01:14:27.8500300Z test_bundled_inputs 2022-11-23T01:14:27.8500430Z test_maskedtensor 2022-11-23T01:14:27.8500800Z test_ao_sparsity 2022-11-23T01:14:27.8500940Z test_public_bindings 2022-11-23T01:14:27.8501070Z test_nestedtensor 2022-11-23T01:14:27.8501200Z dynamo/test_export 2022-11-23T01:14:27.8501330Z dynamo/test_optimizers 2022-11-23T01:14:27.8501470Z test_scatter_gather_ops 2022-11-23T01:14:27.8501610Z dynamo/test_functions 2022-11-23T01:14:27.8501760Z test_shape_ops 2022-11-23T01:14:27.8501900Z dynamo/test_skip_non_tensor 2022-11-23T01:14:27.8502040Z test_function_schema 2022-11-23T01:14:27.8502190Z profiler/test_memory_profiler 2022-11-23T01:14:27.8502340Z test_python_dispatch 2022-11-23T01:14:27.8502470Z dynamo/test_nops 2022-11-23T01:14:27.8502610Z dynamo/test_export_mutations 2022-11-23T01:14:27.8502750Z test_fx_reinplace_pass 2022-11-23T01:14:27.8502890Z nn/test_lazy_modules 2022-11-23T01:14:27.8503020Z test_native_functions 2022-11-23T01:14:27.8503150Z test_autocast 2022-11-23T01:14:27.8503280Z benchmark_utils/test_benchmark_utils 2022-11-23T01:14:27.8503530Z nn/test_dropout 2022-11-23T01:14:27.8503650Z lazy/test_debug_util 2022-11-23T01:14:27.8503790Z nn/test_module_hooks 2022-11-23T01:14:27.8503920Z test_tensorexpr_pybind 2022-11-23T01:14:27.8504050Z test_pytree 2022-11-23T01:14:27.8504170Z test_monitor 2022-11-23T01:14:27.8504280Z test_per_overload_api 2022-11-23T01:14:27.8504410Z test_type_info 2022-11-23T01:14:27.8504550Z test_set_default_mobile_cpu_allocator 2022-11-23T01:14:27.8504690Z test_license 2022-11-23T01:14:27.8504800Z test_tensorboard 2022-11-23T01:14:27.8504930Z test_mkldnn_fusion 2022-11-23T01:14:27.8505060Z test_numba_integration 2022-11-23T01:14:27.8505200Z test_nvfuser_frontend 2022-11-23T01:14:27.8505340Z profiler/test_profiler_tree 2022-11-23T01:14:27.8505470Z test_complex 2022-11-23T01:14:27.8505600Z test_nvfuser_dynamo 2022-11-23T01:14:27.8505720Z test_vulkan 2022-11-23T01:14:27.8505840Z backends/xeon/test_launch 2022-11-23T01:14:27.8505980Z dynamo/test_model_output 2022-11-23T01:14:27.8506100Z test_type_hints 2022-11-23T01:14:27.8506230Z dynamo/test_aot_cudagraphs 2022-11-23T01:14:27.8506360Z dynamo/test_replay_record 2022-11-23T01:14:27.8506490Z test_functional_optim 2022-11-23T01:14:27.9196180Z parallel (file granularity) tests: 2022-11-23T01:14:27.9196400Z distributions/test_constraints 2022-11-23T01:14:27.9196570Z dynamo/test_recompile_ux 2022-11-23T01:14:27.9196730Z inductor/test_minifier 2022-11-23T01:14:27.9196870Z inductor/test_smoke 2022-11-23T01:14:27.9197030Z lazy/test_bindings 2022-11-23T01:14:27.9197210Z lazy/test_meta_kernel 2022-11-23T01:14:27.9197360Z test_cuda_sanitizer 2022-11-23T01:14:27.9197490Z test_deploy 2022-11-23T01:14:27.9197620Z test_jiterator 2022-11-23T01:14:27.9197760Z test_pruning_op 2022-11-23T01:14:27.9197890Z test_decomp 2022-11-23T01:14:27.9198020Z test_schema_check 2022-11-23T01:14:27.9198160Z test_jit_autocast 2022-11-23T01:14:27.9198310Z test_functional_autograd_benchmark 2022-11-23T01:14:27.9198470Z test_sparse 2022-11-23T01:14:27.9198590Z test_testing 2022-11-23T01:14:27.9198750Z nn/test_convolution 2022-11-23T01:14:27.9198890Z test_type_promotion 2022-11-23T01:14:27.9199030Z test_masked 2022-11-23T01:14:27.9199160Z profiler/test_profiler 2022-11-23T01:14:27.9199300Z test_stateless 2022-11-23T01:14:27.9199440Z dynamo/test_unspec 2022-11-23T01:14:27.9199580Z test_transformers 2022-11-23T01:14:27.9199710Z test_spectral_ops 2022-11-23T01:14:27.9199850Z test_xnnpack_integration 2022-11-23T01:14:27.9200010Z lazy/test_step_closures 2022-11-23T01:14:27.9200150Z lazy/test_ts_opinfo 2022-11-23T01:14:27.9200290Z dynamo/test_repros 2022-11-23T01:14:27.9200440Z dynamo/test_aot_autograd 2022-11-23T01:14:27.9200580Z test_openmp 2022-11-23T01:14:27.9200700Z nn/test_embedding 2022-11-23T01:14:27.9200840Z test_module_init 2022-11-23T01:14:27.9200970Z dynamo/test_misc 2022-11-23T01:14:27.9201100Z test_mkl_verbose 2022-11-23T01:14:27.9201240Z test_mkldnn_verbose 2022-11-23T01:14:27.9201380Z test_import_stats 2022-11-23T01:14:27.9201510Z test_sort_and_select 2022-11-23T01:14:27.9201830Z test_bundled_inputs 2022-11-23T01:14:27.9201980Z test_maskedtensor 2022-11-23T01:14:27.9202110Z test_ao_sparsity 2022-11-23T01:14:27.9202290Z test_public_bindings 2022-11-23T01:14:27.9202450Z test_nestedtensor 2022-11-23T01:14:27.9202590Z dynamo/test_export 2022-11-23T01:14:27.9202730Z dynamo/test_optimizers 2022-11-23T01:14:27.9209700Z test_scatter_gather_ops 2022-11-23T01:14:27.9209880Z dynamo/test_functions 2022-11-23T01:14:27.9210020Z test_shape_ops 2022-11-23T01:14:27.9210170Z dynamo/test_skip_non_tensor 2022-11-23T01:14:27.9210320Z test_function_schema 2022-11-23T01:14:27.9210480Z profiler/test_memory_profiler 2022-11-23T01:14:27.9210630Z test_python_dispatch 2022-11-23T01:14:27.9210770Z dynamo/test_nops 2022-11-23T01:14:27.9210920Z dynamo/test_export_mutations 2022-11-23T01:14:27.9211080Z test_fx_reinplace_pass 2022-11-23T01:14:27.9211220Z nn/test_lazy_modules 2022-11-23T01:14:27.9211360Z test_native_functions 2022-11-23T01:14:27.9211500Z test_autocast 2022-11-23T01:14:27.9211780Z benchmark_utils/test_benchmark_utils 2022-11-23T01:14:27.9211930Z nn/test_dropout 2022-11-23T01:14:27.9212070Z lazy/test_debug_util 2022-11-23T01:14:27.9212210Z nn/test_module_hooks 2022-11-23T01:14:27.9212360Z test_tensorexpr_pybind 2022-11-23T01:14:27.9212490Z test_pytree 2022-11-23T01:14:27.9212620Z test_monitor 2022-11-23T01:14:27.9212760Z test_per_overload_api 2022-11-23T01:14:27.9212900Z test_type_info 2022-11-23T01:14:27.9213050Z test_set_default_mobile_cpu_allocator 2022-11-23T01:14:27.9213210Z test_license 2022-11-23T01:14:27.9213350Z test_tensorboard 2022-11-23T01:14:27.9213490Z test_mkldnn_fusion 2022-11-23T01:14:27.9213630Z test_numba_integration 2022-11-23T01:14:27.9213770Z test_nvfuser_frontend 2022-11-23T01:14:27.9213920Z profiler/test_profiler_tree 2022-11-23T01:14:27.9214070Z test_complex 2022-11-23T01:14:27.9214200Z test_nvfuser_dynamo 2022-11-23T01:14:27.9214330Z test_vulkan 2022-11-23T01:14:27.9214470Z backends/xeon/test_launch 2022-11-23T01:14:27.9214630Z dynamo/test_model_output 2022-11-23T01:14:27.9214780Z test_type_hints 2022-11-23T01:14:27.9214920Z dynamo/test_aot_cudagraphs 2022-11-23T01:14:27.9215070Z dynamo/test_replay_record 2022-11-23T01:14:27.9215220Z test_functional_optim 2022-11-23T01:14:27.9215380Z serial (file granularity) tests: 2022-11-23T01:14:27.9215530Z test_ops_jit 2022-11-23T01:14:27.9215660Z test_ops_gradients 2022-11-23T01:14:27.9215800Z test_ops_fwd_gradients 2022-11-23T01:14:27.9215940Z test_reductions 2022-11-23T01:14:27.9216070Z test_sparse_csr 2022-11-23T01:14:27.9216210Z test_dispatch 2022-11-23T01:14:27.9216360Z distributions/test_distributions 2022-11-23T01:14:27.9216510Z nn/test_pooling 2022-11-23T01:14:27.9216640Z test_tensorexpr 2022-11-23T01:14:27.9216770Z test_autograd 2022-11-23T01:14:27.9216900Z test_multiprocessing 2022-11-23T01:14:27.9217040Z test_torch 2022-11-23T01:14:27.9217160Z test_modules 2022-11-23T01:14:27.9217300Z test_namedtuple_return_api 2022-11-23T01:14:27.9217470Z inductor/test_torchinductor_opinfo 2022-11-23T01:14:27.9217630Z test_indexing 2022-11-23T01:14:27.9217760Z test_linalg 2022-11-23T01:14:27.9217890Z test_mobile_optimizer 2022-11-23T01:14:27.9218030Z test_fake_tensor 2022-11-23T01:14:27.9218160Z test_overrides 2022-11-23T01:14:27.9218290Z test_jit_disabled 2022-11-23T01:14:27.9218430Z test_show_pickle 2022-11-23T01:14:27.9218560Z test_jit_cuda_fuser 2022-11-23T01:14:27.9218710Z test_cpp_extensions_aot_ninja 2022-11-23T01:14:27.9218900Z test_cpp_extensions_open_device_registration 2022-11-23T01:14:27.9219060Z test_cpp_api_parity 2022-11-23T01:14:27.9219210Z test_cuda_nvml_based_avail 2022-11-23T01:14:27.9795780Z Ignoring disabled issues: [] 2022-11-23T01:14:27.9796060Z Found test time stats from artifacts 2022-11-23T01:14:27.9796330Z Prioritized test from test file changes. 2022-11-23T01:14:27.9796600Z reordering tests for PR: 2022-11-23T01:14:27.9796820Z prioritized: [] 2022-11-23T01:14:27.9801640Z the rest: ['test_ops_jit', 'test_ops_gradients', 'test_ops_fwd_gradients', 'test_reductions', 'test_sparse_csr', 'test_dispatch', 'distributions/test_distributions', 'nn/test_pooling', 'test_tensorexpr', 'test_autograd', 'test_multiprocessing', 'test_torch', 'test_modules', 'test_namedtuple_return_api', 'inductor/test_torchinductor_opinfo', 'test_indexing', 'test_linalg', 'test_mobile_optimizer', 'test_fake_tensor', 'test_overrides', 'test_jit_disabled', 'test_show_pickle', 'test_jit_cuda_fuser', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_open_device_registration', 'distributions/test_constraints', 'dynamo/test_recompile_ux', 'inductor/test_minifier', 'inductor/test_smoke', 'lazy/test_bindings', 'lazy/test_meta_kernel', 'test_cpp_api_parity', 'test_cuda_nvml_based_avail', 'test_cuda_sanitizer', 'test_deploy', 'test_jiterator', 'test_pruning_op', 'test_decomp', 'test_schema_check', 'test_jit_autocast', 'test_functional_autograd_benchmark', 'test_sparse', 'test_testing', 'nn/test_convolution', 'test_type_promotion', 'test_masked', 'profiler/test_profiler', 'test_stateless', 'dynamo/test_unspec', 'test_transformers', 'test_spectral_ops', 'test_xnnpack_integration', 'lazy/test_step_closures', 'lazy/test_ts_opinfo', 'dynamo/test_repros', 'dynamo/test_aot_autograd', 'test_openmp', 'nn/test_embedding', 'test_module_init', 'dynamo/test_misc', 'test_mkl_verbose', 'test_mkldnn_verbose', 'test_import_stats', 'test_sort_and_select', 'test_bundled_inputs', 'test_maskedtensor', 'test_ao_sparsity', 'test_public_bindings', 'test_nestedtensor', 'dynamo/test_export', 'dynamo/test_optimizers', 'test_scatter_gather_ops', 'dynamo/test_functions', 'test_shape_ops', 'dynamo/test_skip_non_tensor', 'test_function_schema', 'profiler/test_memory_profiler', 'test_python_dispatch', 'dynamo/test_nops', 'dynamo/test_export_mutations', 'test_fx_reinplace_pass', 'nn/test_lazy_modules', 'test_native_functions', 'test_autocast', 'benchmark_utils/test_benchmark_utils', 'nn/test_dropout', 'lazy/test_debug_util', 'nn/test_module_hooks', 'test_tensorexpr_pybind', 'test_pytree', 'test_monitor', 'test_per_overload_api', 'test_type_info', 'test_set_default_mobile_cpu_allocator', 'test_license', 'test_tensorboard', 'test_mkldnn_fusion', 'test_numba_integration', 'test_nvfuser_frontend', 'profiler/test_profiler_tree', 'test_complex', 'test_nvfuser_dynamo', 'test_vulkan', 'backends/xeon/test_launch', 'dynamo/test_model_output', 'test_type_hints', 'dynamo/test_aot_cudagraphs', 'dynamo/test_replay_record', 'test_functional_optim'] 2022-11-23T01:14:27.9806270Z 2022-11-23T01:14:27.9806840Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /Users/ec2-user/runner/_work/pytorch/pytorch/test/.pytorch-slow-tests.json 2022-11-23T01:14:27.9807770Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /Users/ec2-user/runner/_work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2022-11-23T01:14:29.0243520Z Running distributions/test_constraints ... [2022-11-23 01:14:29.024155] 2022-11-23T01:14:29.0243840Z Running dynamo/test_recompile_ux ... [2022-11-23 01:14:29.024206] 2022-11-23T01:14:29.0244220Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-11-23 01:14:29.024341] 2022-11-23T01:14:29.0244730Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_recompile_ux.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:29.024363] 2022-11-23T01:14:29.0245020Z Ignoring disabled issues: [] 2022-11-23T01:14:29.0245190Z Ignoring disabled issues: [] 2022-11-23T01:14:30.1844730Z 2022-11-23T01:14:30.1845040Z Expand the folded group to see the log file of dynamo/test_recompile_ux 2022-11-23T01:14:30.1848860Z ##[group]PRINTING LOG FILE of dynamo/test_recompile_ux (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_recompile_ux_vjzksgv_) 2022-11-23T01:14:30.1849070Z 2022-11-23T01:14:30.1849560Z ##[endgroup] 2022-11-23T01:14:30.1850010Z FINISHED PRINTING LOG FILE of dynamo/test_recompile_ux (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_recompile_ux_vjzksgv_) 2022-11-23T01:14:30.1850200Z 2022-11-23T01:14:31.3207600Z Running inductor/test_minifier ... [2022-11-23 01:14:31.320561] 2022-11-23T01:14:31.3209210Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'inductor/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:31.320817] 2022-11-23T01:14:31.3209510Z Ignoring disabled issues: [] 2022-11-23T01:14:31.4064940Z 2022-11-23T01:14:31.4065420Z Expand the folded group to see the log file of distributions/test_constraints 2022-11-23T01:14:31.4066040Z ##[group]PRINTING LOG FILE of distributions/test_constraints (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/distributions-test_constraints_t1ou0yfq) 2022-11-23T01:14:31.4066360Z ============================= test session starts ============================== 2022-11-23T01:14:31.4067000Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:14:31.4067240Z cachedir: .pytest_cache 2022-11-23T01:14:31.4067580Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/ec2-user/runner/_work/pytorch/pytorch/test/.hypothesis/examples') 2022-11-23T01:14:31.4068330Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:14:31.4068670Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:14:31.4068900Z collecting ... collected 132 items 2022-11-23T01:14:31.4092120Z Running 132 items in this shard: test/distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] 2022-11-23T01:14:31.4102270Z 2022-11-23T01:14:31.4102510Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-11-23T01:14:31.4102930Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-11-23T01:14:31.4103270Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-11-23T01:14:31.4103600Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-11-23T01:14:31.4103940Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-11-23T01:14:31.4104270Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-11-23T01:14:31.4104630Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-11-23T01:14:31.4104960Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-11-23T01:14:31.4105400Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-11-23T01:14:31.4105730Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-11-23T01:14:31.4106070Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-11-23T01:14:31.4106410Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-11-23T01:14:31.4106750Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-11-23T01:14:31.4107090Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-11-23T01:14:31.4107420Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-11-23T01:14:31.4107760Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-11-23T01:14:31.4108080Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-11-23T01:14:31.4108410Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-11-23T01:14:31.4108740Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-11-23T01:14:31.4109070Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-11-23T01:14:31.4109400Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-11-23T01:14:31.4109760Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-11-23T01:14:31.4110090Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-11-23T01:14:31.4110420Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-11-23T01:14:31.4110880Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-11-23T01:14:31.4111260Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-11-23T01:14:31.4111580Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-11-23T01:14:31.4111910Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-11-23T01:14:31.4112240Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-11-23T01:14:31.4112590Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-11-23T01:14:31.4112960Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-11-23T01:14:31.4113290Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-11-23T01:14:31.4113820Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-11-23T01:14:31.4114160Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-11-23T01:14:31.4114480Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-11-23T01:14:31.4114810Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-11-23T01:14:31.4115130Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-11-23T01:14:31.4115450Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-11-23T01:14:31.4115760Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-11-23T01:14:31.4116060Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-11-23T01:14:31.4116380Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-11-23T01:14:31.4116690Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-11-23T01:14:31.4116990Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-11-23T01:14:31.4117300Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-11-23T01:14:31.4117610Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-11-23T01:14:31.4117950Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-11-23T01:14:31.4118270Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-11-23T01:14:31.4118600Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-11-23T01:14:31.4118910Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-11-23T01:14:31.4119200Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-11-23T01:14:31.4119520Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-11-23T01:14:31.4119830Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-11-23T01:14:31.4120140Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-11-23T01:14:31.4120430Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-11-23T01:14:31.4120780Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-11-23T01:14:31.4121110Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-11-23T01:14:31.4121440Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-11-23T01:14:31.4121880Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-11-23T01:14:31.4122200Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-11-23T01:14:31.4122540Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-11-23T01:14:31.4122860Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-11-23T01:14:31.4123170Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-11-23T01:14:31.4123480Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-11-23T01:14:31.4123780Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-11-23T01:14:31.4124090Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-11-23T01:14:31.4124400Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-11-23T01:14:31.4124740Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-11-23T01:14:31.4125050Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-11-23T01:14:31.4125370Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-11-23T01:14:31.4125680Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-11-23T01:14:31.4125980Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-11-23T01:14:31.4126280Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-11-23T01:14:31.4126580Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-11-23T01:14:31.4126900Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-11-23T01:14:31.4127210Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-11-23T01:14:31.4127520Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-11-23T01:14:31.4127820Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-11-23T01:14:31.4128110Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-11-23T01:14:31.4128420Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-11-23T01:14:31.4128750Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-11-23T01:14:31.4129070Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-11-23T01:14:31.4129390Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-11-23T01:14:31.4129730Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-11-23T01:14:31.4130080Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-11-23T01:14:31.4130390Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-11-23T01:14:31.4130720Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-11-23T01:14:31.4131030Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-11-23T01:14:31.4131370Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-11-23T01:14:31.4131690Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-11-23T01:14:31.4132000Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-11-23T01:14:31.4132310Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-11-23T01:14:31.4132720Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-11-23T01:14:31.4133050Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-11-23T01:14:31.4133370Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-11-23T01:14:31.4133700Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-11-23T01:14:31.4134010Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-11-23T01:14:31.4134320Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-11-23T01:14:31.4134620Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-11-23T01:14:31.4134930Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-11-23T01:14:31.4135250Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-11-23T01:14:31.4135620Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-11-23T01:14:31.4135920Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-11-23T01:14:31.4144800Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-11-23T01:14:31.4145270Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-11-23T01:14:31.4145600Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-11-23T01:14:31.4145930Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-11-23T01:14:31.4146290Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-11-23T01:14:31.4146660Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-11-23T01:14:31.4146980Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-11-23T01:14:31.4147330Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-11-23T01:14:31.4147650Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-11-23T01:14:31.4147960Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-11-23T01:14:31.4148270Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-11-23T01:14:31.4148580Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-11-23T01:14:31.4148890Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-11-23T01:14:31.4149200Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-11-23T01:14:31.4149520Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-11-23T01:14:31.4149840Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-11-23T01:14:31.4150150Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-11-23T01:14:31.4150450Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-11-23T01:14:31.4150750Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-11-23T01:14:31.4151060Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-11-23T01:14:31.4151380Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-11-23T01:14:31.4151700Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-11-23T01:14:31.4152210Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-11-23T01:14:31.4152520Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-11-23T01:14:31.4152840Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-11-23T01:14:31.4153170Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-11-23T01:14:31.4153510Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-11-23T01:14:31.4153840Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-11-23T01:14:31.4154170Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-11-23T01:14:31.4154490Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-11-23T01:14:31.4154650Z 2022-11-23T01:14:31.4154740Z ======================== 65 passed, 67 skipped in 1.94s ======================== 2022-11-23T01:14:31.4154910Z 2022-11-23T01:14:31.4155220Z ##[endgroup] 2022-11-23T01:14:31.4155600Z FINISHED PRINTING LOG FILE of distributions/test_constraints (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/distributions-test_constraints_t1ou0yfq) 2022-11-23T01:14:31.4155820Z 2022-11-23T01:14:32.4308580Z 2022-11-23T01:14:32.4308980Z Expand the folded group to see the log file of inductor/test_minifier 2022-11-23T01:14:32.4309650Z ##[group]PRINTING LOG FILE of inductor/test_minifier (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_minifier_xgtz2h_k) 2022-11-23T01:14:32.4309850Z 2022-11-23T01:14:32.4310010Z ##[endgroup] 2022-11-23T01:14:32.4310440Z FINISHED PRINTING LOG FILE of inductor/test_minifier (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_minifier_xgtz2h_k) 2022-11-23T01:14:32.4310640Z 2022-11-23T01:14:32.6517010Z Running inductor/test_smoke ... [2022-11-23 01:14:32.651508] 2022-11-23T01:14:32.6517610Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'inductor/test_smoke.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:32.651702] 2022-11-23T01:14:32.6518880Z Ignoring disabled issues: [] 2022-11-23T01:14:33.5725670Z 2022-11-23T01:14:33.5725980Z Expand the folded group to see the log file of inductor/test_smoke 2022-11-23T01:14:33.5726560Z ##[group]PRINTING LOG FILE of inductor/test_smoke (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_smoke_oqj42rzj) 2022-11-23T01:14:33.5726760Z 2022-11-23T01:14:33.5726910Z ##[endgroup] 2022-11-23T01:14:33.5727320Z FINISHED PRINTING LOG FILE of inductor/test_smoke (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_smoke_oqj42rzj) 2022-11-23T01:14:33.5727520Z 2022-11-23T01:14:33.6201470Z Running lazy/test_bindings ... [2022-11-23 01:14:33.619815] 2022-11-23T01:14:33.6203190Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:33.620195] 2022-11-23T01:14:33.6203500Z Ignoring disabled issues: [] 2022-11-23T01:14:34.5519370Z 2022-11-23T01:14:34.5519650Z Expand the folded group to see the log file of lazy/test_bindings 2022-11-23T01:14:34.5520310Z ##[group]PRINTING LOG FILE of lazy/test_bindings (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_bindings_2vqeftrg) 2022-11-23T01:14:34.5520510Z 2022-11-23T01:14:34.5520670Z ##[endgroup] 2022-11-23T01:14:34.5521080Z FINISHED PRINTING LOG FILE of lazy/test_bindings (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_bindings_2vqeftrg) 2022-11-23T01:14:34.5521260Z 2022-11-23T01:14:34.8504110Z Running lazy/test_meta_kernel ... [2022-11-23 01:14:34.850232] 2022-11-23T01:14:34.8506230Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:34.850424] 2022-11-23T01:14:34.8506590Z Ignoring disabled issues: [] 2022-11-23T01:14:35.7648060Z Running test_cuda_sanitizer ... [2022-11-23 01:14:35.764339] 2022-11-23T01:14:35.7649680Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:35.764878] 2022-11-23T01:14:35.7649990Z Ignoring disabled issues: [] 2022-11-23T01:14:35.7652390Z 2022-11-23T01:14:35.7652690Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-11-23T01:14:35.7653380Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_meta_kernel_kcl29ykz) 2022-11-23T01:14:35.7653620Z 2022-11-23T01:14:35.7653790Z ##[endgroup] 2022-11-23T01:14:35.7654170Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_meta_kernel_kcl29ykz) 2022-11-23T01:14:35.7654560Z 2022-11-23T01:14:36.7384760Z 2022-11-23T01:14:36.7385200Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-11-23T01:14:36.7385760Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_sanitizer_nb_k_deg) 2022-11-23T01:14:36.7386040Z CUDA not available, skipping tests 2022-11-23T01:14:36.7386140Z 2022-11-23T01:14:36.7386190Z Running tests... 2022-11-23T01:14:36.7386530Z ---------------------------------------------------------------------- 2022-11-23T01:14:36.7386670Z 2022-11-23T01:14:36.7386810Z ---------------------------------------------------------------------- 2022-11-23T01:14:36.7386990Z Ran 0 tests in 0.000s 2022-11-23T01:14:36.7387070Z 2022-11-23T01:14:36.7387110Z OK 2022-11-23T01:14:36.7387180Z 2022-11-23T01:14:36.7387240Z Generating XML reports... 2022-11-23T01:14:36.7387510Z Test results will be stored in test-reports/python-unittest/test_cuda_sanitizer 2022-11-23T01:14:36.7387650Z 2022-11-23T01:14:36.7387800Z ##[endgroup] 2022-11-23T01:14:36.7388130Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_sanitizer_nb_k_deg) 2022-11-23T01:14:36.7388310Z 2022-11-23T01:14:37.0816180Z Running test_deploy ... [2022-11-23 01:14:37.081371] 2022-11-23T01:14:37.0817530Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-11-23 01:14:37.081596] 2022-11-23T01:14:37.0817830Z Ignoring disabled issues: [] 2022-11-23T01:14:38.0321400Z Running test_jiterator ... [2022-11-23 01:14:38.031959] 2022-11-23T01:14:38.0322600Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:38.032185] 2022-11-23T01:14:38.0322920Z Ignoring disabled issues: [] 2022-11-23T01:14:38.5013020Z 2022-11-23T01:14:38.5013550Z Expand the folded group to see the log file of test_deploy 2022-11-23T01:14:38.5014120Z ##[group]PRINTING LOG FILE of test_deploy (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_deploy_2umoudr7) 2022-11-23T01:14:38.5014390Z ============================= test session starts ============================== 2022-11-23T01:14:38.5014870Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:14:38.5015520Z cachedir: .pytest_cache 2022-11-23T01:14:38.5015950Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/ec2-user/runner/_work/pytorch/pytorch/test/.hypothesis/examples') 2022-11-23T01:14:38.5016340Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:14:38.5016960Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:14:38.5017200Z collecting ... collected 1 item 2022-11-23T01:14:38.5017430Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-11-23T01:14:38.5017580Z 2022-11-23T01:14:38.5017690Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-11-23T01:14:38.5017830Z 2022-11-23T01:14:38.5017920Z ============================== 1 passed in 0.97s =============================== 2022-11-23T01:14:38.5018030Z 2022-11-23T01:14:38.5018190Z ##[endgroup] 2022-11-23T01:14:38.5018550Z FINISHED PRINTING LOG FILE of test_deploy (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_deploy_2umoudr7) 2022-11-23T01:14:38.5018730Z 2022-11-23T01:14:39.1691350Z 2022-11-23T01:14:39.1741890Z Expand the folded group to see the log file of test_jiterator 2022-11-23T01:14:39.1784890Z ##[group]PRINTING LOG FILE of test_jiterator (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jiterator_7f2og270) 2022-11-23T01:14:39.1786350Z CUDA not available, skipping tests 2022-11-23T01:14:39.1786650Z 2022-11-23T01:14:39.1786820Z Running tests... 2022-11-23T01:14:39.1787640Z ---------------------------------------------------------------------- 2022-11-23T01:14:39.1787980Z 2022-11-23T01:14:39.1788340Z ---------------------------------------------------------------------- 2022-11-23T01:14:39.1788820Z Ran 0 tests in 0.000s 2022-11-23T01:14:39.1789050Z 2022-11-23T01:14:39.1789170Z OK 2022-11-23T01:14:39.1789350Z 2022-11-23T01:14:39.1789530Z Generating XML reports... 2022-11-23T01:14:39.1790170Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-11-23T01:14:39.1790540Z 2022-11-23T01:14:39.1791780Z ##[endgroup] 2022-11-23T01:14:39.1792620Z FINISHED PRINTING LOG FILE of test_jiterator (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jiterator_7f2og270) 2022-11-23T01:14:39.1793100Z 2022-11-23T01:14:39.8108440Z Running test_pruning_op ... [2022-11-23 01:14:39.806544] 2022-11-23T01:14:39.8108990Z Ignoring disabled issues: [] 2022-11-23T01:14:39.8112100Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:39.806982] 2022-11-23T01:14:40.4337150Z Running test_decomp ... [2022-11-23 01:14:40.433529] 2022-11-23T01:14:40.4338320Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:40.433751] 2022-11-23T01:14:40.4338610Z Ignoring disabled issues: [] 2022-11-23T01:14:40.7069930Z 2022-11-23T01:14:40.7171070Z Expand the folded group to see the log file of test_pruning_op 2022-11-23T01:14:40.7273400Z ##[group]PRINTING LOG FILE of test_pruning_op (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_pruning_op_uha35pay) 2022-11-23T01:14:40.7372820Z 2022-11-23T01:14:40.7474200Z ##[endgroup] 2022-11-23T01:14:40.7575310Z FINISHED PRINTING LOG FILE of test_pruning_op (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_pruning_op_uha35pay) 2022-11-23T01:14:40.7674960Z 2022-11-23T01:14:41.7649400Z Running test_schema_check ... [2022-11-23 01:14:41.764709] 2022-11-23T01:14:41.7650100Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:41.764903] 2022-11-23T01:14:41.7650940Z Ignoring disabled issues: [] 2022-11-23T01:17:55.1496760Z 2022-11-23T01:17:55.1497510Z Expand the folded group to see the log file of test_schema_check 2022-11-23T01:17:55.1498160Z ##[group]PRINTING LOG FILE of test_schema_check (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_schema_check_wigj2w8v) 2022-11-23T01:17:55.1498420Z 2022-11-23T01:17:55.1498690Z Running tests... 2022-11-23T01:17:55.1499290Z ---------------------------------------------------------------------- 2022-11-23T01:17:55.1499600Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-11-23T01:17:55.1500290Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:17:55.1500570Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1500850Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1501110Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1501330Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1501580Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:17:55.1501800Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1502040Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1502480Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1502710Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1502950Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.009s) 2022-11-23T01:17:55.1503190Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1503440Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1503720Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1503990Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T01:17:55.1504240Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T01:17:55.1504510Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1504770Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1505040Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.007s) 2022-11-23T01:17:55.1505310Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.007s) 2022-11-23T01:17:55.1505570Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1505840Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1506820Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_schema_check.py:276: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:17:55.1507460Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T01:17:55.1507610Z ok (0.001s) 2022-11-23T01:17:55.1507820Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1508830Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_schema_check.py:179: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:17:55.1509440Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T01:17:55.1509620Z ok (0.001s) 2022-11-23T01:17:55.1509810Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1510080Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1510340Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1510590Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1511210Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1521990Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:17:55.1522380Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T01:17:55.1522650Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T01:17:55.1522910Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1523180Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1523460Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1523730Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1524010Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1524280Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1524560Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1524830Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1525100Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1525360Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1525620Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1525890Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1526150Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1526420Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1526700Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1526980Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1527250Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1527530Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1527870Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1528140Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1528410Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1528670Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1529060Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1529330Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1529600Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1529870Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1530140Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1530430Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1530710Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1531000Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1531290Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1531650Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1531940Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1532230Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1532510Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1532810Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1533170Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1533490Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1533770Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1534050Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1534340Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1534620Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1534900Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1535180Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1535470Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1535740Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1536030Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1536300Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1536580Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1536850Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1537130Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1537400Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1537680Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1538030Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1538320Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1538600Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1538880Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1539150Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1539430Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1539720Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1540010Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1540300Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1540630Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1540920Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1541190Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1541470Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1541740Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1542010Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1542280Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1542570Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-11-23T01:17:55.1542940Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-11-23T01:17:55.1543280Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-11-23T01:17:55.1543610Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.1543940Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.1544220Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.1553050Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.1553380Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.1553670Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.1553960Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.1554240Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1554520Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1554800Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1555070Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1555360Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1555820Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1556110Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1556400Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1556680Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1556960Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1557250Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1557530Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1557810Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1558080Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1558470Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1558740Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1559020Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1559300Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1559580Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1559850Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1560110Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1560390Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1561170Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:849: 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-11-23T01:17:55.1561690Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:17:55.1561860Z ok (0.046s) 2022-11-23T01:17:55.1562070Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T01:17:55.1562360Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T01:17:55.1562650Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T01:17:55.1562930Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.1563210Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.1563490Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.1563760Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.1564040Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.1564310Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.1564590Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.1564900Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1565190Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1565480Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1565760Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1566050Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1566320Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1566600Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1566870Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1567180Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1567450Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1567730Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1568000Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1568280Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1568550Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1568820Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1569090Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1569360Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1569660Z test_schema_correctness__softmax_backward_data_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1569970Z test_schema_correctness__softmax_backward_data_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1570270Z test_schema_correctness__softmax_backward_data_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1570570Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1570850Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1571130Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1571410Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1571680Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1571960Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1572230Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1572500Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1572780Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1573050Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1573320Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1573650Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1573930Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1574200Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1574480Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1574770Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1575050Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1575320Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1575600Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1575880Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1576210Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1576480Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1576750Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1577020Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1577300Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1577580Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1577870Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1578150Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1578430Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1578710Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1578990Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1579260Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1579530Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1579800Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1580090Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1580470Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1580780Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1581080Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1581370Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1581650Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1581920Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1582200Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1582480Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1582820Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1583100Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1583380Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1583640Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1583920Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1584220Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1584520Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1584800Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1585080Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1585440Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1585710Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1585980Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1586250Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1586530Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1586810Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1587100Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1587400Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1587680Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1588030Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1593170Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1593470Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1593750Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1594040Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1594320Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1594630Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1594910Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1595190Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1595470Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1595750Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1596030Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1596330Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1596640Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1597090Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1597370Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1597640Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1597920Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1598190Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1598470Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1598790Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1599080Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1599510Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1599840Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1600150Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1600450Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1600750Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1601040Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1601330Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1601620Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1601920Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1602210Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1602500Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1602790Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1603070Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1603350Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1603630Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1603910Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1604180Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1604450Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1604730Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1605010Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1605280Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1605550Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1605840Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1606150Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1606440Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1606710Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1606980Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1607250Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1607530Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1607800Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1608070Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1608380Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1608650Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1609380Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Copy.cpp:275.) 2022-11-23T01:17:55.1609820Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.1609960Z ok (0.002s) 2022-11-23T01:17:55.1610170Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1610440Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1610720Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1610990Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1611270Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1611540Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1611800Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1612070Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1612340Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1612610Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1612900Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1613190Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1613480Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1613770Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1614060Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1614340Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1614620Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1614900Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1615250Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1615530Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1615810Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1616080Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1616350Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1616630Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1616900Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1617180Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1617810Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1618090Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1618360Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1618640Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1618920Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1619190Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1619460Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1619730Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1620000Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.1621060Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:17:55.1621820Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.1621960Z ok (0.002s) 2022-11-23T01:17:55.1622190Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1622560Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1622850Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1623120Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1623400Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1623680Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1623960Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1624240Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1624610Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1624900Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1625180Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1625470Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1625750Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1626020Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1626290Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1626560Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1626840Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1627140Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1627410Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1627690Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1627960Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1628240Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1628520Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1628800Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1629070Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1633590Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1633860Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1634130Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1634400Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1634670Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1634930Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1635260Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-11-23T01:17:55.1635580Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-11-23T01:17:55.1635860Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-11-23T01:17:55.1636140Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-11-23T01:17:55.1636410Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-11-23T01:17:55.1636680Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-11-23T01:17:55.1636950Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-11-23T01:17:55.1637210Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-11-23T01:17:55.1637480Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-11-23T01:17:55.1637940Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1638250Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1638520Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1638790Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1639060Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1639330Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1639600Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1639870Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1640140Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1640500Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1640780Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1641050Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1641320Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1641590Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1641850Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1642120Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1642380Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1642660Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1642930Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1643210Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1643480Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.1643760Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1644030Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1644300Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1644580Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1644860Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1645130Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1645400Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1645680Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1645950Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1646230Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1646520Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1646860Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1647160Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1647440Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1647710Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1647990Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1648260Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1648540Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1648820Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1649100Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1649460Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1649760Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1650050Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1650350Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1650630Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1650920Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1651200Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1651480Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1651760Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1652100Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1652420Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1652690Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1652980Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1653280Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1653580Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1653880Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1654180Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1654480Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1654770Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1655060Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1655350Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1655710Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1656050Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1656340Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1656630Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1656910Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1657180Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1657460Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1657740Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1658010Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1658400Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1658670Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1658940Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1659210Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1659470Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1659740Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1660010Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1660290Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1660560Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1660840Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1661120Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1661400Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1661660Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1661930Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1662200Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1662470Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1662730Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1663010Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1663270Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1663550Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1663810Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1664080Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1664340Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1664690Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1664970Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1665230Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1665490Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1665770Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1666040Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1666320Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1666590Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1666860Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1667240Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1667500Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1667880Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1672910Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1673190Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1673460Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1673730Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1674020Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1674300Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1674580Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1674850Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1675120Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1675390Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1675660Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1675930Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1676200Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1676480Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1676760Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1677050Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1677330Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1677620Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1677900Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1678190Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1678620Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1678910Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1679180Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1679460Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1679730Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1680010Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1680290Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1680570Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1680940Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1681230Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1681510Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1681790Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1682070Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1682350Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1682630Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1682900Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1683180Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1683460Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1683730Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1684000Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1684280Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1684560Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1684850Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1685140Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1685420Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1685700Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1685970Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1686240Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1686520Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1686790Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1687130Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1687410Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1687690Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1687980Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1688290Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1688590Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1688870Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1689140Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1689430Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1689810Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1690090Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1690360Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1690640Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1690920Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1691210Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1691490Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1691760Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1692050Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1692340Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1692620Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1692900Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1693170Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1693450Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1693720Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1694000Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1694270Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1694540Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1694810Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1695090Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1695360Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1695620Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1696170Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1696510Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1696790Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1697070Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1697350Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1697630Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1697910Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1698190Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1698470Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1698920Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1699210Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1699500Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1699780Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1700060Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1700340Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1700620Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1700890Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1701170Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1701440Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1701720Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1702000Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1702280Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1702550Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1702830Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1703100Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1703380Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1703680Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1703970Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1704260Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1704550Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1704830Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1705190Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1705500Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1705780Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1706050Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1706320Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1706600Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1706890Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1707170Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1712300Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1712630Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1712920Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1713210Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1713490Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1713770Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1714040Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1714320Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1714600Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1714870Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1715150Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1715430Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1715710Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1715980Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1716250Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1716520Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1716790Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1717050Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1717320Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1717580Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1717850Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1718120Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1718390Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1718870Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1719160Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1719430Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1719700Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1719970Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1720240Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1720510Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1720780Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1721050Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1721380Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1721710Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1722010Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1722300Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1722600Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1722900Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1723200Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1723500Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1723790Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1724080Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1724370Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1724670Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1724950Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1725240Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1725530Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1725820Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1726110Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1726390Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1726680Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1726970Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1727250Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1727580Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1727870Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1728160Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1728500Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1728820Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1729090Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1729370Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1729650Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1729930Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1730280Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1730560Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1730840Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1731110Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1731380Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1731660Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1731930Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1732200Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1732480Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1732750Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1733020Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1733290Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1733560Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1733830Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1734090Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1734360Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1734630Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1734910Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1735210Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1735500Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1735800Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1736090Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1736380Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1736790Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1737120Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1737410Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1737690Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1737970Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1738260Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1738540Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1738810Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1739230Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1739510Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1739790Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1740060Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1740330Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1740600Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1740860Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1741130Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1741400Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1741660Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1741930Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1742190Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-11-23T01:17:55.1742470Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-11-23T01:17:55.1742740Z test_schema_correctness_cdouble_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1743020Z test_schema_correctness_cdouble_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1743300Z test_schema_correctness_cdouble_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1743580Z test_schema_correctness_cdouble_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1743870Z test_schema_correctness_cdouble_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1744140Z test_schema_correctness_cdouble_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1744420Z test_schema_correctness_cdouble_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1744690Z test_schema_correctness_cdouble_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1744960Z test_schema_correctness_cdouble_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1745230Z test_schema_correctness_cdouble_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1745570Z test_schema_correctness_cdouble_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1745870Z test_schema_correctness_cdouble_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1746140Z test_schema_correctness_cdouble_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1746420Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1746690Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1751780Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1752070Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1752340Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1752620Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1753060Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1753340Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1753610Z test_schema_correctness_cfloat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1753890Z test_schema_correctness_cfloat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1754170Z test_schema_correctness_cfloat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1754450Z test_schema_correctness_cfloat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1754740Z test_schema_correctness_cfloat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1755020Z test_schema_correctness_cfloat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1755300Z test_schema_correctness_cfloat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1755570Z test_schema_correctness_cfloat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1755840Z test_schema_correctness_cfloat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1756110Z test_schema_correctness_cfloat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1756380Z test_schema_correctness_cfloat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1756650Z test_schema_correctness_cfloat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1756920Z test_schema_correctness_cfloat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1757770Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/EmptyTensor.cpp:32.) 2022-11-23T01:17:55.1758290Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T01:17:55.1758450Z ok (0.031s) 2022-11-23T01:17:55.1758650Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1758930Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1759210Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1759620Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1759940Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1760210Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1760480Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1760750Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1761030Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1761290Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1761560Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1761830Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.1762210Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1762480Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1762760Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1763040Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1763320Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1763590Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1763860Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1764140Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1764410Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1764680Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1764940Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1765210Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1765470Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1766100Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-11-23T01:17:55.1766490Z L = torch.cholesky(A) 2022-11-23T01:17:55.1766680Z should be replaced with 2022-11-23T01:17:55.1766830Z L = torch.linalg.cholesky(A) 2022-11-23T01:17:55.1766960Z and 2022-11-23T01:17:55.1767090Z U = torch.cholesky(A, upper=True) 2022-11-23T01:17:55.1767240Z should be replaced with 2022-11-23T01:17:55.1767390Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T01:17:55.1767710Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:1729.) 2022-11-23T01:17:55.1768010Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.1768140Z ok (0.003s) 2022-11-23T01:17:55.1768350Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1768640Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1769040Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1769330Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1769630Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1769930Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1770220Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1770510Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1770800Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1771100Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1771470Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1771750Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1772030Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1772300Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1772580Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1772860Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1773130Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1773410Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1773680Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1773950Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1774220Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1774490Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1774750Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1775020Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1775300Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1775580Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1775850Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1776120Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1776380Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1776650Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1776920Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1777180Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1777460Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1777830Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1778120Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1778410Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1778690Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1778960Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1779240Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1779510Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1779790Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1780310Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1780590Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1780870Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1781150Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1781430Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1781700Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1781980Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1782250Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1782520Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1782790Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1783070Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1783330Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1783600Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1783890Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1784170Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1784440Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1784720Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1785000Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1785270Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1785530Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1785800Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1790990Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1791270Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1791670Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1791970Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1792280Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1792570Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1792860Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1793150Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1793440Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1793720Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1794000Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1794330Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1794620Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1794900Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1795180Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1795460Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1795740Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-11-23T01:17:55.1796030Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T01:17:55.1796320Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-11-23T01:17:55.1796680Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-11-23T01:17:55.1797000Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-11-23T01:17:55.1797290Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T01:17:55.1797570Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T01:17:55.1797850Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T01:17:55.1798130Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T01:17:55.1798410Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T01:17:55.1798690Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T01:17:55.1798980Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T01:17:55.1799260Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1799530Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1799810Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1800080Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1800350Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1800680Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1800960Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1801240Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1801520Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1801790Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1802060Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1802330Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1802600Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1803000Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1803290Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1803560Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1803840Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1804130Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1804420Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1804720Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1805010Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1805300Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1805580Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1805870Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1806160Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1806440Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1806720Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1807000Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1807290Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1807580Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1807870Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1808160Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1808470Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1808840Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1809140Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1809480Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1809770Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1810060Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1810340Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1810620Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1810910Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1811200Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1811480Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1811770Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1812120Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1812400Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1812690Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1812970Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1813250Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1813530Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1813820Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1814100Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1814380Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1814660Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1814940Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1815220Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1815500Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1815770Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1816050Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1816330Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1816610Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1816880Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1817160Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1817430Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1817720Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-11-23T01:17:55.1818020Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1818430Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1818770Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-11-23T01:17:55.1819080Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-11-23T01:17:55.1819350Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-11-23T01:17:55.1819620Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-11-23T01:17:55.1819890Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-11-23T01:17:55.1820170Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-11-23T01:17:55.1820440Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-11-23T01:17:55.1820820Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1821120Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1821390Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1821750Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1822020Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1822290Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1822560Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1822840Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1823130Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1823410Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1823670Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1823940Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1824210Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1824480Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1824760Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1825030Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1825300Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1825600Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1830820Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1831130Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1831400Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1831670Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1831950Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1832230Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1832660Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1832960Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1833250Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1833530Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1833810Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1834090Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1834370Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1834650Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1834980Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1835260Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1835540Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.473s) 2022-11-23T01:17:55.1835830Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1836130Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1836410Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.468s) 2022-11-23T01:17:55.1836680Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.469s) 2022-11-23T01:17:55.1836950Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.471s) 2022-11-23T01:17:55.1837220Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.475s) 2022-11-23T01:17:55.1837480Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.469s) 2022-11-23T01:17:55.1837750Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.473s) 2022-11-23T01:17:55.1838010Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.473s) 2022-11-23T01:17:55.1838280Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1838560Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1838840Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1839120Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1839400Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1839670Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1839930Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1840200Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1840470Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1840740Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1841010Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1841310Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1841590Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1841870Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1842150Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1842420Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1842690Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1842950Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1843220Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1843500Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1843810Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1844120Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1844400Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1844670Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1844940Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1845210Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1845470Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1845740Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1846020Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1846310Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1846600Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1846880Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1847150Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1847420Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1847700Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1847970Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1848240Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1848510Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1848800Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1848930Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1849070Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1849200Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1849330Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1849500Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1849620Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1849750Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1849880Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1850000Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1850150Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1850300Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1850450Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1850630Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1850780Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1850920Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1851070Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1851200Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1851340Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1851480Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1851620Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1851750Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1851880Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1852010Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1852140Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1852270Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1852390Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1852520Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1852650Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1852770Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1852900Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1853030Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1853160Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1853290Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1853420Z test_schema_correctness_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1853780Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1853950Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1854080Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1854240Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1854370Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1854490Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1854610Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1854750Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1854880Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1855090Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1855230Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1855360Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1855500Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1855630Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1855770Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1855900Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1856030Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1856160Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1856320Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1856440Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1856580Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1856710Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1856850Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1856980Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1857120Z test_schema_correctness_diagflat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1857250Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1857380Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1857510Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1857640Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1857770Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1857900Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1858080Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1858230Z test_schema_correctness_diagonal_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1858370Z test_schema_correctness_diagonal_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1858510Z test_schema_correctness_diagonal_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1858650Z test_schema_correctness_diagonal_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1858780Z test_schema_correctness_diagonal_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1858920Z test_schema_correctness_diagonal_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1859060Z test_schema_correctness_diagonal_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1859190Z test_schema_correctness_diagonal_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1859360Z test_schema_correctness_diagonal_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1859500Z test_schema_correctness_diagonal_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1859630Z test_schema_correctness_diagonal_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1859760Z test_schema_correctness_diagonal_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1859890Z test_schema_correctness_diagonal_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1860030Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1860160Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1860290Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1860430Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1860560Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1860690Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1860830Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1860960Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1861090Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1861210Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1861340Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1861470Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1861600Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1861740Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1861880Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1862020Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1862160Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1862340Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1862480Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1862620Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1862750Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1862880Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1863020Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1863150Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-11-23T01:17:55.1863280Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-11-23T01:17:55.1863440Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-11-23T01:17:55.1863570Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-11-23T01:17:55.1863700Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-11-23T01:17:55.1863820Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-11-23T01:17:55.1863950Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T01:17:55.1864070Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-11-23T01:17:55.1868740Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-11-23T01:17:55.1868900Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-11-23T01:17:55.1869030Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-11-23T01:17:55.1869150Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-11-23T01:17:55.1869290Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1869420Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1869560Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1869690Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1869820Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1869940Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1870070Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1870200Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1870330Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1870450Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1870590Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1870730Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1870850Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1871080Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1871210Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.1871350Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1871500Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1871640Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1871780Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1871920Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1872050Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1872210Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1872350Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1872490Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1872630Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1872770Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1872920Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1873060Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1873210Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1873350Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1873490Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1873630Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1873770Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1873910Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1874050Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1874190Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1874330Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1874470Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1874610Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1874750Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1874890Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1875030Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1875260Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1875400Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1875540Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1875670Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1875810Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1875950Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1876080Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1876200Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1876330Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1876490Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1876620Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1876750Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1876870Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1877000Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1877130Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1877260Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1877400Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1877530Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1877660Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1877790Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1877920Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1878050Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1878170Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1878300Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1878420Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1878550Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1878690Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1878810Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1878950Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1879080Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1879210Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1879350Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1879500Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1879630Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1879750Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1879880Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1880000Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1880130Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1880250Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1880380Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1880540Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1880670Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1880800Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1880940Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1881060Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1881190Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1881320Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1881440Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1881570Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1881690Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1881820Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1881940Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1882070Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1882200Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1882330Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1882460Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1882590Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1882710Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1882840Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1882960Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1883080Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1883210Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.1883340Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1883520Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1883660Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1883790Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1883920Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1884050Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1884170Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1884300Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1884420Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1884550Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1884700Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1884830Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1884950Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.1885090Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1885210Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1885350Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1885490Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1885630Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1885760Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1885900Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1886030Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1886160Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1886290Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1886410Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1886540Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1886670Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1886800Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1886930Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1887050Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1887180Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1887310Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1887440Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1887560Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1887700Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1887840Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1887960Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1888080Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1888210Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1888330Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1888460Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1888580Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1888710Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1888860Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1888990Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1889120Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1889250Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1889370Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1889490Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1889620Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1889740Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1889870Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1889990Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1890120Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1890240Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1890370Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1890490Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1890620Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1890740Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1890870Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1890990Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1891120Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1891240Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1891360Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1891490Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1891610Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1891780Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1891940Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1892070Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1892190Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1892320Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1892450Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1892580Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1892700Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1892830Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1893150Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1893270Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1893400Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1893520Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1893650Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1893780Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1893900Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1894030Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1894150Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1894270Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1894400Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1894520Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1894650Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1894770Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1894890Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1895010Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1895150Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1895280Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1895400Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1895530Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1895650Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1895770Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1895890Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1896080Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1896200Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1896340Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1896470Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1896610Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1896740Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1896880Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1897010Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1897140Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1897310Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1897440Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1897560Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1897690Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1897830Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1897950Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1898080Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1898250Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1898420Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1898580Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1898700Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1898830Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1898950Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1899080Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1899200Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1899330Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1899460Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1899590Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1899710Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1899840Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1899970Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1900090Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1904660Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1904940Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1905070Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1905200Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1905330Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-11-23T01:17:55.1905460Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-11-23T01:17:55.1905590Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-11-23T01:17:55.1905710Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-11-23T01:17:55.1905840Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-11-23T01:17:55.1905960Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-11-23T01:17:55.1906120Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.222s) 2022-11-23T01:17:55.1906260Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.222s) 2022-11-23T01:17:55.1906380Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-11-23T01:17:55.1906510Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-11-23T01:17:55.1906630Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-11-23T01:17:55.1906760Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1906900Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1907030Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1907170Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1907300Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1907430Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1907550Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1907680Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1907810Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1907930Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1908060Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1908200Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1908330Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1908460Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1908590Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1908720Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1908840Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1908970Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1909140Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1909270Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1909400Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1909530Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1909660Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1909790Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1909930Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1910050Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1910200Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1910330Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1910460Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1910580Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1910720Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1910860Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1911000Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1911140Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1911270Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1911410Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1911550Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1911690Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1911820Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1911950Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1912080Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1912220Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1912350Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1912490Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1912640Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1912790Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1912930Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1913070Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1913290Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1913440Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1913580Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1913720Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1913850Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1913980Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1914120Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1914270Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1914450Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1914590Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1914720Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1914850Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1914980Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1915110Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1915230Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1915370Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1915520Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1915660Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1915810Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1915950Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1916090Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1916220Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1916370Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1916510Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1916650Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.1916780Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1916910Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1917050Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1917180Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1917310Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1917470Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1917600Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1917730Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1917860Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1917990Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1918120Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1918250Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1918390Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1918580Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1918710Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1918840Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1918960Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1919090Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1919220Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1919340Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1919470Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1919610Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1919750Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1919880Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1920010Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1920140Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1920260Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1920390Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1920520Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1920650Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1920790Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1920920Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1921060Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1921200Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1921340Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1921600Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1921770Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1921900Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1922040Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1922170Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1922300Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1922440Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1922570Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1922700Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1922890Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1923020Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1923160Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1923290Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1923420Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1923540Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1923670Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1923800Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1923930Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1924070Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1924200Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1924330Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1924450Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1924580Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1924710Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1924840Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1924970Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1925100Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1925230Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1925360Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1925480Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1925610Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1925810Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1925940Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1926080Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1926210Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1926340Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1926480Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1926610Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1926740Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1926860Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1927020Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1927140Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1927280Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1927410Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1927540Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1927680Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1927810Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1927940Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1928070Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1928190Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1928320Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1928450Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1928570Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1928710Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1928850Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1928980Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1929110Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1929240Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1929370Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1929500Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1929630Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1929750Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1930070Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1930250Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1930380Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1930510Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1930640Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1930760Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1930890Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1931010Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1931140Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1931370Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1931500Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1931630Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1931760Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1931890Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1932020Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1932140Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.1932270Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1932410Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1932540Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1932670Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1932800Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1932920Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1933050Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1933170Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1933310Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1933430Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1933560Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1933690Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1933810Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1933940Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1934070Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1934200Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1934370Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1934540Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1934670Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1934790Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1934920Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1935050Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1935180Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1935320Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1935480Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1935620Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1935750Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1935880Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1936000Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1936130Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1936260Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1936380Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1936510Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1936640Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1936770Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1936900Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1946850Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1946990Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1947120Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1947260Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1947380Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1947510Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1947640Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1947760Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1947890Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1948010Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.1948150Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1948280Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1948640Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1948780Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1948910Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1949040Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1949170Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1949300Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1949430Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1949550Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1949750Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1949880Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1950010Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1950140Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1950280Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1950410Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1950540Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1950670Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1950800Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1950930Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1951050Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1951170Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1951300Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1951420Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1951550Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1951680Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1951820Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1951950Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1952080Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1952210Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1952330Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1952460Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1952590Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1952760Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1952890Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1953020Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1953140Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1953280Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1953420Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1953560Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1953700Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1953840Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1954000Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1954130Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1954270Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1954400Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1954530Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1954660Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1954790Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1954920Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1955050Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1955180Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1955300Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1955420Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1955550Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1955670Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1955800Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1955940Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1956070Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1956200Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1956330Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1956470Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1956600Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1956730Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1956930Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1957070Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1957200Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1957320Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1957450Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1957580Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1957700Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1957830Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1957950Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1958140Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1958270Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1958390Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1958520Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1958640Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1958760Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1958880Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1959010Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1959130Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1959250Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1959370Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1959490Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1959620Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1959740Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1959870Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1960000Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1960120Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1960250Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1960370Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1960490Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1960620Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1960740Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1960870Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1961060Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1961190Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1961310Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1961440Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1961570Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1961700Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1961820Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1961940Z test_schema_correctness_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1962070Z test_schema_correctness_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1962240Z test_schema_correctness_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1962370Z test_schema_correctness_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1962500Z test_schema_correctness_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1962630Z test_schema_correctness_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1962750Z test_schema_correctness_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1962870Z test_schema_correctness_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1963000Z test_schema_correctness_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1963130Z test_schema_correctness_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1963250Z test_schema_correctness_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1963370Z test_schema_correctness_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1963490Z test_schema_correctness_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.1963630Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1963760Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1963890Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1964030Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1964160Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1964290Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1964420Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1964550Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1964700Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1964860Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1965020Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1965160Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.1965320Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1965460Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1965590Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1965730Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1965860Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1965980Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1966110Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1966240Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1966360Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1966520Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1966640Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1966770Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1966900Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1967020Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1967150Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1967280Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1967400Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1967530Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1967660Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1967790Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1967920Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1968040Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1968160Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1968290Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1968420Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1968540Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1968660Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1968800Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1968930Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.1969060Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1969180Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1969320Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-11-23T01:17:55.1969510Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.1969680Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T01:17:55.1969810Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-11-23T01:17:55.1969940Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T01:17:55.1970070Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-11-23T01:17:55.1970200Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T01:17:55.1970340Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-11-23T01:17:55.1970460Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T01:17:55.1970600Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T01:17:55.1970810Z test_schema_correctness_grid_sampler_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1970950Z test_schema_correctness_grid_sampler_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.1971080Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1971220Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1971380Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1971540Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1971690Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1971810Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1971940Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1972060Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1972180Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1972300Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1972430Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1972560Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1972690Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1972820Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1972950Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.1973080Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1973200Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1973330Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1973450Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1973570Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1973700Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1973900Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.1974050Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1974180Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1974310Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1974450Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1974580Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1974710Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1974840Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1974970Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1975360Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1975490Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1975620Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.1975750Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.1975880Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.1976010Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.1976140Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.1976280Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.1976420Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T01:17:55.1976550Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1976670Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1976800Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1976940Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1977070Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1977200Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1977330Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1977450Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1977580Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1977710Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1977830Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1977960Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1978090Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1984460Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1984630Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1984770Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1984930Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1985060Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1985190Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1985310Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1985440Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1985560Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1985750Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1985880Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1986000Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1986130Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1986260Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1986390Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1986510Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1986640Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1986770Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1986890Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1987020Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1987140Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1987270Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1987390Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1987510Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1987630Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1987770Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1987900Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1988020Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1988150Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1988280Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1988410Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1988540Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1988700Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1988830Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1988970Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1989090Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1989230Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1989350Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1989490Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1989620Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1989760Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1989950Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1990080Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1990210Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1990340Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1990460Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1990590Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1990710Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1990840Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.1990970Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1991100Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1991240Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1991380Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1991510Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1991640Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1991780Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1991910Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1992040Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1992170Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1992300Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1992430Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1992560Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1992690Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1992850Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1992990Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1993120Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1993250Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1993380Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1993510Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1993640Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1993760Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1993890Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1994060Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1994220Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1994400Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1994540Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1994680Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1994810Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1994940Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1995080Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1995200Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1995330Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1995460Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1995580Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1995710Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1995830Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1996470Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1070.) 2022-11-23T01:17:55.1996540Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.1996580Z ok (0.008s) 2022-11-23T01:17:55.1996720Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1996850Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1996990Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1997120Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1997320Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1997460Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1997590Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1997720Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.1997860Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1997990Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1998130Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1998270Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.1998450Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1998590Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1998720Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1998850Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1998980Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1999110Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1999240Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1999370Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1999500Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.1999630Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.1999760Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.1999890Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2000020Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2000150Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2000270Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2000400Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2000530Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2000650Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2000780Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2000910Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2001030Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2001160Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2001290Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2001460Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2001580Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2001710Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2001830Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2001960Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2002080Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2002200Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2002320Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2002460Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T01:17:55.2002610Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2002750Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T01:17:55.2002880Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T01:17:55.2003010Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T01:17:55.2003140Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T01:17:55.2003260Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T01:17:55.2003390Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T01:17:55.2003520Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T01:17:55.2003650Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T01:17:55.2003770Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T01:17:55.2003900Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T01:17:55.2004030Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2004160Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2004290Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2004420Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2004560Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2004690Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2004820Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2004950Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2005080Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2005210Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2005330Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2005510Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2005640Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2005770Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2005900Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2006030Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2006150Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2006270Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2006400Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2006520Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2006680Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2006810Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2006940Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2007070Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2007190Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2007320Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2007440Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2007570Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2007690Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2007820Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2007940Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2008060Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2008190Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2008320Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2008440Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2008570Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2008700Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2008830Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2008950Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2009080Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2009200Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2009320Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2009440Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2009610Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2009730Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2009870Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2010000Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2010130Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2010260Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2010390Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2010520Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2010650Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2010800Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2010930Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2011050Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2011180Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2011310Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2011440Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2011570Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2011690Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2011820Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2011950Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2012070Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2012200Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2012320Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2012450Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2012580Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2012710Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2012840Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2012970Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2013100Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2013220Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2013340Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2013470Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2013600Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2013940Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2014080Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2014210Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2014330Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-11-23T01:17:55.2014460Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-11-23T01:17:55.2014640Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:17:55.2014800Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2014970Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2015220Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2015380Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2015540Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2015700Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2015860Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2016010Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2016170Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2016330Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2016480Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2020620Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2020820Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2021000Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2021170Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2021340Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2021500Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2021730Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2021900Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2022210Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2022370Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2022540Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2022700Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2022860Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2023010Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2023200Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2023360Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2023510Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2023660Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2023810Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2023960Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2024120Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2024270Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2024430Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2024580Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2024740Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2024900Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2025080Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2025250Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2025410Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2025580Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2025740Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2025910Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2026100Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2026270Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2026430Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2026590Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:17:55.2026740Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:17:55.2026900Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2027050Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2027240Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2027400Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2027550Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2027690Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2027840Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2028000Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2028150Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2028300Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2028450Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:17:55.2028580Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2028710Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2028850Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2028980Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2029110Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2029240Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2029360Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2029490Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2029610Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2029740Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2029860Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2029990Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2030180Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2030320Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2030450Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2030580Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2030720Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2030840Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2030970Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2031100Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2031290Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2031410Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2031530Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2031660Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2031780Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2031920Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2032040Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2032180Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2032320Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2032450Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2032570Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2032700Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2032820Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2032950Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2033070Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2033200Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2033320Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2033450Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2033570Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2033700Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2033820Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2033940Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2034070Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2034190Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2034370Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2034500Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2034620Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2034750Z test_schema_correctness_lerp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2034880Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2035010Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2035140Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2035270Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2035400Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2035640Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2035780Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2035900Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2036030Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2036160Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2036280Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2036410Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2036530Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2036680Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2036820Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2036960Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2037100Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2037240Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2037390Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2037530Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2037670Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2037810Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2037950Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2038090Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2038220Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2038360Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2038490Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2038660Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2038800Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2038940Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2039070Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2039210Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2039340Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2039480Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2039610Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2039800Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2039940Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2040070Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2040210Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2040350Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2040490Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2040630Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2040780Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2040920Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2041050Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2041190Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2041320Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2041460Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2041600Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2041730Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2041870Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2042010Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2042150Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2042290Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2042420Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2042560Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2042750Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2042890Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2043030Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2043190Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2043340Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2043500Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2043650Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2043790Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2043960Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2044100Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2044230Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2044370Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2044510Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2044640Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2044770Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2044920Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2045060Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2045200Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2045340Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2045490Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2045630Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2045770Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2045910Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2046060Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2046200Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2046330Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2046470Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2046610Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2046750Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2046940Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2047080Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2047230Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2047380Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2047530Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2047670Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2047810Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2047950Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2048110Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2048240Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2048380Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2048520Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2048660Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2048800Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2048940Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2049090Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2049230Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2049360Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2049510Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2049650Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2049780Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T01:17:55.2049920Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T01:17:55.2050060Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2050200Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2050340Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T01:17:55.2050480Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2050620Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2050750Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2050900Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2051110Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2051260Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2051410Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2051550Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.747s) 2022-11-23T01:17:55.2051690Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.749s) 2022-11-23T01:17:55.2051830Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.753s) 2022-11-23T01:17:55.2051970Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.752s) 2022-11-23T01:17:55.2052120Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-11-23T01:17:55.2052530Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-11-23T01:17:55.2052670Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.230s) 2022-11-23T01:17:55.2052820Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.230s) 2022-11-23T01:17:55.2052960Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2053100Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2053240Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2053380Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2053520Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2053660Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2053790Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2053930Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2054060Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2054190Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2054330Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T01:17:55.2054470Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2054610Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2054740Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T01:17:55.2058650Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2058860Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T01:17:55.2059010Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2059170Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T01:17:55.2059490Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T01:17:55.2059650Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2059810Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T01:17:55.2059960Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2060100Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-11-23T01:17:55.2060230Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-11-23T01:17:55.2060400Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-11-23T01:17:55.2060530Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-11-23T01:17:55.2060750Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2060900Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2061040Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2061180Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2061380Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:17:55.2061580Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:17:55.2061780Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:17:55.2061960Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:17:55.2062100Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2062240Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2062370Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2062510Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2062650Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2062790Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2062930Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2063060Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2063200Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2063340Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2063470Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2063680Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2063830Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2063970Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2064100Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2064240Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2064390Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2064530Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2064680Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2064880Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T01:17:55.2065020Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T01:17:55.2065160Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T01:17:55.2065290Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T01:17:55.2065420Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2065560Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2065700Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2065840Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2065970Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2066110Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2066250Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2066390Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2066530Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2066680Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2066820Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2066960Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2067100Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2067240Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2067380Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2067510Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2067650Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2067810Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2067970Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2068100Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2068240Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2068370Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2068510Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2068660Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2068810Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2068970Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2069110Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2069250Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-11-23T01:17:55.2069390Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-11-23T01:17:55.2069530Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-11-23T01:17:55.2069680Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-11-23T01:17:55.2069810Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-11-23T01:17:55.2069950Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-11-23T01:17:55.2070090Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T01:17:55.2070220Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T01:17:55.2070360Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T01:17:55.2070490Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T01:17:55.2070630Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T01:17:55.2070760Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-11-23T01:17:55.2070890Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-11-23T01:17:55.2071020Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-11-23T01:17:55.2071150Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-11-23T01:17:55.2071280Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T01:17:55.2071400Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-11-23T01:17:55.2071530Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2071660Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2071790Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2071980Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2072150Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2072280Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2072440Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2072600Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2072760Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2072890Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2073010Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2073140Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2073370Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2073500Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2073630Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2073760Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2073880Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2074010Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2074130Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2074260Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2074390Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2074510Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2074640Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2074780Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2074900Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2075030Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2075150Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2075280Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2075400Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2075530Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2075650Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2075780Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2075910Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2076040Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2076170Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2076330Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2076470Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2076590Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2076720Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2076840Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2076960Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2077080Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2077220Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2077360Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2077540Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2077690Z test_schema_correctness_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2077830Z test_schema_correctness_log_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2077980Z test_schema_correctness_log_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2078130Z test_schema_correctness_log_softmax_with_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2078280Z test_schema_correctness_log_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2078420Z test_schema_correctness_log_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2078570Z test_schema_correctness_log_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2078740Z test_schema_correctness_log_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2078910Z test_schema_correctness_log_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2079080Z test_schema_correctness_log_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2079220Z test_schema_correctness_log_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2079360Z test_schema_correctness_log_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2079500Z test_schema_correctness_log_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2079640Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2079770Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2079910Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2080040Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2080170Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2080310Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2080450Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2080640Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2080780Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2080910Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2081050Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2081180Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.2081310Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.2081450Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2081580Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2081780Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2081920Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2082060Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2082190Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2082320Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2082450Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2082590Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2082720Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2082850Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2082980Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2083120Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2083250Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2083390Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2083530Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2083660Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2083790Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2083920Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2084060Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2084190Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2084320Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2084450Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2084580Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2084720Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2084890Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2085040Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2085210Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2085380Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2085520Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2085650Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2085790Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2085920Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2086070Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2086210Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2086340Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2086470Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2086600Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2086740Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2086880Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2087010Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2087140Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2087270Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2087410Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2087540Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2087670Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2087800Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2087930Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2088060Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2088190Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2088320Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2088440Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2088570Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2088700Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2088820Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2088950Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2089290Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2089460Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.015s) 2022-11-23T01:17:55.2089600Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.012s) 2022-11-23T01:17:55.2089730Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.012s) 2022-11-23T01:17:55.2089860Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.009s) 2022-11-23T01:17:55.2089990Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.006s) 2022-11-23T01:17:55.2090130Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.943s) 2022-11-23T01:17:55.2090250Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.944s) 2022-11-23T01:17:55.2090490Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.946s) 2022-11-23T01:17:55.2090620Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.380s) 2022-11-23T01:17:55.2090750Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.305s) 2022-11-23T01:17:55.2090880Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2091010Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2091140Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2091270Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2091410Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2091540Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2091670Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2091800Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2091920Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2092050Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2092180Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2096070Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2096240Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2096400Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2096530Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2096650Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T01:17:55.2096780Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2096900Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2097030Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2097150Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2097430Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2097560Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2097690Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2097820Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2097940Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2098060Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2098180Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2098310Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2098430Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2098590Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2098710Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2098840Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2099420Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py:1727: 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-11-23T01:17:55.2099500Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T01:17:55.2099550Z should be replaced with 2022-11-23T01:17:55.2099640Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T01:17:55.2099690Z and 2022-11-23T01:17:55.2099790Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T01:17:55.2099840Z should be replaced with 2022-11-23T01:17:55.2100040Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2028.) 2022-11-23T01:17:55.2100150Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T01:17:55.2100190Z ok (0.008s) 2022-11-23T01:17:55.2100330Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2100450Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2100580Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2101050Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-11-23T01:17:55.2101170Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T01:17:55.2101250Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T01:17:55.2101320Z should be replaced with 2022-11-23T01:17:55.2101550Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2182.) 2022-11-23T01:17:55.2101610Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.2101660Z ok (0.007s) 2022-11-23T01:17:55.2101790Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2101930Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2102140Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2102280Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2102420Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2102550Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2102690Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2102820Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2102940Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2103070Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2103240Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2103360Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2103490Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2103610Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2103740Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2103870Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2103990Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2104120Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2104240Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2104370Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2104490Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2104620Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2104740Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2104870Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2105000Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2105120Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2105250Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2105370Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2105500Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2105620Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2105740Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2105860Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2105980Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2106120Z test_schema_correctness_masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T01:17:55.2106290Z test_schema_correctness_masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T01:17:55.2106430Z test_schema_correctness_masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T01:17:55.2106560Z test_schema_correctness_masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2106690Z test_schema_correctness_masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2106820Z test_schema_correctness_masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2106960Z test_schema_correctness_masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2107090Z test_schema_correctness_masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2107220Z test_schema_correctness_masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2107380Z test_schema_correctness_masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2107510Z test_schema_correctness_masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2107640Z test_schema_correctness_masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2107770Z test_schema_correctness_masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2107890Z test_schema_correctness_masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T01:17:55.2108020Z test_schema_correctness_masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2108150Z test_schema_correctness_masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2108280Z test_schema_correctness_masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2108410Z test_schema_correctness_masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2108550Z test_schema_correctness_masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T01:17:55.2108680Z test_schema_correctness_masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T01:17:55.2108820Z test_schema_correctness_masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T01:17:55.2108950Z test_schema_correctness_masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T01:17:55.2109080Z test_schema_correctness_masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2109210Z test_schema_correctness_masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2109350Z test_schema_correctness_masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2109490Z test_schema_correctness_masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2109620Z test_schema_correctness_masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2109760Z test_schema_correctness_masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T01:17:55.2109890Z test_schema_correctness_masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T01:17:55.2110030Z test_schema_correctness_masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T01:17:55.2110160Z test_schema_correctness_masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T01:17:55.2110360Z test_schema_correctness_masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2110500Z test_schema_correctness_masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2110630Z test_schema_correctness_masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2110760Z test_schema_correctness_masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2110890Z test_schema_correctness_masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2111040Z test_schema_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2111180Z test_schema_correctness_masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2111330Z test_schema_correctness_masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2111470Z test_schema_correctness_masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2111670Z test_schema_correctness_masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2111810Z test_schema_correctness_masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2111940Z test_schema_correctness_masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2112070Z test_schema_correctness_masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2112200Z test_schema_correctness_masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2112340Z test_schema_correctness_masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2112470Z test_schema_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2112620Z test_schema_correctness_masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2112750Z test_schema_correctness_masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2112890Z test_schema_correctness_masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2113020Z test_schema_correctness_masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2113150Z test_schema_correctness_masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2113280Z test_schema_correctness_masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2113410Z test_schema_correctness_masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2113550Z test_schema_correctness_masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2113680Z test_schema_correctness_masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2113820Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2113950Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2114080Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2114220Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2114350Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2114530Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2114670Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2114800Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2114940Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2115070Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2115200Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2115330Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2115460Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2115600Z test_schema_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2115790Z test_schema_correctness_masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2115940Z test_schema_correctness_masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2116080Z test_schema_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2116220Z test_schema_correctness_masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2116360Z test_schema_correctness_masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2116500Z test_schema_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T01:17:55.2116630Z test_schema_correctness_masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T01:17:55.2116770Z test_schema_correctness_masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2116910Z test_schema_correctness_masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-11-23T01:17:55.2117040Z test_schema_correctness_masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-11-23T01:17:55.2117170Z test_schema_correctness_masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-11-23T01:17:55.2117310Z test_schema_correctness_masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-11-23T01:17:55.2117440Z test_schema_correctness_masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-11-23T01:17:55.2117580Z test_schema_correctness_masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.446s) 2022-11-23T01:17:55.2117710Z test_schema_correctness_masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.382s) 2022-11-23T01:17:55.2117850Z test_schema_correctness_masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.383s) 2022-11-23T01:17:55.2117980Z test_schema_correctness_masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.383s) 2022-11-23T01:17:55.2118110Z test_schema_correctness_masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.447s) 2022-11-23T01:17:55.2118250Z test_schema_correctness_masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.446s) 2022-11-23T01:17:55.2118380Z test_schema_correctness_masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.446s) 2022-11-23T01:17:55.2118510Z test_schema_correctness_masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.381s) 2022-11-23T01:17:55.2118710Z test_schema_correctness_masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.381s) 2022-11-23T01:17:55.2118840Z test_schema_correctness_masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.381s) 2022-11-23T01:17:55.2118980Z test_schema_correctness_masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.381s) 2022-11-23T01:17:55.2119100Z test_schema_correctness_masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.382s) 2022-11-23T01:17:55.2119240Z test_schema_correctness_masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2119370Z test_schema_correctness_masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2119500Z test_schema_correctness_masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2119640Z test_schema_correctness_masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.333s) 2022-11-23T01:17:55.2119770Z test_schema_correctness_masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.332s) 2022-11-23T01:17:55.2119950Z test_schema_correctness_masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.331s) 2022-11-23T01:17:55.2120080Z test_schema_correctness_masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.327s) 2022-11-23T01:17:55.2120220Z test_schema_correctness_masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-11-23T01:17:55.2120360Z test_schema_correctness_masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-11-23T01:17:55.2120500Z test_schema_correctness_masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-11-23T01:17:55.2120640Z test_schema_correctness_masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-11-23T01:17:55.2120780Z test_schema_correctness_masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-11-23T01:17:55.2120920Z test_schema_correctness_masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-11-23T01:17:55.2121060Z test_schema_correctness_masked_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-11-23T01:17:55.2121190Z test_schema_correctness_masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T01:17:55.2121330Z test_schema_correctness_masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T01:17:55.2121460Z test_schema_correctness_masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T01:17:55.2121660Z test_schema_correctness_masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-11-23T01:17:55.2121790Z test_schema_correctness_masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-11-23T01:17:55.2121930Z test_schema_correctness_masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T01:17:55.2122060Z test_schema_correctness_masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T01:17:55.2122180Z test_schema_correctness_masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T01:17:55.2122320Z test_schema_correctness_masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T01:17:55.2122440Z test_schema_correctness_masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T01:17:55.2122580Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2122720Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2122900Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2123040Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2123180Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2123310Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2123440Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2123570Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2123700Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2123830Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2124020Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2124150Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2124290Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2124420Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2124560Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2124700Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2124830Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2124970Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2125100Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2125230Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2125360Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2125490Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2125630Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2125760Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2125890Z test_schema_correctness_masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2126030Z test_schema_correctness_masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2126160Z test_schema_correctness_masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2126300Z test_schema_correctness_masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2126430Z test_schema_correctness_masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2126560Z test_schema_correctness_masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2126690Z test_schema_correctness_masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.456s) 2022-11-23T01:17:55.2126840Z test_schema_correctness_masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2127050Z test_schema_correctness_masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2127190Z test_schema_correctness_masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.450s) 2022-11-23T01:17:55.2127330Z test_schema_correctness_masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.446s) 2022-11-23T01:17:55.2127460Z test_schema_correctness_masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.067s) 2022-11-23T01:17:55.2127590Z test_schema_correctness_masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.070s) 2022-11-23T01:17:55.2127720Z test_schema_correctness_masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.069s) 2022-11-23T01:17:55.2127850Z test_schema_correctness_masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.072s) 2022-11-23T01:17:55.2127980Z test_schema_correctness_masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.073s) 2022-11-23T01:17:55.2128340Z test_schema_correctness_masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-11-23T01:17:55.2128470Z test_schema_correctness_masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-11-23T01:17:55.2128610Z test_schema_correctness_masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-11-23T01:17:55.2132260Z test_schema_correctness_masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-11-23T01:17:55.2132410Z test_schema_correctness_masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-11-23T01:17:55.2132550Z test_schema_correctness_masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-11-23T01:17:55.2132680Z test_schema_correctness_masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-11-23T01:17:55.2132810Z test_schema_correctness_masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-11-23T01:17:55.2132940Z test_schema_correctness_masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-11-23T01:17:55.2133100Z test_schema_correctness_masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-11-23T01:17:55.2133230Z test_schema_correctness_masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-11-23T01:17:55.2133350Z test_schema_correctness_masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-11-23T01:17:55.2133490Z test_schema_correctness_masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.442s) 2022-11-23T01:17:55.2133640Z test_schema_correctness_masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2133790Z test_schema_correctness_masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2133920Z test_schema_correctness_masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.442s) 2022-11-23T01:17:55.2134050Z test_schema_correctness_masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.440s) 2022-11-23T01:17:55.2134180Z test_schema_correctness_masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.436s) 2022-11-23T01:17:55.2134310Z test_schema_correctness_masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.064s) 2022-11-23T01:17:55.2134440Z test_schema_correctness_masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.058s) 2022-11-23T01:17:55.2134560Z test_schema_correctness_masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.060s) 2022-11-23T01:17:55.2134690Z test_schema_correctness_masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.060s) 2022-11-23T01:17:55.2134820Z test_schema_correctness_masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.064s) 2022-11-23T01:17:55.2135080Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-11-23T01:17:55.2135220Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-11-23T01:17:55.2135350Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-11-23T01:17:55.2135480Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.2135610Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.2135740Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.2135860Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.2135990Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.2136140Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.2136270Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T01:17:55.2136400Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2136540Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2136680Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2136810Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2136940Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2137080Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2137210Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2137340Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2137470Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2137590Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2137720Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2137850Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2137980Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2138110Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2138240Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2138390Z test_schema_correctness_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.805s) 2022-11-23T01:17:55.2138550Z test_schema_correctness_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.761s) 2022-11-23T01:17:55.2138700Z test_schema_correctness_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.767s) 2022-11-23T01:17:55.2138850Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2138990Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2139160Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2139300Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2139440Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2139580Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2139720Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2139850Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2139990Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2140130Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2140300Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2140440Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2140580Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2140720Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2140860Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2141000Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2141140Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2141280Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2141420Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2141560Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2141690Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2141820Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2141950Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2142080Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2142210Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2142340Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2142460Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2142590Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2142710Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2142840Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2142960Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2143090Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2143250Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2143380Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2143500Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2143630Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2143760Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2143890Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2144010Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2144140Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2144280Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2144410Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2144530Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2144660Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2144810Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2144950Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2145100Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2145250Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2145400Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2145540Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2145690Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2145830Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2145970Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2146100Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2146250Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2146390Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2146530Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2146680Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2146830Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2146980Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2147120Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2147310Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2147460Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2147600Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2147740Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2147880Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2148030Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2148170Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2148300Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2148510Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2148650Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2148780Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2148910Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2149040Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2149180Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2149310Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2149440Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2149560Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2149710Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2149850Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2149990Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2150130Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2150270Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2150410Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2150550Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2150680Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2150820Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2150960Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2151100Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2151240Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2151420Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2151570Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2151710Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2151840Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2151980Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2152120Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2152260Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2152400Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2152570Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2152710Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2152840Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2152970Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2153090Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2153220Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2153350Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2153470Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2153600Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2153720Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2153850Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2153990Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2154140Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2154260Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2154390Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2154520Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2154640Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2154760Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2154890Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2155010Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2155140Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2155260Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2155390Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2155560Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2155690Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2155820Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2155940Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2156060Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2156190Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2156310Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2156440Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2156570Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2156750Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2156890Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2157020Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2157150Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2157280Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2157410Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2157540Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2157670Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2157790Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2157920Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2158040Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2158170Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2158300Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2158430Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2158550Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2158680Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2158810Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2158930Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2159060Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2159180Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2159300Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2159430Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2159560Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2159710Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2159840Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2159960Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2160080Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2160210Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2160330Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2160450Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2160580Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2160720Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2160850Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2160970Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2161110Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2161240Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2161380Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2161500Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2161630Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2161760Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2161880Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2162010Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2162130Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2162250Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2162380Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2162500Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2162620Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2162770Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2162910Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2163050Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2163190Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2163340Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2163470Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2163620Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2163950Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2164100Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2164250Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2164380Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2167790Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2167950Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2168080Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2168230Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2168490Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2168640Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2168780Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2168910Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2169050Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2169180Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2169320Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2169460Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2169590Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2169730Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2169880Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2170020Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2170150Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2170280Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2170420Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2170550Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2170680Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2170810Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2170940Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2171070Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T01:17:55.2171200Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T01:17:55.2171380Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T01:17:55.2171510Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T01:17:55.2171650Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2171780Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2171910Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2172040Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2172170Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2172300Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2172430Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2172580Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2172720Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.917s) 2022-11-23T01:17:55.2172850Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.913s) 2022-11-23T01:17:55.2172980Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2173110Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2173240Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2173370Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2173500Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2173630Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2173750Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2173880Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2174000Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2174130Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2174270Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2174400Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2174540Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2174680Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2174810Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2174950Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2175080Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2175210Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2175340Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2175490Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2175690Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2175860Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2176000Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2176130Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2176250Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2176380Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2176510Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2176640Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2176800Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2176930Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2177050Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2177180Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2177300Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2177430Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2177550Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2177680Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2177820Z test_schema_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2177990Z test_schema_correctness_native_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2178130Z test_schema_correctness_native_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2178280Z test_schema_correctness_native_dropout_backward_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2178430Z test_schema_correctness_native_dropout_backward_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2178570Z test_schema_correctness_native_dropout_backward_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2178710Z test_schema_correctness_native_dropout_backward_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2178850Z test_schema_correctness_native_dropout_backward_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2179000Z test_schema_correctness_native_dropout_backward_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2179130Z test_schema_correctness_native_dropout_backward_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2179270Z test_schema_correctness_native_dropout_backward_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2179410Z test_schema_correctness_native_dropout_backward_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2179550Z test_schema_correctness_native_dropout_backward_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2179720Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2179860Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2179990Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2180120Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2180250Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2180380Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2180510Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2180630Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2180760Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2180910Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2181030Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2181160Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2181300Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2181450Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2181600Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2181750Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2181880Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2182010Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2182140Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2182270Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2182400Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2182520Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2182650Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2182770Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2182900Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2183030Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2183150Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2183290Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2183420Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2183560Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2183690Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2183830Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2184000Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2184140Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2184280Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2184410Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2184530Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2184660Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2184790Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2184910Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2185060Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2185270Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2185410Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2185550Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2185690Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2185830Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2185970Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2186110Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2186250Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2186380Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2186520Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2186650Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2186790Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2186960Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2187120Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2187280Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2187420Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2187550Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2187690Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2187820Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2187950Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T01:17:55.2188070Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2188200Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2188360Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2188490Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2188620Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T01:17:55.2188750Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2188880Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2189010Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2189140Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2189270Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2189440Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2189570Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2189690Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2189820Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T01:17:55.2189950Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T01:17:55.2190070Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2190200Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2190330Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2190460Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2190590Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2190720Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2190860Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2190990Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2191120Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2191250Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2191380Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2191520Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2191640Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2191770Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2191900Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2192020Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2192160Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2192290Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2192450Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2192620Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-11-23T01:17:55.2192790Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-11-23T01:17:55.2192950Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-11-23T01:17:55.2193110Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2193260Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2193410Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2193630Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2193770Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2193920Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2194070Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2194220Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2194360Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2194520Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2194670Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2194810Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2194960Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2195110Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2195250Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2195400Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2195550Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2195700Z test_schema_correctness_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-11-23T01:17:55.2195840Z test_schema_correctness_nn_functional_alpha_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-11-23T01:17:55.2195990Z test_schema_correctness_nn_functional_alpha_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-11-23T01:17:55.2196140Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2196290Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2196460Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2196600Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2196750Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2196890Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2197030Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2197180Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2197320Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2197460Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2197620Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2197770Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-11-23T01:17:55.2197910Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-11-23T01:17:55.2198050Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-11-23T01:17:55.2198190Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2198340Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2198480Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2198620Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2198760Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2198900Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2199040Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2199180Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2199340Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2199490Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2199660Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2199820Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2199980Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2200120Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2200270Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2200450Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2200610Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2204540Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T01:17:55.2204740Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.2204880Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2205020Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2205160Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2205860Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Convolution.cpp:996.) 2022-11-23T01:17:55.2206160Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.2206200Z ok (0.018s) 2022-11-23T01:17:55.2206350Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-11-23T01:17:55.2206490Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-11-23T01:17:55.2206630Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2206770Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2206900Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2207060Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T01:17:55.2207210Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2207370Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2207520Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2207660Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2207810Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2207960Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T01:17:55.2208110Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2208260Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2208400Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2208550Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T01:17:55.2208770Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.2208920Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2209060Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2209200Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2209360Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-11-23T01:17:55.2209510Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T01:17:55.2209670Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T01:17:55.2209820Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T01:17:55.2210000Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T01:17:55.2210150Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T01:17:55.2210300Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T01:17:55.2210450Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-11-23T01:17:55.2210600Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T01:17:55.2210750Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T01:17:55.2210900Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T01:17:55.2211050Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.2211200Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2211340Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2211490Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2211630Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T01:17:55.2211770Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2212560Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:17:55.2212750Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:17:55.2212800Z ok (0.024s) 2022-11-23T01:17:55.2212940Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2213140Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2213300Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T01:17:55.2213440Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2213580Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2213730Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T01:17:55.2213870Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T01:17:55.2214010Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T01:17:55.2214180Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2214320Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2214460Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2214600Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-11-23T01:17:55.2214750Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-11-23T01:17:55.2214900Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-11-23T01:17:55.2215040Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2215190Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2215330Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2215470Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2215630Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2215800Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2215960Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2216130Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2216300Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2216470Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2216630Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2216800Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2216960Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2217150Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2217310Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2217470Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2217630Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2217790Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2217950Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2218100Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-11-23T01:17:55.2218280Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-11-23T01:17:55.2218430Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-11-23T01:17:55.2218580Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-11-23T01:17:55.2218730Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.382s) 2022-11-23T01:17:55.2218880Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.379s) 2022-11-23T01:17:55.2219030Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.368s) 2022-11-23T01:17:55.2219180Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2219320Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2219460Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2219600Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2219730Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2219870Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2220020Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2220170Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2220310Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2220460Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2220600Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2220750Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2220890Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2221040Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2221280Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2221430Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2221580Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2221770Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2221910Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2222050Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2222200Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2222440Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2222580Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2222730Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2222870Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2223010Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2223160Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2223310Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-11-23T01:17:55.2223470Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-11-23T01:17:55.2223620Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-11-23T01:17:55.2223770Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2223910Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2224060Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2224200Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2224350Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-11-23T01:17:55.2224500Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-11-23T01:17:55.2224650Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-11-23T01:17:55.2224800Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2224950Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2225110Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2225260Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2225460Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2225620Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2225770Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2225920Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2226080Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2226240Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2226390Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2226580Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2226740Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2226890Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2227040Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2227200Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2227350Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2227500Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2228160Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2920: 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-11-23T01:17:55.2228210Z warnings.warn( 2022-11-23T01:17:55.2228260Z ok (0.007s) 2022-11-23T01:17:55.2228400Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2228540Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2228680Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2228830Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2228970Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2229110Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2229250Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2229390Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2230280Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2230490Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2230640Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2230780Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2230930Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2231070Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2231210Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2231350Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2231520Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2231670Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2231810Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2231950Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2232090Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2232220Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2232360Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2232500Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2232660Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2232810Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2232960Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2233110Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2233260Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2233400Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2233550Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2233700Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2233850Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2234000Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2234150Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2234300Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2234470Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2234620Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2234770Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2234910Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.523s) 2022-11-23T01:17:55.2235050Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.521s) 2022-11-23T01:17:55.2235200Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.517s) 2022-11-23T01:17:55.2235340Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.486s) 2022-11-23T01:17:55.2235480Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.476s) 2022-11-23T01:17:55.2235640Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.471s) 2022-11-23T01:17:55.2235780Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.205s) 2022-11-23T01:17:55.2235920Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.193s) 2022-11-23T01:17:55.2236070Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T01:17:55.2236210Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-11-23T01:17:55.2236360Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2236500Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T01:17:55.2236650Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-11-23T01:17:55.2236790Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-11-23T01:17:55.2236940Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T01:17:55.2237080Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2237220Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T01:17:55.2237360Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T01:17:55.2237510Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2237650Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2237790Z test_schema_correctness_nn_functional_mish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2237930Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2238070Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2238860Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:3296: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:828.) 2022-11-23T01:17:55.2239020Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-11-23T01:17:55.2239070Z ok (0.002s) 2022-11-23T01:17:55.2239210Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2239350Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2239490Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2239640Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2239790Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2240020Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2240180Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2240340Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2240500Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2240640Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2240790Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2240930Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2241070Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2241220Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2241370Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2241510Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2241650Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2241790Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T01:17:55.2241940Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T01:17:55.2245950Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2246130Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2246280Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T01:17:55.2246430Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T01:17:55.2246570Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2246850Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2247000Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2247150Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2247290Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2247450Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2247590Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T01:17:55.2247740Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2247880Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2248060Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2248210Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2248360Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2248500Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2248640Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2248780Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2248930Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2249070Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2249210Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2249350Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2249500Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2249650Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2249790Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2249940Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2250090Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2250240Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2250390Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2250530Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2250690Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2250870Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2251030Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2251180Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2251330Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2251470Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2251620Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2251770Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2251910Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2252080Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2252230Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2252370Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2252510Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2252660Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2252800Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2252950Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2253100Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2253240Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2253390Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2253530Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2253670Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2253820Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2253960Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2254100Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2254240Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2254390Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2254540Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2254690Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2254880Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2255030Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2255170Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2255310Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2255460Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2255600Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2255750Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2255890Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2256050Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2256200Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-11-23T01:17:55.2256350Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T01:17:55.2256500Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-11-23T01:17:55.2256640Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T01:17:55.2256780Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T01:17:55.2256930Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T01:17:55.2257070Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T01:17:55.2257220Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T01:17:55.2257360Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2257500Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2257640Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2257780Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2257920Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2258060Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2258200Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2258340Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2258480Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2258610Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2258750Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2258930Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2259080Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2259220Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2259360Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2259490Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2259630Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2259770Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2259900Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2260090Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T01:17:55.2260230Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T01:17:55.2260370Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T01:17:55.2260500Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2260640Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2260780Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2260930Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2261080Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2261220Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2261360Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2261490Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2261640Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2261780Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2261930Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2262070Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2262220Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2262360Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2262510Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2262650Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2262790Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2262960Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2263110Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2263270Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2263420Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2263570Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2263720Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2263870Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2264040Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2264180Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2264330Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2264470Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2264610Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2264750Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2264900Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2265040Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2265180Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2265330Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2265470Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2265620Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2265760Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2265900Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2266050Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2266190Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2266330Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2266470Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2266610Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2266750Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2266910Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2267050Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2267200Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2267350Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2267490Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2267640Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2267780Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2267920Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2268090Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2268230Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2268370Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2268510Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2268650Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2268790Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2268930Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2269070Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2269210Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2269350Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2269490Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2269630Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2269780Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2269940Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2270100Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2270250Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2270400Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2270550Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2270690Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2270830Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2271000Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2271150Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2271310Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2271480Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2271650Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2271810Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2271970Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2272150Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2272300Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2272460Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2272610Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2272770Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2272910Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-11-23T01:17:55.2273060Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-11-23T01:17:55.2273200Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-11-23T01:17:55.2273340Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-11-23T01:17:55.2273480Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-11-23T01:17:55.2273610Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-11-23T01:17:55.2274230Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:17:55.2274400Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:17:55.2274450Z ok (0.002s) 2022-11-23T01:17:55.2274600Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2274750Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2275190Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:17:55.2275400Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:17:55.2275450Z ok (0.003s) 2022-11-23T01:17:55.2275610Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2275750Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2275900Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2276040Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2276170Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2276300Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2276440Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2276710Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2276840Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2276970Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2277090Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2277220Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2277350Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2277470Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2277600Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2277730Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2277850Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2277980Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2278110Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2278240Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2278360Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2278490Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2278620Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2278770Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2278920Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2279050Z test_schema_correctness_norm_fro_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2279180Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2279310Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2279440Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2279600Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2279750Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2279880Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2280010Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2280140Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2280270Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2280410Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2280530Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2280660Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2280840Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2284140Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2284320Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2284450Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2284590Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2284730Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2284880Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2285010Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2285140Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2285270Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2285410Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2285540Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2285660Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2285790Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2285920Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2286050Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2286180Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2286300Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2286430Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2286560Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2286680Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2286810Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2287060Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2287200Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2287330Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2287470Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2287600Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2287730Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2287860Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2287990Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2288120Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2288270Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2288400Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2288520Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2288660Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T01:17:55.2288790Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T01:17:55.2288910Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T01:17:55.2289040Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T01:17:55.2289170Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2289290Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2289430Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2289550Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2289680Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2289800Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2289920Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2290050Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2290180Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2290310Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2290430Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2290550Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2290690Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.166s) 2022-11-23T01:17:55.2290820Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.152s) 2022-11-23T01:17:55.2290960Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2291090Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2291260Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2291390Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2291530Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2291660Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2291780Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2291910Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2292040Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2292160Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2292310Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2292440Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2292560Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2292700Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.273s) 2022-11-23T01:17:55.2292830Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.274s) 2022-11-23T01:17:55.2292960Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.275s) 2022-11-23T01:17:55.2293090Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.274s) 2022-11-23T01:17:55.2293220Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2293350Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2293500Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2293640Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2293790Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2293930Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2294080Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2294220Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2294360Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2294500Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2294630Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2294780Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2294930Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2295070Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2295270Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2295410Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2295550Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2295690Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2295830Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2295970Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2296110Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2296250Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2296430Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2296570Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2296710Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2296850Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2296980Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2297120Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2297260Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2297410Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2297550Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2297690Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2297830Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2297970Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2298100Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2298240Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2298380Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2298520Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2298660Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2298800Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2298950Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2299090Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2299220Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2299390Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2299530Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2299670Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2299800Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2299940Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2300070Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2300210Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2300350Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2300510Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2300650Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2300780Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2300910Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2301040Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2301170Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2301300Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2301420Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2301550Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2301680Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2301800Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2301930Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2302060Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2302180Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2302310Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2302440Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2302560Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2302690Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2302810Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2302940Z test_schema_correctness_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2303060Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2303190Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2303320Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2303510Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2303640Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2303770Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2303890Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2304020Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2304140Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2304260Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2304390Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2304520Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2304700Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2304830Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2304960Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2305080Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2305210Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2305330Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2305450Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2305580Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2305700Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2305820Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2306330Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T01:17:55.2306490Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T01:17:55.2306540Z Q, R = torch.qr(A, some) 2022-11-23T01:17:55.2306590Z should be replaced with 2022-11-23T01:17:55.2306860Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2458.) 2022-11-23T01:17:55.2306920Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.2306970Z ok (0.006s) 2022-11-23T01:17:55.2307100Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2307220Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2307350Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2307480Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.918s) 2022-11-23T01:17:55.2307610Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.912s) 2022-11-23T01:17:55.2307740Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2307940Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2308070Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2308210Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2308330Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2308460Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2308590Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2308710Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2308840Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2308960Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2309150Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2309290Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2309430Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2309560Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2309700Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2309830Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2309960Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2310090Z test_schema_correctness_randint_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2310220Z test_schema_correctness_randint_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2310350Z test_schema_correctness_randint_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2310480Z test_schema_correctness_randint_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2310610Z test_schema_correctness_randint_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2310730Z test_schema_correctness_randint_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2310860Z test_schema_correctness_randint_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2310980Z test_schema_correctness_randint_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2311110Z test_schema_correctness_randint_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2311250Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2311380Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2311520Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T01:17:55.2311640Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T01:17:55.2311780Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T01:17:55.2311910Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T01:17:55.2312270Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T01:17:55.2312410Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T01:17:55.2312540Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T01:17:55.2312670Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2312800Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2312940Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2313070Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2313190Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2313320Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2313510Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2313650Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T01:17:55.2313790Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2313920Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2314050Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2314180Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2314310Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2314450Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2314580Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2314700Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2314830Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2314960Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2315090Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2315220Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2315350Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2315470Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2315600Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2315730Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2315850Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2315980Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2316100Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T01:17:55.2316230Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2320030Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2320230Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2320360Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2320490Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2320620Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2320740Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2320860Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2320990Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2321120Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2321270Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2321390Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2321520Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2321690Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2321820Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2321960Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2322100Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2322240Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2322370Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2322510Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2322640Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2322780Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2322910Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2323040Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2323170Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2323300Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2323440Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2323580Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2323710Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2323850Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2323970Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2324100Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2324230Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2324420Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2324550Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2324690Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2324820Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2324950Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2325080Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2325210Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2325340Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2325510Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2325650Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2325780Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2325910Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2326040Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2326170Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2326300Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2326430Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2326560Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2326690Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2326820Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2326970Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2327110Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2327260Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2327410Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2327560Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2327710Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2327850Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2327990Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2328130Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2328270Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2328400Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2328600Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2328740Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2328880Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2329010Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2329150Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2329280Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2329420Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2329550Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2329690Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2329830Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2329970Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2330100Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2330230Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2330360Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2330490Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2330610Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2330750Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2330880Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2331010Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2331150Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2331280Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2331400Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2331530Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2331660Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2331790Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2331920Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2332040Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2332170Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2332300Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2332430Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2332560Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2332730Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2332860Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2332990Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2333110Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2333240Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2333370Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2333490Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2333620Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2333740Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2333930Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2334060Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2334190Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2334330Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2334460Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2334590Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2334720Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2334850Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2334980Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2335110Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2335240Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2335370Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2335510Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2335650Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2335790Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2335930Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2336070Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2336200Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2336330Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2336470Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2336600Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2336760Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2336950Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2337110Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2337250Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2337380Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2337520Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2337660Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2337800Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2337930Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2338100Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2338230Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2338370Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2338510Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2338640Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2338780Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2338910Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2339040Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2339170Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2339300Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2339430Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2339570Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2339690Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2339820Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2339950Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2340080Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2340210Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2340340Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2340460Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2340590Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T01:17:55.2340720Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2340840Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2340970Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2341150Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2341290Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2341420Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2341540Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2341670Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2341800Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2341920Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2342040Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2342170Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2342330Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2342500Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2342650Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2342800Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2342920Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2343040Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2343170Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2343290Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2343430Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2343570Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2343710Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2343850Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2343990Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2344130Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2344270Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2344410Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2344550Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2344690Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2344810Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2344950Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2345080Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2345210Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2345350Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2345480Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2345610Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2345740Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2345860Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2345990Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2346110Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2346240Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2346370Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2346520Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2346650Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2346780Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2346900Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2347030Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2347150Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2347280Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2347400Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2347540Z test_schema_correctness_scalar_tensor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2347670Z test_schema_correctness_scalar_tensor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2347840Z test_schema_correctness_scalar_tensor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2348010Z test_schema_correctness_scalar_tensor_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2348180Z test_schema_correctness_scalar_tensor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2348330Z test_schema_correctness_scalar_tensor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2348460Z test_schema_correctness_scalar_tensor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2348600Z test_schema_correctness_scalar_tensor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2348730Z test_schema_correctness_scalar_tensor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2348870Z test_schema_correctness_scalar_tensor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2349000Z test_schema_correctness_scalar_tensor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2349130Z test_schema_correctness_scalar_tensor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2349260Z test_schema_correctness_scalar_tensor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2349400Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2349620Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2349760Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2349900Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2350030Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2350160Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2350290Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2350430Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2350560Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2350690Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2351040Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2351170Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2351300Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2351430Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2351570Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2351700Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2351830Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2351960Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2352090Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2355650Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2355800Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2355920Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2356050Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2356170Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2356820Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1681.) 2022-11-23T01:17:55.2356890Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.2356940Z ok (0.006s) 2022-11-23T01:17:55.2357080Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2357230Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2357380Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2357510Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2357790Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2357940Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2358080Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2358220Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2358360Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2358500Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2358640Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2358790Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2358960Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2359090Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2359230Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2359370Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2359510Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2359650Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2359780Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2359930Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2360070Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2360210Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2360350Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2360480Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2360620Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2360750Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2360890Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2361030Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2361170Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2361310Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2361450Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2361590Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2361730Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2361890Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2362030Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2362170Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2362310Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2362440Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2362580Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2362720Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2362860Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2363030Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2363170Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2363310Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2363450Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2363580Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2363720Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2363860Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2364680Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-11-23T01:17:55.2364740Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.2365400Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-11-23T01:17:55.2365460Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.2365510Z ok (0.045s) 2022-11-23T01:17:55.2365650Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-11-23T01:17:55.2365780Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.2365910Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T01:17:55.2366050Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T01:17:55.2366220Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T01:17:55.2366360Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T01:17:55.2366500Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.2366630Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.2366780Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2366930Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2367070Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2367210Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2367380Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2367520Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T01:17:55.2367650Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2367790Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T01:17:55.2367920Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2368050Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2368190Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2368320Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2368460Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2368600Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2368730Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2368860Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2368990Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2369110Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2369240Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2369360Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2369500Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2369640Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2369780Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2369920Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2370060Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2370190Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2370390Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2370530Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2370660Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2370800Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2370930Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2371060Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2371180Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2371320Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2371450Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2371630Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2371760Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2371890Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2372010Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2372140Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2372260Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2372390Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2372520Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2372640Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2372780Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2372900Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2373040Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2373170Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2373300Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2373430Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2373560Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2373690Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2373820Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2373940Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2374070Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2374200Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T01:17:55.2374330Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2374460Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2374640Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2374780Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2374920Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2375050Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2375180Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2375300Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2375430Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2375560Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2375680Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2375830Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2375970Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2376090Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2376220Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2376350Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2376470Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2376600Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2376730Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2376850Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2376980Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2377120Z test_schema_correctness_signal_windows_cosine_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.2377280Z test_schema_correctness_signal_windows_cosine_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:17:55.2377430Z test_schema_correctness_signal_windows_cosine_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.2377570Z test_schema_correctness_signal_windows_cosine_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T01:17:55.2377730Z test_schema_correctness_signal_windows_exponential_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T01:17:55.2377890Z test_schema_correctness_signal_windows_exponential_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:17:55.2378040Z test_schema_correctness_signal_windows_exponential_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T01:17:55.2378180Z test_schema_correctness_signal_windows_exponential_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T01:17:55.2378330Z test_schema_correctness_signal_windows_gaussian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T01:17:55.2378490Z test_schema_correctness_signal_windows_gaussian_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:17:55.2378630Z test_schema_correctness_signal_windows_gaussian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T01:17:55.2378840Z test_schema_correctness_signal_windows_gaussian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T01:17:55.2378980Z test_schema_correctness_signal_windows_kaiser_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2379140Z test_schema_correctness_signal_windows_kaiser_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:17:55.2379280Z test_schema_correctness_signal_windows_kaiser_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T01:17:55.2379420Z test_schema_correctness_signal_windows_kaiser_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T01:17:55.2379550Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2379690Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2379820Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2379970Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2380100Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2380230Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2380360Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2380480Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2380610Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2380730Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2380860Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2380980Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2381120Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2381250Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2381370Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2381500Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2381620Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2381750Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2381870Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2381990Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2382120Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2382240Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2382360Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2382500Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2382630Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2382750Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2382910Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2383040Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2383170Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2383300Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2383420Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2383540Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2383670Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2383790Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2383920Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2384080Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2384200Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2384330Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2384450Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2384580Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2384700Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2384820Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2384940Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2385070Z test_schema_correctness_slice_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2385200Z test_schema_correctness_slice_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2385330Z test_schema_correctness_slice_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2385460Z test_schema_correctness_slice_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2385590Z test_schema_correctness_slice_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2385720Z test_schema_correctness_slice_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2385840Z test_schema_correctness_slice_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2385970Z test_schema_correctness_slice_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2386100Z test_schema_correctness_slice_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2386220Z test_schema_correctness_slice_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2386350Z test_schema_correctness_slice_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2386470Z test_schema_correctness_slice_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2386590Z test_schema_correctness_slice_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2386730Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2386870Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2387160Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2387330Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2387470Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2387600Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2387740Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2387880Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2388010Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2388140Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2388280Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2388480Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2388620Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2388760Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2388900Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2389050Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2389190Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2389340Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2393150Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2393290Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2393430Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2393570Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2393700Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2393840Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2393970Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T01:17:55.2394110Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2394260Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2394390Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2394510Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2394640Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2394770Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2394890Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2395010Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2395260Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2395390Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2395580Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:17:55.2395760Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:17:55.2395940Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:17:55.2396110Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:17:55.2396280Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2396420Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2396560Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2396690Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2396830Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2396960Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2397090Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2397220Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2397360Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2397500Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2397640Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2397780Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2397910Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2398040Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2398180Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2398310Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2398440Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2398580Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2398720Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2398850Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2398980Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2399110Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2399290Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2399430Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2399560Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2399700Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2399830Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2399970Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2400100Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2400230Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2400390Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2400520Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2400660Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2400790Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2400930Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2401060Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2401190Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2401320Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2401450Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2401580Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2401740Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2401890Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2402040Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2402190Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2402340Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2402480Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2402630Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2402780Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2402930Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2403080Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2403260Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2403410Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2403550Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2403700Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2403840Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2403990Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2404330Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2404660Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2404930Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2405200Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2405470Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2405730Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2406000Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2406250Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2406510Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2406780Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2407040Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2407300Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2407560Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2407820Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2408080Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2408410Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2408560Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2408700Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2408840Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2408970Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2409110Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2409240Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2409370Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2409550Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2409690Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2409820Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2409960Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2410090Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2410220Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2410360Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2410490Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2410620Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2410760Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2410910Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2411060Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2411210Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2411350Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2411500Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2411650Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2411790Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2411940Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2412080Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2412230Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2412380Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2412570Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2412720Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2412870Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2413010Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2413150Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2413290Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2413420Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2413590Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2413720Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2413860Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2413990Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2414120Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2414250Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2414380Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2414510Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2414650Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2414780Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2414910Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2415040Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2415170Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2415300Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2415430Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2415560Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2415690Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2415830Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2415960Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2416090Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2416220Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2416350Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2416470Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2416650Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2416810Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2416960Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2417100Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2417250Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2417390Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2417540Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2417710Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2417980Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2418260Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2418530Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2418790Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2419060Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2419320Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2419580Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2419840Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2419980Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2420120Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2420260Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2420400Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2420540Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2420670Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2420800Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2420940Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2421130Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2421290Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2421440Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2421580Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2421760Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2421910Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2422050Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2422190Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2422360Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2422510Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2422650Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2422790Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2422930Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2423070Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2423210Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2423350Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2423490Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2423640Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2423780Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2423920Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2424060Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2424200Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2424340Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2424490Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2424630Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2424770Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2424910Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2425050Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2425240Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2425390Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2425540Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2425680Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2425820Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2425950Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2426090Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2426220Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2426560Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2426700Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2426830Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2426960Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2427090Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2427230Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2427360Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2427500Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2427640Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2427770Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2427900Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2428030Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2428160Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2428330Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2428490Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2428650Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2428800Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2428960Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2429110Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2429260Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2429460Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2429610Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2429760Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2433410Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2433610Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2433760Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2433910Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2434060Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2434320Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2434460Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2434610Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2434760Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2434910Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2435050Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2435190Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2435340Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2435480Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2435620Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2435960Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2436240Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2436510Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2436790Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2437060Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2437330Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2437630Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2437900Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2438170Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2438440Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2438700Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2439010Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2439280Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2439540Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2439810Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2440080Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2440350Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2440620Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2440890Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2441160Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2441430Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2441690Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2441970Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2442230Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2442520Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2442820Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2443090Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2443360Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2443630Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2443890Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2444190Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2444460Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:17:55.2444610Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2444760Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2444910Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2445060Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2445210Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2445350Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2445490Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2445630Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2445780Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2445920Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2446060Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2446200Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2446340Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2446470Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2446610Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2446740Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2446870Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2447090Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2447230Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2447380Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2447510Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2447640Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2447770Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2447900Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2448040Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2448250Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2448390Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2448520Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2448650Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2448780Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2448910Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2449040Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2449170Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2449290Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2449420Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2449550Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2449670Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2449800Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2449920Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2450060Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2450230Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2450380Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2450520Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2450660Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2450800Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2450930Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2451060Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2451190Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2451360Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2451500Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2451640Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2451780Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2451910Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2452050Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2452190Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2452340Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2452510Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2452650Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2452790Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2452920Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2453060Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2453190Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2453320Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2453450Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2453590Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2453710Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2453850Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2453980Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2454110Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2454230Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2454370Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2454490Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2454620Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2454750Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2454870Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2455000Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2455130Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2455270Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2455450Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2455580Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2455720Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2455840Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2455970Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2456090Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2456220Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2456350Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2456480Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2456670Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2456800Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2456940Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2457080Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2457220Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2457350Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2457480Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2457610Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2457740Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2457860Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2457990Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2458110Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2458240Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2458370Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2458500Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2458640Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2458770Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2458900Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2459030Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2459150Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2459270Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2459400Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2459530Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2459700Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2459830Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2459960Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2460090Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2460220Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2460350Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2460470Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2460600Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2460720Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2460880Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2461020Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2461160Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2461290Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2461420Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2461550Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2462140Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py:641: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error. 2022-11-23T01:17:55.2462360Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/SpectralOps.cpp:861.) 2022-11-23T01:17:55.2462540Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T01:17:55.2462580Z ok (0.009s) 2022-11-23T01:17:55.2462710Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2462840Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2462970Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2463090Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2463220Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2463350Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2463480Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2463610Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2463730Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2463860Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2464250Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2464400Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2464530Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2464650Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2464780Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2464900Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2465020Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2465160Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2465290Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2465510Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2465640Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2465760Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2465880Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2466000Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2466130Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2466250Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2466370Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T01:17:55.2466510Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2466650Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2466780Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2466920Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2467050Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2467190Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2467330Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2467460Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2467590Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2467720Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2467860Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2467990Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2468130Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2468280Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2468400Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-11-23T01:17:55.2468570Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-11-23T01:17:55.2468710Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.449s) 2022-11-23T01:17:55.2468850Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.423s) 2022-11-23T01:17:55.2469350Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:17:55.2469520Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T01:17:55.2469590Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:17:55.2469640Z should be replaced with 2022-11-23T01:17:55.2469870Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:17:55.2469920Z and 2022-11-23T01:17:55.2469990Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:17:55.2470040Z should be replaced with 2022-11-23T01:17:55.2470310Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2909.) 2022-11-23T01:17:55.2470370Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.2470420Z ok (0.002s) 2022-11-23T01:17:55.2470550Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2470690Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2474820Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2475000Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2475120Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2475260Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2475420Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2475540Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2475670Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2475790Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2475920Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2476040Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2476160Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2476280Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2476410Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2476550Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2476690Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2476830Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2476970Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2477220Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2477360Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2477500Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2477640Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2477770Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2477900Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2478030Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2478170Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2478300Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2478490Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2478630Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2478760Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2478890Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2479020Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2479140Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2479270Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2479400Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2479520Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2479650Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2479770Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2479900Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2480030Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2480160Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2480290Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2480420Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2480550Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2480670Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2480800Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2480920Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2481040Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2481170Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2481300Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2481450Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2481590Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2481720Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2481850Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2481970Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2482100Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2482220Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2482350Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2482470Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2482620Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2482760Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2482890Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2483040Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2483180Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2483310Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2483440Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2483580Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2483710Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2483850Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2483980Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2484110Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2484240Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2484370Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2484510Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2484650Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2484780Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2484910Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2485050Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2485180Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2485300Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2485430Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2485630Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T01:17:55.2485790Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2485910Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2486040Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2486180Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2486300Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2486430Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2486560Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2486680Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2486930Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2487050Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2487180Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2487300Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T01:17:55.2487430Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-11-23T01:17:55.2487550Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-11-23T01:17:55.2487680Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-11-23T01:17:55.2487810Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-11-23T01:17:55.2487940Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.264s) 2022-11-23T01:17:55.2488070Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-11-23T01:17:55.2488190Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-11-23T01:17:55.2488310Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.264s) 2022-11-23T01:17:55.2488440Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.262s) 2022-11-23T01:17:55.2488560Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-11-23T01:17:55.2488690Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-11-23T01:17:55.2488810Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-11-23T01:17:55.2488950Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2489080Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2489220Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2489350Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2489490Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2489620Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2489750Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2489920Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2490060Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2490180Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2490320Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2490440Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2490570Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2490700Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2490830Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2490950Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2491150Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2491280Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2491400Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2491520Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2491660Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2491790Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2491920Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2492040Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2492170Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2492300Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2492420Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2492550Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2492680Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2492810Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2492950Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2493090Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2493230Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2493360Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2493500Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2493630Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2493760Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2493890Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2494020Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2494190Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2494330Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2494460Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2494590Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2494730Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2494870Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2495000Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2495130Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2495310Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2495450Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2495570Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2495700Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2495830Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2495960Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2496090Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2496220Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2496350Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T01:17:55.2496480Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2496610Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2496740Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2496860Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2496990Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2497110Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2497240Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2497370Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T01:17:55.2497930Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T01:17:55.2498070Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T01:17:55.2498150Z X = torch.triangular_solve(B, A).solution 2022-11-23T01:17:55.2498230Z should be replaced with 2022-11-23T01:17:55.2498460Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2224.) 2022-11-23T01:17:55.2498540Z return self.op(*args, **kwargs) 2022-11-23T01:17:55.2498580Z ok (0.003s) 2022-11-23T01:17:55.2498730Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2498870Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2499010Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T01:17:55.2499140Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2499270Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2499400Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2499530Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2499680Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2499810Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2499940Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2500060Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2500190Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2500310Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2500440Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2500560Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2500700Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2500830Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2500960Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2501080Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2501210Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2501340Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2501470Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2501600Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2501720Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2501840Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2501970Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2502090Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2502210Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2502340Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2502470Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2502670Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T01:17:55.2502820Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2502950Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2503090Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2503230Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2503360Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2503500Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2503630Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2503760Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2504090Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2504230Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2504360Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2504490Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2504620Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2504750Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2504870Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2505000Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2505130Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2505250Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2505380Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2505500Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2505640Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2505760Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2505900Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2506030Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2506170Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2506290Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2506420Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2506550Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2506670Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2506800Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2510810Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2511140Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2511280Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2511420Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2511550Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2511690Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2511820Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2511960Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2512090Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2512260Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2512390Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2512520Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2512650Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2512780Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2512910Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2513030Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2513170Z test_schema_correctness_unfold_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2513300Z test_schema_correctness_unfold_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2513440Z test_schema_correctness_unfold_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2513580Z test_schema_correctness_unfold_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2513720Z test_schema_correctness_unfold_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2513850Z test_schema_correctness_unfold_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2513980Z test_schema_correctness_unfold_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2514110Z test_schema_correctness_unfold_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2514250Z test_schema_correctness_unfold_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2514380Z test_schema_correctness_unfold_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2514510Z test_schema_correctness_unfold_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2514640Z test_schema_correctness_unfold_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2514770Z test_schema_correctness_unfold_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2514900Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2515030Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2515220Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2515360Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2515490Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2515620Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2515750Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2515870Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2516000Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2516130Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2516250Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2516410Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2516540Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T01:17:55.2516680Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2516810Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2516940Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2517070Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2517200Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2517330Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2517470Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.2517610Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T01:17:55.2517750Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.2517890Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T01:17:55.2518030Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.2518170Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.2518310Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T01:17:55.2518450Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2518590Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T01:17:55.2518720Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-11-23T01:17:55.2518850Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-11-23T01:17:55.2518970Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-11-23T01:17:55.2519100Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-11-23T01:17:55.2519230Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-11-23T01:17:55.2519380Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-11-23T01:17:55.2519510Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-11-23T01:17:55.2519640Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-11-23T01:17:55.2519760Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-11-23T01:17:55.2519900Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2520030Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2520170Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2520300Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2520440Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2520590Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2520720Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2520850Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2520980Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2521110Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2521240Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2521370Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2521490Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2521620Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2521810Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2521950Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2522070Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2522200Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2522320Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2522450Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2522590Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2522720Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2522850Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2522980Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2523110Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2523240Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2523380Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2523620Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:17:55.2523760Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2523880Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2524010Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2524140Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2524260Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2524390Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2524510Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2524650Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2524840Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2524980Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2525110Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2525240Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2525370Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2525500Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2525630Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2525770Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2525900Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2526020Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2526150Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2526280Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2526400Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2526530Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2526650Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2526790Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2526930Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2527070Z test_schema_correctness_view_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2527200Z test_schema_correctness_view_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2527330Z test_schema_correctness_view_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2527460Z test_schema_correctness_view_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2527590Z test_schema_correctness_view_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2527750Z test_schema_correctness_view_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2527880Z test_schema_correctness_view_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2528010Z test_schema_correctness_view_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2528140Z test_schema_correctness_view_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2528260Z test_schema_correctness_view_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2528390Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2528510Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2528640Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2528770Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2528920Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2529060Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2529180Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T01:17:55.2529310Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2529430Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2529560Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2529680Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2529810Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2529930Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T01:17:55.2530060Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2530190Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2530320Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2530450Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2530590Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2530710Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2530840Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2530970Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2531100Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2531230Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2531350Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2531480Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2531600Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2531730Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2531910Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2532040Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2532180Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2532310Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2532440Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2532570Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2532700Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2532820Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2532940Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2533100Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2533230Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2533360Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2533490Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2533620Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2533750Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2533880Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T01:17:55.2534010Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2534140Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2534270Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2534390Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2534520Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2534640Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2534760Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2534890Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2535010Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2535140Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2535270Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2535400Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2535520Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2535640Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2535770Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2535890Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2536060Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2536190Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2536320Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T01:17:55.2536450Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2536570Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2536700Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2536830Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2536960Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2537090Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2537280Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2537400Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2537520Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2537650Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2537770Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2537900Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2538030Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2538150Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2538290Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2538410Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2538550Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T01:17:55.2538670Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2538790Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2538920Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2539040Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2539160Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2539280Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2539410Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2539530Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T01:17:55.2539660Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2539790Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2539930Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2540070Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T01:17:55.2540390Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2540550Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2540680Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2540820Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2540950Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2541080Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2541200Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T01:17:55.2541330Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2541550Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T01:17:55.2541560Z 2022-11-23T01:17:55.2541760Z ---------------------------------------------------------------------- 2022-11-23T01:17:55.2541820Z Ran 5274 tests in 189.529s 2022-11-23T01:17:55.2541830Z 2022-11-23T01:17:55.2541890Z OK (skipped=172, expected failures=4) 2022-11-23T01:17:55.2541900Z 2022-11-23T01:17:55.2541960Z Generating XML reports... 2022-11-23T01:17:55.2542170Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221123011445.xml 2022-11-23T01:17:55.2542400Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221123011445.xml 2022-11-23T01:17:55.2542410Z 2022-11-23T01:17:55.2546600Z ##[endgroup] 2022-11-23T01:17:55.2546920Z FINISHED PRINTING LOG FILE of test_schema_check (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_schema_check_wigj2w8v) 2022-11-23T01:17:55.2546920Z 2022-11-23T01:17:56.2188450Z Running test_jit_autocast ... [2022-11-23 01:17:56.218630] 2022-11-23T01:17:56.2189330Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:17:56.218865] 2022-11-23T01:17:56.2189630Z Ignoring disabled issues: [] 2022-11-23T01:18:16.9793020Z 2022-11-23T01:18:16.9793320Z Expand the folded group to see the log file of test_jit_autocast 2022-11-23T01:18:16.9793870Z ##[group]PRINTING LOG FILE of test_jit_autocast (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_autocast_kve279ku) 2022-11-23T01:18:16.9794140Z CUDA not available, skipping tests 2022-11-23T01:18:16.9795290Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:18:16.9795430Z 2022-11-23T01:18:16.9795480Z Running tests... 2022-11-23T01:18:16.9802380Z ---------------------------------------------------------------------- 2022-11-23T01:18:16.9802730Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-11-23T01:18:16.9802970Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:18:16.9803250Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.000s) 2022-11-23T01:18:16.9803520Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:18:16.9803780Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.000s) 2022-11-23T01:18:16.9804070Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9804390Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9804620Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9805090Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9805350Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9805590Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9805850Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.000s) 2022-11-23T01:18:16.9806100Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9806320Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9806550Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9806820Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9807040Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9807270Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9807680Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9807920Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9808160Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9808380Z test_ignore_amp (__main__.TestAutocast) ... ok (0.008s) 2022-11-23T01:18:16.9808600Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9808830Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9809050Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.029s) 2022-11-23T01:18:16.9809280Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9809520Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:18:16.9809760Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:18:16.9810010Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:18:16.9810250Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:18:16.9810490Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.000s) 2022-11-23T01:18:16.9810720Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9810930Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9811140Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9811360Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9811580Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9811800Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9812020Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9812270Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.000s) 2022-11-23T01:18:16.9812520Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9812760Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9812990Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9813270Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.000s) 2022-11-23T01:18:16.9813530Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9813760Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9814100Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.000s) 2022-11-23T01:18:16.9814390Z test_cat_promote (__main__.TestJitTraceAutocast) ... ok (0.220s) 2022-11-23T01:18:16.9814630Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (6.085s) 2022-11-23T01:18:16.9814890Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (8.335s) 2022-11-23T01:18:16.9815130Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (4.069s) 2022-11-23T01:18:16.9815370Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.119s) 2022-11-23T01:18:16.9815620Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:18:16.9815870Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.126s) 2022-11-23T01:18:16.9816110Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.123s) 2022-11-23T01:18:16.9816240Z 2022-11-23T01:18:16.9816400Z ---------------------------------------------------------------------- 2022-11-23T01:18:16.9816650Z Ran 53 tests in 19.135s 2022-11-23T01:18:16.9816740Z 2022-11-23T01:18:16.9816790Z OK (skipped=44) 2022-11-23T01:18:16.9816870Z 2022-11-23T01:18:16.9816930Z Generating XML reports... 2022-11-23T01:18:16.9817230Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221123011757.xml 2022-11-23T01:18:16.9817640Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221123011757.xml 2022-11-23T01:18:16.9817820Z 2022-11-23T01:18:16.9818050Z ##[endgroup] 2022-11-23T01:18:16.9818360Z FINISHED PRINTING LOG FILE of test_jit_autocast (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_autocast_kve279ku) 2022-11-23T01:18:16.9818550Z 2022-11-23T01:18:18.0495240Z Running test_functional_autograd_benchmark ... [2022-11-23 01:18:18.049324] 2022-11-23T01:18:18.0495810Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:18:18.049525] 2022-11-23T01:18:18.0496150Z Ignoring disabled issues: [] 2022-11-23T01:18:37.1731060Z 2022-11-23T01:18:37.1731410Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-11-23T01:18:37.1732090Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_functional_autograd_benchmark_cqik2cpl) 2022-11-23T01:18:37.1732370Z 2022-11-23T01:18:37.1734950Z Running tests... 2022-11-23T01:18:37.1735370Z ---------------------------------------------------------------------- 2022-11-23T01:18:37.1735700Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-11-23T01:18:37.1736010Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.14.0a0+git1cfd385 2022-11-23T01:18:37.1736270Z Results for model resnet18 on task vjp: nans (var: nan) 2022-11-23T01:18:37.1736510Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-11-23T01:18:37.1736700Z Found functorch: 1.14.0a0+git1cfd385 2022-11-23T01:18:37.1736890Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-11-23T01:18:37.1738180Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-11-23T01:18:37.1738920Z Found functorch: 1.14.0a0+git1cfd385 2022-11-23T01:18:37.1739440Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-11-23T01:18:37.1740670Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-11-23T01:18:37.1740890Z Found functorch: 1.14.0a0+git1cfd385 2022-11-23T01:18:37.1741080Z Results for model wav2letter on task vjp: nans (var: nan) 2022-11-23T01:18:37.1741300Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-11-23T01:18:37.1741510Z Found functorch: 1.14.0a0+git1cfd385 2022-11-23T01:18:37.1741900Z Results for model transformer on task vjp: nans (var: nan) 2022-11-23T01:18:37.1742280Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-11-23T01:18:37.1742470Z Found functorch: 1.14.0a0+git1cfd385 2022-11-23T01:18:37.1742730Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-11-23T01:18:37.1742980Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-11-23T01:18:37.1743170Z ok (18.278s) 2022-11-23T01:18:37.1743440Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:18:37.1743630Z 2022-11-23T01:18:37.1743810Z ---------------------------------------------------------------------- 2022-11-23T01:18:37.1744010Z Ran 2 tests in 18.280s 2022-11-23T01:18:37.1751160Z 2022-11-23T01:18:37.1751240Z OK (skipped=1) 2022-11-23T01:18:37.1751330Z 2022-11-23T01:18:37.1751390Z Generating XML reports... 2022-11-23T01:18:37.1751780Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221123011818.xml 2022-11-23T01:18:37.1752110Z 2022-11-23T01:18:37.1752310Z ##[endgroup] 2022-11-23T01:18:37.1752670Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_functional_autograd_benchmark_cqik2cpl) 2022-11-23T01:18:37.1752890Z 2022-11-23T01:18:38.2300630Z Running test_sparse ... [2022-11-23 01:18:38.229772] 2022-11-23T01:18:38.2302360Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:18:38.230059] 2022-11-23T01:18:38.2302740Z Ignoring disabled issues: [] 2022-11-23T01:18:48.7779830Z 2022-11-23T01:18:48.7780380Z Expand the folded group to see the log file of test_sparse 2022-11-23T01:18:48.7780990Z ##[group]PRINTING LOG FILE of test_sparse (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_sparse_4qy44l0i) 2022-11-23T01:18:48.7781210Z 2022-11-23T01:18:48.7781920Z Running tests... 2022-11-23T01:18:48.7782340Z ---------------------------------------------------------------------- 2022-11-23T01:18:48.7782620Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-11-23T01:18:48.7783620Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/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 /Users/runner/work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h:485.) 2022-11-23T01:18:48.7784300Z self.assertEqual(None, x1.grad) 2022-11-23T01:18:48.7784440Z ok (0.023s) 2022-11-23T01:18:48.7784930Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_sparse.py:719: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Copy.cpp:275.) 2022-11-23T01:18:48.7785300Z x1 = x1.to(torch.float32) 2022-11-23T01:18:48.7785430Z ok (0.012s) 2022-11-23T01:18:48.7785620Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-11-23T01:18:48.7785940Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-11-23T01:18:48.7786290Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-11-23T01:18:48.7786750Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-11-23T01:18:48.7787010Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-11-23T01:18:48.7787250Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7787490Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7787710Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7787950Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7788170Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7788390Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7788590Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7788850Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:18:48.7789070Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:18:48.7789460Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.060s) 2022-11-23T01:18:48.7789670Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.060s) 2022-11-23T01:18:48.7789880Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.060s) 2022-11-23T01:18:48.7790100Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.059s) 2022-11-23T01:18:48.7790310Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.059s) 2022-11-23T01:18:48.7790510Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7790730Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.018s) 2022-11-23T01:18:48.7790940Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-11-23T01:18:48.7791140Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (0.089s) 2022-11-23T01:18:48.7791350Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.952s) 2022-11-23T01:18:48.7791590Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:18:48.7791950Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.001s) 2022-11-23T01:18:48.7792370Z 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.000s) 2022-11-23T01:18:48.7792650Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.019s) 2022-11-23T01:18:48.7792860Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.019s) 2022-11-23T01:18:48.7793090Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7793330Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7793550Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7793760Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7793970Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.005s) 2022-11-23T01:18:48.7794190Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7794400Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7794630Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7794870Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7795110Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:18:48.7795340Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7795550Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7795770Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7796080Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7796310Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7796540Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7796770Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7797000Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:18:48.7797240Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7797470Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7797700Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7797910Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-11-23T01:18:48.7798110Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7798370Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7798590Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.031s) 2022-11-23T01:18:48.7798810Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-11-23T01:18:48.7799020Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7799280Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7809070Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7809380Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7809600Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7809810Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7810020Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7810240Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:18:48.7810470Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:18:48.7810740Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:18:48.7810990Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7811210Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:18:48.7811430Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:18:48.7811660Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7811890Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7812130Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-11-23T01:18:48.7812360Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-11-23T01:18:48.7812610Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7812860Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7813100Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7813330Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7813570Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7814140Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_sparse.py:2669: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:18:48.7814560Z t = torch.sparse_coo_tensor(torch.tensor(([0], [2])), torch.tensor([1.], dtype=dtype)) 2022-11-23T01:18:48.7814870Z ok (0.001s) 2022-11-23T01:18:48.7815060Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7815300Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.021s) 2022-11-23T01:18:48.7815530Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.021s) 2022-11-23T01:18:48.7815750Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.029s) 2022-11-23T01:18:48.7815960Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.131s) 2022-11-23T01:18:48.7816190Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.080s) 2022-11-23T01:18:48.7816440Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.020s) 2022-11-23T01:18:48.7816720Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-11-23T01:18:48.7816990Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.305s) 2022-11-23T01:18:48.7817310Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.205s) 2022-11-23T01:18:48.7817570Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.075s) 2022-11-23T01:18:48.7817830Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.069s) 2022-11-23T01:18:48.7818080Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-11-23T01:18:48.7818320Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.075s) 2022-11-23T01:18:48.7818560Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-11-23T01:18:48.7818800Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.074s) 2022-11-23T01:18:48.7819020Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7819230Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7819430Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7820030Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:18:48.7820440Z warnings.warn(message, UserWarning) 2022-11-23T01:18:48.7820580Z ok (0.001s) 2022-11-23T01:18:48.7820750Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7820960Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:18:48.7821160Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-11-23T01:18:48.7821370Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.018s) 2022-11-23T01:18:48.7821560Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.017s) 2022-11-23T01:18:48.7821760Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.017s) 2022-11-23T01:18:48.7821950Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.017s) 2022-11-23T01:18:48.7822150Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.017s) 2022-11-23T01:18:48.7822350Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.345s) 2022-11-23T01:18:48.7822560Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.129s) 2022-11-23T01:18:48.7822760Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-11-23T01:18:48.7822960Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.032s) 2022-11-23T01:18:48.7823180Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-11-23T01:18:48.7823390Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7823640Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7823910Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7824120Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7824350Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.000s) 2022-11-23T01:18:48.7824610Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:48.7824850Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-11-23T01:18:48.7825050Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-11-23T01:18:48.7825270Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.124s) 2022-11-23T01:18:48.7825480Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.110s) 2022-11-23T01:18:48.7825690Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7825910Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7826190Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7826410Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7826620Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-11-23T01:18:48.7826830Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-11-23T01:18:48.7827040Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.154s) 2022-11-23T01:18:48.7827250Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.075s) 2022-11-23T01:18:48.7827470Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:18:48.7827700Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7827910Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7828120Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.150s) 2022-11-23T01:18:48.7828330Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.083s) 2022-11-23T01:18:48.7828550Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7828790Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7829020Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7829260Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7829490Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7829710Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7829920Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7830150Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7830370Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (0.169s) 2022-11-23T01:18:48.7830590Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7830810Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (0.049s) 2022-11-23T01:18:48.7831040Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7831280Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7831520Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7831760Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7832010Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:18:48.7832280Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:18:48.7832690Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.001s) 2022-11-23T01:18:48.7833020Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.001s) 2022-11-23T01:18:48.7833340Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.001s) 2022-11-23T01:18:48.7833610Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7833830Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7834130Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7834370Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7834670Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.019s) 2022-11-23T01:18:48.7834960Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7835530Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.042s) 2022-11-23T01:18:48.7835770Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.042s) 2022-11-23T01:18:48.7836090Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.019s) 2022-11-23T01:18:48.7836400Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.039s) 2022-11-23T01:18:48.7836640Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.038s) 2022-11-23T01:18:48.7836860Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.034s) 2022-11-23T01:18:48.7837110Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.033s) 2022-11-23T01:18:48.7837350Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-11-23T01:18:48.7837590Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.034s) 2022-11-23T01:18:48.7837820Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.034s) 2022-11-23T01:18:48.7838040Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-11-23T01:18:48.7838260Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:18:48.7838490Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.019s) 2022-11-23T01:18:48.7838720Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-11-23T01:18:48.7838940Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-11-23T01:18:48.7845310Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.844s) 2022-11-23T01:18:48.7845560Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-11-23T01:18:48.7845800Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.088s) 2022-11-23T01:18:48.7846030Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-11-23T01:18:48.7846270Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.086s) 2022-11-23T01:18:48.7846500Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-11-23T01:18:48.7846740Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.451s) 2022-11-23T01:18:48.7846970Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7847190Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7847490Z test_sparse_sparse_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.005s) 2022-11-23T01:18:48.7847790Z test_sparse_sparse_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:18:48.7848030Z test_sparse_sparse_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:18:48.7848420Z test_sparse_sparse_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:18:48.7848650Z test_sparse_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:18:48.7848880Z test_sparse_sparse_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:18:48.7849100Z test_sparse_sparse_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:18:48.7849310Z test_sparse_sparse_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:18:48.7849540Z test_sparse_sparse_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:18:48.7849760Z test_sparse_sparse_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:18:48.7850480Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_sparse.py:3738: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:18:48.7851050Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-11-23T01:18:48.7851220Z ok (0.023s) 2022-11-23T01:18:48.7851400Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.025s) 2022-11-23T01:18:48.7851630Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-11-23T01:18:48.7851860Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.023s) 2022-11-23T01:18:48.7852080Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.023s) 2022-11-23T01:18:48.7852310Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.022s) 2022-11-23T01:18:48.7852530Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.022s) 2022-11-23T01:18:48.7852750Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.022s) 2022-11-23T01:18:48.7852970Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.022s) 2022-11-23T01:18:48.7853190Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.022s) 2022-11-23T01:18:48.7853410Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.036s) 2022-11-23T01:18:48.7853630Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7854110Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.110s) 2022-11-23T01:18:48.7854330Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.057s) 2022-11-23T01:18:48.7854570Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:18:48.7854790Z test_sum_cpu_bool (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7855000Z test_sum_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7855210Z test_sum_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7855410Z test_sum_cpu_float32 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7855620Z test_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7855820Z test_sum_cpu_int16 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7856020Z test_sum_cpu_int32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7856210Z test_sum_cpu_int64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7856410Z test_sum_cpu_int8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7856600Z test_sum_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:18:48.7856810Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7857020Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-11-23T01:18:48.7857240Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7857460Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7857730Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7857950Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7858170Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7858380Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7858590Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:18:48.7858820Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:18:48.7859040Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.040s) 2022-11-23T01:18:48.7859260Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.039s) 2022-11-23T01:18:48.7859480Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.040s) 2022-11-23T01:18:48.7859690Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.040s) 2022-11-23T01:18:48.7859940Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.039s) 2022-11-23T01:18:48.7860140Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.035s) 2022-11-23T01:18:48.7860360Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:18:48.7860580Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-11-23T01:18:48.7860790Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.029s) 2022-11-23T01:18:48.7861010Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.024s) 2022-11-23T01:18:48.7861220Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.052s) 2022-11-23T01:18:48.7861430Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.050s) 2022-11-23T01:18:48.7861640Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.064s) 2022-11-23T01:18:48.7861860Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.064s) 2022-11-23T01:18:48.7862110Z test_future_empty_dim_masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7862370Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7862620Z test_future_empty_dim_masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7862880Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7863120Z test_future_empty_dim_masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7863370Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7863620Z test_future_empty_dim_masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7863870Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7864120Z test_future_empty_dim_masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7864370Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7864620Z test_future_empty_dim_masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7864860Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7865110Z test_future_empty_dim_masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7865350Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7865600Z test_future_empty_dim_masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7865840Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7866090Z test_future_empty_dim_masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7866330Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7866640Z test_future_empty_dim_masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7866900Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7867140Z test_future_empty_dim_masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7867390Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7867640Z test_future_empty_dim_masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7867880Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7868140Z test_future_empty_dim_masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7868380Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7868630Z test_future_empty_dim_masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7868870Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7869140Z test_future_empty_dim_masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7869380Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7869620Z test_future_empty_dim_masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7869870Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7870110Z test_future_empty_dim_masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7870350Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7870590Z test_future_empty_dim_masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7870830Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7871080Z test_future_empty_dim_masked_prod_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7871330Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7871570Z test_future_empty_dim_masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7871810Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7872060Z test_future_empty_dim_masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7872310Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7872560Z test_future_empty_dim_masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7872810Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7873060Z test_future_empty_dim_masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7873300Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7873550Z test_future_empty_dim_masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7873790Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7874030Z test_future_empty_dim_masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7874270Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7882310Z test_future_empty_dim_masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7882580Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7882830Z test_future_empty_dim_masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7883080Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7883520Z test_future_empty_dim_masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7883780Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7884030Z test_future_empty_dim_masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7884270Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.005s) 2022-11-23T01:18:48.7884520Z test_future_empty_dim_masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7884770Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.008s) 2022-11-23T01:18:48.7885020Z test_future_empty_dim_masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7885270Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7885520Z test_future_empty_dim_masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7885780Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7886140Z test_future_empty_dim_masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7886390Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7886640Z test_future_empty_dim_masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7886890Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7887140Z test_future_empty_dim_masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7887380Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7887630Z test_future_empty_dim_masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7887870Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.007s) 2022-11-23T01:18:48.7888120Z test_future_empty_dim_masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7888370Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7888620Z test_future_empty_dim_masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7888870Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7889110Z test_future_empty_dim_masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7889360Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7889610Z test_future_empty_dim_masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7889850Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7890100Z test_future_empty_dim_masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:18:48.7890350Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.006s) 2022-11-23T01:18:48.7890560Z test_basic (__main__.TestSparseMeta) ... ok (0.002s) 2022-11-23T01:18:48.7890800Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.000s) 2022-11-23T01:18:48.7891060Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-11-23T01:18:48.7891500Z test_inplace_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: In-place abs not supported for complex tensors (0.000s) 2022-11-23T01:18:48.7891910Z test_inplace_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: In-place abs not supported for complex tensors (0.000s) 2022-11-23T01:18:48.7892210Z test_inplace_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7892460Z test_inplace_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7892720Z test_inplace_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7893070Z test_inplace_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7893320Z test_inplace_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7893570Z test_inplace_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7893810Z test_inplace_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7894060Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7894320Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7894570Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7894810Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7895070Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7895310Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7895590Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7895830Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7896070Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7896320Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7896580Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7896840Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7897090Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7897370Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7897610Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7897860Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7898100Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7898340Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7898580Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7898840Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7899080Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7899320Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7899570Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7899810Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7900050Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7900290Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7900530Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7900770Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7901030Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7901280Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7901530Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7901770Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7902090Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7902330Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7902570Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7902810Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7903050Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7903300Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7903530Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7903770Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7904010Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7904250Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7904550Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7904830Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7905130Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7905440Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7905730Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7906030Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7906320Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7906610Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7906910Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7907200Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7907520Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T01:18:48.7907870Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T01:18:48.7908230Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T01:18:48.7908570Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T01:18:48.7908920Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T01:18:48.7909370Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T01:18:48.7909700Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T01:18:48.7910050Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T01:18:48.7910390Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T01:18:48.7910750Z test_inplace_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7911010Z test_inplace_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7911270Z test_inplace_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7911520Z test_inplace_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7911760Z test_inplace_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7912000Z test_inplace_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7912240Z test_inplace_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7912490Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7912730Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7912970Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7913280Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7913530Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7913770Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7914010Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7914250Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7914490Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7920610Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7920860Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7921100Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7921350Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7921590Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7921840Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7922080Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7922330Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7922570Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7922800Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7923040Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7923280Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7923530Z test_inplace_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7923770Z test_inplace_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7924050Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7924360Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7924660Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7924960Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7925250Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7925920Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7926260Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7926550Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7926840Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7927140Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7927440Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7927740Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7928030Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7928420Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7928710Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7928990Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7929280Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7929570Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7929860Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7930160Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7930460Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7930750Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7931040Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7931340Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7931640Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7931930Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7932230Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7932520Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7932810Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7933100Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7933380Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7933680Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7933950Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7934200Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7934530Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7934790Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7935040Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7935270Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7935520Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7935770Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7936030Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7936280Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7936530Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7936780Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7937100Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7937340Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7937590Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7937840Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7938090Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7938330Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7938570Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7938810Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7939050Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7939290Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7939540Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7939810Z test_inplace_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7940130Z test_inplace_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7940450Z test_inplace_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7940760Z test_inplace_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7941060Z test_inplace_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7941380Z test_inplace_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7941680Z test_inplace_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7941990Z test_inplace_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7942300Z test_inplace_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7942610Z test_inplace_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7942910Z test_inplace_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7943290Z test_inplace_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7943630Z test_inplace_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7943920Z test_inplace_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7944210Z test_inplace_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7944510Z test_inplace_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7944780Z test_inplace_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7945030Z test_inplace_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7945280Z test_inplace_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7945530Z test_inplace_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7945850Z test_inplace_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7946100Z test_inplace_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7946350Z test_inplace_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:18:48.7946590Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7946830Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7947070Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7947310Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7947550Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7947790Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7948070Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7948320Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7948570Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7948820Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7949050Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7949290Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7949530Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7949770Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7950020Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7950260Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7950500Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7950740Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7950980Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7951230Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7951470Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7951700Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7951940Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7952250Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7952560Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7952860Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7953150Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7953440Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7953730Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7959980Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7960270Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7960700Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7960950Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7961190Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7961420Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7961660Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7961900Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7962140Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7962370Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7962620Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7962870Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7963120Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7963370Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7963600Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7963850Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7964090Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7964320Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7964560Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7964800Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7965060Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7965310Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7965550Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7965780Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7966020Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7966260Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7966490Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7966730Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7966970Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7967350Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7967610Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7967850Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7968090Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7968330Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7968560Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7968800Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7969040Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7969280Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7969530Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7969860Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7970100Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7970340Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7970580Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7970810Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7971050Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7971290Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.7971530Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7971780Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7972030Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7972270Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7972510Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7972750Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7972990Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7973220Z test_out_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7973460Z test_out_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7973700Z test_out_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7973940Z test_out_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7974180Z test_out_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7974420Z test_out_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7974640Z test_out_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7974870Z test_out_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7975090Z test_out_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7975330Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7975570Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7975810Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7976040Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7976340Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7976590Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7976830Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7977060Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7977290Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7977530Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7977780Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7978020Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7978260Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7978500Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7978780Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7979020Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7979260Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7979490Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7979730Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7979970Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7980210Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7980450Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7980680Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7980910Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7981150Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7981380Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7981620Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7981850Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7982100Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7982340Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7982580Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7982810Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7983050Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7983280Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7983510Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7983740Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7983980Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7984220Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7984450Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7984690Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7984910Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7985140Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7985440Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7985740Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7986040Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7986330Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7986620Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7986910Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7987190Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7987460Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7987840Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7988120Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.7988390Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7988650Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7988910Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7989170Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7989420Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7989670Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7989920Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7999220Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7999610Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.7999870Z test_out_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8000120Z test_out_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8000370Z test_out_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8000610Z test_out_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8000860Z test_out_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8001100Z test_out_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8001350Z test_out_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8001600Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8001840Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8002080Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8002310Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8002540Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8002770Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8003000Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8003240Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8003740Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8003980Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8004230Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8004460Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8004690Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8004930Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8005170Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8005410Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8005640Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8005870Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8006180Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8006410Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8006640Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8006880Z test_out_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8007120Z test_out_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8007400Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8007700Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8008000Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8008300Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8008590Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8008880Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8009170Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8009450Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8009740Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8010030Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8010330Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8010630Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8010910Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8011200Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8011810Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8012240Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8012530Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8012990Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8013830Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8014120Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8014500Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8014760Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8015070Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8015310Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8022570Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8022950Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8023200Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8023450Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8024020Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8024260Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8024500Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8024740Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8050820Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8051110Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8051360Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8051600Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8051830Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8052080Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8052320Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8052550Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8052800Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8053040Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8053280Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8053520Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8053760Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8054000Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8054250Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8054490Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8054770Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8055000Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8055230Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8055460Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8055700Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8055920Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8056150Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8056670Z test_out_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8057000Z test_out_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8057300Z test_out_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8057610Z test_out_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8057910Z test_out_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8058220Z test_out_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8058520Z test_out_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8058820Z test_out_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8059230Z test_out_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8059530Z test_out_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8059830Z test_out_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8060130Z test_out_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8060410Z test_out_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8060700Z test_out_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8060990Z test_out_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8061280Z test_out_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:18:48.8061550Z test_out_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8061800Z test_out_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8062040Z test_out_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8062280Z test_out_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8062520Z test_out_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8062750Z test_out_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8062990Z test_out_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8063230Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8063460Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8063700Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8063930Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8064160Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8064400Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8064630Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8064870Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8065110Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8065390Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8072470Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8072830Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8073100Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8073330Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8073550Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8073780Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8074020Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8074250Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8074490Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8074920Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8075150Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8075380Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8075610Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8075850Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8076090Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8076330Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8076570Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8076810Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8077040Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8077280Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8077520Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8077750Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8077990Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8078230Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8078460Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8078690Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8078920Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8079140Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8079380Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8079620Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8079860Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8080100Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8080340Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8080570Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8080800Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8081030Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8081250Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8081540Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8081780Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8082030Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8082270Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8082510Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8082740Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8082970Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8083200Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8083430Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8083660Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8083930Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8084170Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8084410Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8084640Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8084880Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8085110Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8085330Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8085560Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8085780Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8086020Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8086270Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8086500Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8086740Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8086980Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8087210Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8087430Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8087660Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8087890Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8088120Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8088370Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8088610Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8088850Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8089080Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8089310Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8089540Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8089800Z test_sparse_consistency_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8090080Z test_sparse_consistency_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8090350Z test_sparse_consistency_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8090740Z test_sparse_consistency_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8091060Z test_sparse_consistency_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8091320Z test_sparse_consistency_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8091570Z test_sparse_consistency_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8091820Z test_sparse_consistency_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8092080Z test_sparse_consistency_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8092340Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8092610Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8092880Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8093340Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8093600Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8093860Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8094120Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8094370Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8094630Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8094890Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8095170Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8095440Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8095710Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8095970Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8096230Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8096480Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8096740Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8096990Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8097250Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8097530Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8097790Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8098060Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8098320Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8098580Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8098830Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8099090Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8099340Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8099650Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8100000Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8100260Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8100530Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8100790Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8101050Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8101300Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8101550Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8101810Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8102140Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8102400Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8102660Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8102910Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8103160Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8109900Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8110160Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8110430Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8110700Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8110970Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8111230Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8111480Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8111740Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8111990Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8112250Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8112500Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8112780Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8113060Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8113340Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8113630Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8113900Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8114170Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8114450Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8114870Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8115150Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8115430Z test_sparse_consistency_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8115690Z test_sparse_consistency_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8115960Z test_sparse_consistency_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8116220Z test_sparse_consistency_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8116490Z test_sparse_consistency_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8116750Z test_sparse_consistency_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8117010Z test_sparse_consistency_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8117320Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8117590Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8117840Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8118090Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8118340Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8118600Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8118850Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8119110Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8119380Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8119630Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8119890Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8120150Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8120400Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8120660Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8120920Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8121190Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8121440Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8121700Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8121950Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8122200Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8122460Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8122710Z test_sparse_consistency_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8122980Z test_sparse_consistency_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8123250Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8123550Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8123820Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8124090Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8124350Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8124600Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8124850Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8125110Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8125360Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8125620Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8125960Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8126230Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8126490Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8126740Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8127000Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8127240Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8127500Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8127750Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8128010Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8128280Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8128550Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8128830Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8129090Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8129350Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8129620Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8129890Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8130160Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8130430Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8130690Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8130950Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8131220Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8131470Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8131740Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8132000Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8132490Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8132800Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8133060Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8133320Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8133580Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8133840Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8134110Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8134380Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8134650Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8135020Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8135290Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8135560Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8135820Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8136090Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8136360Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8136620Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8136880Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8137140Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8137400Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8137660Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8137920Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8138200Z test_sparse_consistency_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8138490Z test_sparse_consistency_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8138780Z test_sparse_consistency_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8139070Z test_sparse_consistency_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8139350Z test_sparse_consistency_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8139490Z test_sparse_consistency_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8139620Z test_sparse_consistency_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8139760Z test_sparse_consistency_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8139890Z test_sparse_consistency_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8140020Z test_sparse_consistency_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8140140Z test_sparse_consistency_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8140300Z test_sparse_consistency_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8140440Z test_sparse_consistency_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8140560Z test_sparse_consistency_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8140690Z test_sparse_consistency_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8140810Z test_sparse_consistency_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8140940Z test_sparse_consistency_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8141060Z test_sparse_consistency_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8141190Z test_sparse_consistency_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8141310Z test_sparse_consistency_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8141470Z test_sparse_consistency_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8141590Z test_sparse_consistency_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8141710Z test_sparse_consistency_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8141830Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8141950Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8142070Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8147020Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8147200Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8147330Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8147450Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8147570Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8147700Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8147840Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8147950Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8148070Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8148190Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8148300Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8148420Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8148530Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8148660Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8148780Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8148900Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8149010Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8149130Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8149380Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8149500Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8149620Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8149750Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8149870Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8149990Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8150110Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8150310Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8150430Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8150610Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8150730Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8150840Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8150970Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8151080Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8151200Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8151310Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8151430Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8151540Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8151670Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8151790Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8151910Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8152030Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8152150Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8152270Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8152380Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8152500Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8152620Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8152740Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8152860Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8152980Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8153100Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8153220Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8153330Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8153440Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8153590Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8153700Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8153830Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8153950Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8154070Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8154180Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8154300Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8154420Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8154530Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8154670Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8154790Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8154910Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8155030Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8155150Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8155270Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8155390Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8155510Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8155620Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8155730Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8155850Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8155970Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8156090Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8156210Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8156320Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8156440Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8156560Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8156670Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8156790Z test_sparse_fn_grad_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:18:48.8156910Z test_sparse_fn_grad_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8157080Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8157240Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8157400Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8157600Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8157760Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8157920Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8158070Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8158230Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8158350Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8158460Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:18:48.8158660Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:18:48.8158790Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:18:48.8158920Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8159040Z test_sparse_fn_grad_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8159200Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8159350Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8159470Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8159590Z test_sparse_fn_grad_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8159950Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-11-23T01:18:48.8160160Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-11-23T01:18:48.8160370Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-11-23T01:18:48.8160580Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-11-23T01:18:48.8160790Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-11-23T01:18:48.8161000Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-11-23T01:18:48.8161580Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/__init__.py:300: UserWarning: log1p_backward: received self with sparse layout, but backward requires materialization of a dense tensor with this shape (Triggered internally at /Users/runner/work/pytorch/pytorch/torch/csrc/autograd/FunctionsManual.cpp:4849.) 2022-11-23T01:18:48.8161710Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T01:18:48.8161760Z ok (0.002s) 2022-11-23T01:18:48.8161920Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8162040Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:18:48.8162210Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:18:48.8162350Z test_sparse_fn_grad_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:18:48.8162480Z test_sparse_fn_grad_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:18:48.8162600Z test_sparse_fn_grad_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8162720Z test_sparse_fn_grad_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8162830Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8162990Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8163150Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8163260Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8163540Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-11-23T01:18:48.8163700Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8163850Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8164010Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8164170Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8164320Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8164480Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8164630Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8164780Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8164930Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8165080Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:18:48.8165200Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8165320Z test_sparse_zero_dims_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8165450Z test_sparse_zero_dims_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8165570Z test_sparse_zero_dims_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8165680Z test_sparse_zero_dims_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8165800Z test_sparse_zero_dims_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8165920Z test_sparse_zero_dims_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8166030Z test_sparse_zero_dims_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8166140Z test_sparse_zero_dims_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8166260Z test_sparse_zero_dims_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8166460Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8166590Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8166710Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8166820Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8166940Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8167050Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8167160Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8167280Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8167400Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8167550Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8167670Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8167790Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8167910Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8168020Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8168140Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8168250Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8168370Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8168480Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8168600Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8168720Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8168840Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8168960Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8169070Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8169190Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8169300Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8169420Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8169530Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8169650Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8169780Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8169890Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8170010Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8170130Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8170240Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8170410Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8170530Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8170640Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8170760Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8170880Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8170990Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8171100Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8171210Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8171330Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8171460Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8171590Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8171710Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8171830Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8171940Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8172050Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8172170Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8172280Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8172390Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8172500Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8172640Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8172770Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8172900Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8173020Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8173150Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8173280Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8173400Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8173520Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8173640Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8173770Z test_sparse_zero_dims_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8173890Z test_sparse_zero_dims_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8174010Z test_sparse_zero_dims_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8174120Z test_sparse_zero_dims_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8174240Z test_sparse_zero_dims_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8174420Z test_sparse_zero_dims_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8174540Z test_sparse_zero_dims_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8174660Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8174780Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8174900Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8175010Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8175120Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8175240Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8175350Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8175720Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8175840Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8175950Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8176070Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8176180Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8176290Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8176410Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8176530Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8176640Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8176760Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8176870Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8176980Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8177090Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8177210Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8177320Z test_sparse_zero_dims_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8177440Z test_sparse_zero_dims_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8177560Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8177690Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8177800Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8177910Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8178030Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8183400Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8183550Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8183670Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8183780Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8184040Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8184170Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8184290Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8184410Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8184520Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8184630Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8184740Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8184860Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8184970Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8185150Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8185270Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8185400Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8185520Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8185640Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8185750Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8185870Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8185990Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8186120Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8186230Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8186350Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8186470Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8186590Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8186700Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8186820Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8186940Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8187060Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8187170Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8187280Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8187400Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8187510Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8187630Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8187760Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8187880Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8188030Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8188150Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8188270Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8188390Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8188510Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8188630Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8188740Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8188860Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8188970Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8189120Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8189230Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8189350Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8189460Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8189600Z test_sparse_zero_dims_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8189730Z test_sparse_zero_dims_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8189860Z test_sparse_zero_dims_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8189990Z test_sparse_zero_dims_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8190120Z test_sparse_zero_dims_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8190250Z test_sparse_zero_dims_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8190370Z test_sparse_zero_dims_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8190500Z test_sparse_zero_dims_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8190630Z test_sparse_zero_dims_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8190750Z test_sparse_zero_dims_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8190870Z test_sparse_zero_dims_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8190990Z test_sparse_zero_dims_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8191110Z test_sparse_zero_dims_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8191230Z test_sparse_zero_dims_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8191350Z test_sparse_zero_dims_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8191470Z test_sparse_zero_dims_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8191590Z test_sparse_zero_dims_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8191710Z test_sparse_zero_dims_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8191830Z test_sparse_zero_dims_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8191950Z test_sparse_zero_dims_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8192090Z test_sparse_zero_dims_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8192220Z test_sparse_zero_dims_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8192330Z test_sparse_zero_dims_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8192450Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8192560Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8192680Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8192790Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8192910Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8193030Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8193170Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8193290Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8193400Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8193520Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8193630Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8193740Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8193860Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8193970Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8194090Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8194200Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8194320Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8194440Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8194560Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8194670Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8194780Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8194890Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8195010Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8195130Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8195250Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8195370Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8195490Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8195600Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8195720Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8195830Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8196010Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8196130Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8196250Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8196360Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8196470Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8196590Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8196700Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8196810Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8196930Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8197050Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8197230Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8197350Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8197470Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8197590Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8197700Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8197810Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8197920Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8198040Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8198160Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8198280Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8198400Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8198510Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8198630Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8198740Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8198850Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8198970Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8199080Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8199200Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8199320Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8199440Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8199550Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8199670Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8199780Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8199890Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8200090Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8200200Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8200330Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8200450Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8200560Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8200680Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8200790Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8200900Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8201010Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8201190Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8201310Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8201430Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8201550Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8201660Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8201780Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8201890Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8202000Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8202120Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8202230Z test_sparse_zeros_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8202350Z test_sparse_zeros_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8202460Z test_sparse_zeros_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8202580Z test_sparse_zeros_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8202690Z test_sparse_zeros_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8202800Z test_sparse_zeros_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8202910Z test_sparse_zeros_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8203020Z test_sparse_zeros_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8203140Z test_sparse_zeros_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8203260Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8203370Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8203490Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8203600Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8203720Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8203830Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8203940Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8204050Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8204230Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8204350Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8204470Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8204580Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8204700Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8204810Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8204930Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8205040Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8205150Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8205290Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8205410Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8205530Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8205640Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8205760Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8205870Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8205980Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8206090Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8206210Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8206320Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8206440Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8206560Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8206670Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8206790Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8206900Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8207010Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8207130Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8207240Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8207350Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8207470Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8207590Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8207700Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8207810Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8207920Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8208030Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8208170Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8208290Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8208410Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8208520Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8208640Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8208750Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8208860Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8208960Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8209080Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8209190Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8209340Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8209470Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8209600Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8209730Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8209850Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8209970Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8210100Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8210400Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8210670Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8210930Z test_sparse_zeros_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8217920Z test_sparse_zeros_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8218190Z test_sparse_zeros_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8218450Z test_sparse_zeros_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8218700Z test_sparse_zeros_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8218950Z test_sparse_zeros_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8219200Z test_sparse_zeros_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8219460Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8219710Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8219970Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8220230Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8220470Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8220710Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8220960Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8221210Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8221520Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8222030Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8222290Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8222580Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8222830Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8223080Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8223330Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8223630Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8223880Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8224130Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8224460Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8224750Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8225000Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8225250Z test_sparse_zeros_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8225500Z test_sparse_zeros_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8225760Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8226020Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8226270Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8226530Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8226780Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8227020Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8227270Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8227510Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8227760Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8228010Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8228320Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8228570Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8228830Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8229070Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8229360Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8229610Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8229860Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8230100Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8230350Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8230610Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8230930Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8231210Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8231460Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8231720Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8231970Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8232240Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8232570Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8232850Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8233110Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8233360Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8233660Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8233920Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8234170Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8234420Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8234670Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8234920Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8235170Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8235420Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8235660Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8235920Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8236190Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8236440Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8236690Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8236940Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8237190Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8237440Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8237690Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8237950Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8238200Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8238450Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8238700Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8238940Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8239190Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8239430Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8239680Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8239990Z test_sparse_zeros_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8240290Z test_sparse_zeros_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8240560Z test_sparse_zeros_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8240840Z test_sparse_zeros_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8241100Z test_sparse_zeros_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8241370Z test_sparse_zeros_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8241640Z test_sparse_zeros_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8241900Z test_sparse_zeros_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8242240Z test_sparse_zeros_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8242510Z test_sparse_zeros_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8242770Z test_sparse_zeros_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8243020Z test_sparse_zeros_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8243280Z test_sparse_zeros_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8243530Z test_sparse_zeros_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8250160Z test_sparse_zeros_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8250500Z test_sparse_zeros_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8250770Z test_sparse_zeros_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8251040Z test_sparse_zeros_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8251300Z test_sparse_zeros_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8251550Z test_sparse_zeros_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8251810Z test_sparse_zeros_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8252060Z test_sparse_zeros_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8252310Z test_sparse_zeros_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8252590Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8252840Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8253090Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8253340Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8253590Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8253840Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8254090Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8254340Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8254600Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8254850Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8255240Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8255500Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8255750Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8255990Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8256230Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8256480Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8256720Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8256970Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8257220Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8257480Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8257810Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8258060Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8258300Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8258550Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8258810Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8259060Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8259310Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8259560Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8259830Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8260080Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8260340Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8260590Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8260840Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8261090Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8261330Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8261580Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8261820Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8262070Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8262310Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8262560Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8262820Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8263070Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8263330Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8263570Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8263820Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8264180Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8264440Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8264690Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8264940Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8265190Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8265450Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8265700Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8265950Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8266190Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8266430Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8266770Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8267020Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8267270Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8267530Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8267780Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8268030Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8268270Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8268520Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8268760Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8269010Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8269250Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8269500Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8269750Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8270000Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8270250Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8270500Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8270750Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8270990Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8271240Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8271480Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8271730Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8271980Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8272230Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8272480Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8272730Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8273010Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8273260Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:18:48.8273480Z 2022-11-23T01:18:48.8273720Z ---------------------------------------------------------------------- 2022-11-23T01:18:48.8273910Z Ran 1633 tests in 8.945s 2022-11-23T01:18:48.8274000Z 2022-11-23T01:18:48.8274050Z OK (skipped=169) 2022-11-23T01:18:48.8274130Z 2022-11-23T01:18:48.8274190Z Generating XML reports... 2022-11-23T01:18:48.8274520Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20221123011839.xml 2022-11-23T01:18:48.8274920Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20221123011839.xml 2022-11-23T01:18:48.8275300Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221123011839.xml 2022-11-23T01:18:48.8275670Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20221123011839.xml 2022-11-23T01:18:48.8276120Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221123011839.xml 2022-11-23T01:18:48.8276290Z 2022-11-23T01:18:48.8276590Z ##[endgroup] 2022-11-23T01:18:48.8276880Z FINISHED PRINTING LOG FILE of test_sparse (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_sparse_4qy44l0i) 2022-11-23T01:18:48.8277060Z 2022-11-23T01:18:49.8562700Z Running test_testing ... [2022-11-23 01:18:49.856041] 2022-11-23T01:18:49.8563950Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:18:49.856319] 2022-11-23T01:18:49.8564350Z Ignoring disabled issues: [] 2022-11-23T01:18:58.9317410Z 2022-11-23T01:18:58.9317770Z Expand the folded group to see the log file of test_testing 2022-11-23T01:18:58.9318390Z ##[group]PRINTING LOG FILE of test_testing (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_testing_32we7so3) 2022-11-23T01:18:58.9318610Z 2022-11-23T01:18:58.9318680Z Running tests... 2022-11-23T01:18:58.9319060Z ---------------------------------------------------------------------- 2022-11-23T01:18:58.9319440Z Test results will be stored in test-reports/python-unittest/test_testing 2022-11-23T01:18:58.9319910Z test_bool (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9320220Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9320480Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.148s) 2022-11-23T01:18:58.9320690Z test_matching (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:18:58.9320910Z test_matching_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9321180Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9321400Z test_matching_nan (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9321620Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9321850Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9322050Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9322260Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9322490Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9323240Z test_mismatching_layout (__main__.TestAssertClose) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_testing.py:619: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:18:58.9323750Z sparse_csr = strided.to_sparse_csr() 2022-11-23T01:18:58.9323890Z ok (0.001s) 2022-11-23T01:18:58.9324220Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:18:58.9324450Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9324680Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9324910Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9325130Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9325360Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9325600Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9325830Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9326050Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9326270Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9326550Z test_none (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:18:58.9326750Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9326960Z test_numpy (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9327150Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9327340Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9327530Z test_scalar (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:18:58.9327740Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9327970Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9328220Z test_unknown_layout (__main__.TestAssertClose) ... skip: MKLDNN is not available. (0.000s) 2022-11-23T01:18:58.9328450Z test_unknown_type (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T01:18:58.9328680Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-11-23T01:18:58.9328950Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-11-23T01:18:58.9329210Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-11-23T01:18:58.9329460Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-11-23T01:18:58.9329710Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9329960Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9330200Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9330440Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9330700Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9330960Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9331220Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9331460Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9331690Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-11-23T01:18:58.9331910Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9332150Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9332380Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9332620Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9332850Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-11-23T01:18:58.9333100Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.001s) 2022-11-23T01:18:58.9333370Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.001s) 2022-11-23T01:18:58.9333630Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.001s) 2022-11-23T01:18:58.9333880Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.001s) 2022-11-23T01:18:58.9334110Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.001s) 2022-11-23T01:18:58.9334350Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.001s) 2022-11-23T01:18:58.9334610Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.001s) 2022-11-23T01:18:58.9334860Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.001s) 2022-11-23T01:18:58.9335100Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.001s) 2022-11-23T01:18:58.9335340Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.001s) 2022-11-23T01:18:58.9335600Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.001s) 2022-11-23T01:18:58.9335880Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.001s) 2022-11-23T01:18:58.9336130Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.001s) 2022-11-23T01:18:58.9336380Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.001s) 2022-11-23T01:18:58.9346860Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.001s) 2022-11-23T01:18:58.9347220Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.001s) 2022-11-23T01:18:58.9347490Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.001s) 2022-11-23T01:18:58.9347750Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.001s) 2022-11-23T01:18:58.9347980Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.001s) 2022-11-23T01:18:58.9348220Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.001s) 2022-11-23T01:18:58.9348480Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.001s) 2022-11-23T01:18:58.9348740Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.001s) 2022-11-23T01:18:58.9348990Z test_hybrid_support (__main__.TestAssertCloseSparseCSR) ... expected failure (0.003s) 2022-11-23T01:18:58.9349230Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.001s) 2022-11-23T01:18:58.9349470Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.001s) 2022-11-23T01:18:58.9349730Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.001s) 2022-11-23T01:18:58.9349980Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.001s) 2022-11-23T01:18:58.9350220Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (3.450s) 2022-11-23T01:18:58.9350420Z test_circular_dependencies (__main__.TestImports) 2022-11-23T01:18:58.9350690Z Checks that all modules inside torch can be imported ... NOTE: Redirects are currently not supported in Windows or MacOs. 2022-11-23T01:18:58.9350900Z ok (1.119s) 2022-11-23T01:18:58.9351100Z test_no_mutate_global_logging_on_import_path_functorch (__main__.TestImports) ... ok (0.616s) 2022-11-23T01:18:58.9351350Z test_no_mutate_global_logging_on_import_path_torch (__main__.TestImports) ... ok (0.610s) 2022-11-23T01:18:58.9351810Z test_no_warning_on_import (__main__.TestImports) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_testing.py:1837: DeprecationWarning: Please use assertEqual instead. 2022-11-23T01:18:58.9352080Z self.assertEquals(out, "") 2022-11-23T01:18:58.9352220Z ok (0.610s) 2022-11-23T01:18:58.9352430Z test_opinfo_error_generators_T_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:18:58.9352710Z test_opinfo_error_generators___radd___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9353000Z test_opinfo_error_generators___rand___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9353460Z test_opinfo_error_generators___rdiv___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9353740Z test_opinfo_error_generators___rmod___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9354000Z test_opinfo_error_generators___rmul___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9354290Z test_opinfo_error_generators___ror___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9354570Z test_opinfo_error_generators___rpow___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9354850Z test_opinfo_error_generators___rsub___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9355120Z test_opinfo_error_generators___rxor___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9355400Z test_opinfo_error_generators_add_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9355850Z test_opinfo_error_generators_amax_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9356130Z test_opinfo_error_generators_amin_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9356410Z test_opinfo_error_generators_aminmax_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9356690Z test_opinfo_error_generators_arange_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9356990Z test_opinfo_error_generators_as_strided_scatter_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9357290Z test_opinfo_error_generators_atan2_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9357580Z test_opinfo_error_generators_bernoulli_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9357870Z test_opinfo_error_generators_bitwise_and_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9358160Z test_opinfo_error_generators_bitwise_left_shift_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9358450Z test_opinfo_error_generators_bitwise_or_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9358750Z test_opinfo_error_generators_bitwise_right_shift_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9359050Z test_opinfo_error_generators_bitwise_xor_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9359330Z test_opinfo_error_generators_cat_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9359610Z test_opinfo_error_generators_clamp_max_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9359900Z test_opinfo_error_generators_clamp_min_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9360180Z test_opinfo_error_generators_complex_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9360460Z test_opinfo_error_generators_copysign_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9360740Z test_opinfo_error_generators_cov_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9361020Z test_opinfo_error_generators_diag_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9361300Z test_opinfo_error_generators_diag_embed_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9361590Z test_opinfo_error_generators_diagonal_copy_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9361880Z test_opinfo_error_generators_diagonal_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9362180Z test_opinfo_error_generators_div_floor_rounding_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9362510Z test_opinfo_error_generators_div_no_rounding_mode_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9362810Z test_opinfo_error_generators_div_trunc_rounding_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9363110Z test_opinfo_error_generators_dsplit_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9363380Z test_opinfo_error_generators_dstack_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9363660Z test_opinfo_error_generators_eq_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9363940Z test_opinfo_error_generators_eye_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9364210Z test_opinfo_error_generators_fliplr_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9364490Z test_opinfo_error_generators_flipud_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9364770Z test_opinfo_error_generators_float_power_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9365100Z test_opinfo_error_generators_floor_divide_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9365380Z test_opinfo_error_generators_fmax_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9365650Z test_opinfo_error_generators_fmin_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9365920Z test_opinfo_error_generators_fmod_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9366200Z test_opinfo_error_generators_gather_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9366470Z test_opinfo_error_generators_gcd_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9366740Z test_opinfo_error_generators_ge_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9367020Z test_opinfo_error_generators_gradient_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9367300Z test_opinfo_error_generators_gt_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9367580Z test_opinfo_error_generators_heaviside_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9367870Z test_opinfo_error_generators_hsplit_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9368140Z test_opinfo_error_generators_hstack_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9368420Z test_opinfo_error_generators_hypot_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9368700Z test_opinfo_error_generators_igamma_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9368980Z test_opinfo_error_generators_igammac_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9369270Z test_opinfo_error_generators_index_select_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9369560Z test_opinfo_error_generators_isclose_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9369870Z test_opinfo_error_generators_jiterator_binary_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9370220Z test_opinfo_error_generators_jiterator_binary_return_by_ref_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9370530Z test_opinfo_error_generators_kthvalue_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9370810Z test_opinfo_error_generators_lcm_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9371090Z test_opinfo_error_generators_ldexp_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9371370Z test_opinfo_error_generators_le_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9371680Z test_opinfo_error_generators_linalg_cross_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9371970Z test_opinfo_error_generators_linalg_lstsq_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9372270Z test_opinfo_error_generators_linalg_lstsq_grad_oriented_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9372570Z test_opinfo_error_generators_linspace_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9372860Z test_opinfo_error_generators_logcumsumexp_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9373150Z test_opinfo_error_generators_logical_and_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9373440Z test_opinfo_error_generators_logical_or_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9373730Z test_opinfo_error_generators_logical_xor_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9374040Z test_opinfo_error_generators_logspace_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9374320Z test_opinfo_error_generators_lt_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9374600Z test_opinfo_error_generators_masked_fill_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9374890Z test_opinfo_error_generators_masked_select_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9375180Z test_opinfo_error_generators_max_binary_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9375470Z test_opinfo_error_generators_maximum_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9375750Z test_opinfo_error_generators_mean_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9376030Z test_opinfo_error_generators_min_binary_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9376310Z test_opinfo_error_generators_minimum_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9376590Z test_opinfo_error_generators_movedim_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9376860Z test_opinfo_error_generators_mul_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9377430Z test_opinfo_error_generators_multinomial_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9377720Z test_opinfo_error_generators_narrow_copy_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9378010Z test_opinfo_error_generators_narrow_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9378300Z test_opinfo_error_generators_native_layer_norm_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9378590Z test_opinfo_error_generators_ne_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9378870Z test_opinfo_error_generators_neg_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9379150Z test_opinfo_error_generators_nextafter_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9379450Z test_opinfo_error_generators_nn_functional_avg_pool1d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9379750Z test_opinfo_error_generators_nn_functional_avg_pool2d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9380060Z test_opinfo_error_generators_nn_functional_avg_pool3d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9380360Z test_opinfo_error_generators_nn_functional_conv1d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9380660Z test_opinfo_error_generators_nn_functional_conv2d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9387380Z test_opinfo_error_generators_nn_functional_embedding_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9387770Z test_opinfo_error_generators_nn_functional_gaussian_nll_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9388080Z test_opinfo_error_generators_nn_functional_gelu_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9388380Z test_opinfo_error_generators_nn_functional_group_norm_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9388700Z test_opinfo_error_generators_nn_functional_hinge_embedding_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9389020Z test_opinfo_error_generators_nn_functional_huber_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9389320Z test_opinfo_error_generators_nn_functional_l1_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9389660Z test_opinfo_error_generators_nn_functional_margin_ranking_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9389970Z test_opinfo_error_generators_nn_functional_max_pool1d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9390270Z test_opinfo_error_generators_nn_functional_max_pool2d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9390570Z test_opinfo_error_generators_nn_functional_max_pool3d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9390880Z test_opinfo_error_generators_nn_functional_poisson_nll_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9391180Z test_opinfo_error_generators_nn_functional_prelu_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9391490Z test_opinfo_error_generators_nn_functional_rrelu_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9391790Z test_opinfo_error_generators_nn_functional_soft_margin_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9392100Z test_opinfo_error_generators_nn_functional_softshrink_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9392420Z test_opinfo_error_generators_nn_functional_triplet_margin_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9392750Z test_opinfo_error_generators_nn_functional_triplet_margin_with_distance_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9393060Z test_opinfo_error_generators_ormqr_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9393340Z test_opinfo_error_generators_polar_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9393620Z test_opinfo_error_generators_pow_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9393910Z test_opinfo_error_generators_remainder_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9394200Z test_opinfo_error_generators_renorm_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9394480Z test_opinfo_error_generators_reshape_as_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9394770Z test_opinfo_error_generators_reshape_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9395050Z test_opinfo_error_generators_roll_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9395330Z test_opinfo_error_generators_rot90_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9395600Z test_opinfo_error_generators_rsub_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9395880Z test_opinfo_error_generators_scatter_add_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9396250Z test_opinfo_error_generators_scatter_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9396560Z test_opinfo_error_generators_signal_windows_cosine_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9396870Z test_opinfo_error_generators_signal_windows_exponential_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9397180Z test_opinfo_error_generators_signal_windows_gaussian_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9397490Z test_opinfo_error_generators_signal_windows_kaiser_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9397800Z test_opinfo_error_generators_special_chebyshev_polynomial_t_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9398120Z test_opinfo_error_generators_special_chebyshev_polynomial_u_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9398620Z test_opinfo_error_generators_special_chebyshev_polynomial_v_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9399210Z test_opinfo_error_generators_special_chebyshev_polynomial_w_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9399570Z test_opinfo_error_generators_special_hermite_polynomial_h_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9399890Z test_opinfo_error_generators_special_hermite_polynomial_he_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9400210Z test_opinfo_error_generators_special_laguerre_polynomial_l_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9400640Z test_opinfo_error_generators_special_legendre_polynomial_p_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9401140Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9401630Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9402110Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9402590Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9402940Z test_opinfo_error_generators_special_xlog1py_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9403240Z test_opinfo_error_generators_special_zeta_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9403530Z test_opinfo_error_generators_sub_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9403810Z test_opinfo_error_generators_sum_to_size_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9404090Z test_opinfo_error_generators_t_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9404360Z test_opinfo_error_generators_take_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9404640Z test_opinfo_error_generators_trace_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9404910Z test_opinfo_error_generators_tril_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9405190Z test_opinfo_error_generators_triu_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9405500Z test_opinfo_error_generators_true_divide_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9405790Z test_opinfo_error_generators_unbind_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9406080Z test_opinfo_error_generators_uniform_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9406360Z test_opinfo_error_generators_view_as_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9406640Z test_opinfo_error_generators_view_copy_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9406910Z test_opinfo_error_generators_view_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9407190Z test_opinfo_error_generators_vsplit_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9407460Z test_opinfo_error_generators_vstack_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9407740Z test_opinfo_error_generators_where_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9408050Z test_opinfo_error_generators_xlogy_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9408340Z test_opinfo_reference_generators___radd___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9408650Z test_opinfo_reference_generators___rand___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9408950Z test_opinfo_reference_generators___rdiv___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9409240Z test_opinfo_reference_generators___rmod___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9409550Z test_opinfo_reference_generators___rmul___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9409850Z test_opinfo_reference_generators___ror___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9410140Z test_opinfo_reference_generators___rpow___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9410440Z test_opinfo_reference_generators___rsub___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9410730Z test_opinfo_reference_generators___rxor___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9411030Z test_opinfo_reference_generators_abs_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9411330Z test_opinfo_reference_generators_acos_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9411630Z test_opinfo_reference_generators_acosh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9411930Z test_opinfo_reference_generators_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9412230Z test_opinfo_reference_generators_addcdiv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9412530Z test_opinfo_reference_generators_addcmul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9412830Z test_opinfo_reference_generators_angle_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9413130Z test_opinfo_reference_generators_asin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9413420Z test_opinfo_reference_generators_asinh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9413710Z test_opinfo_reference_generators_atan2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9414010Z test_opinfo_reference_generators_atan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9414330Z test_opinfo_reference_generators_atanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9414630Z test_opinfo_reference_generators_bfloat16_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9414940Z test_opinfo_reference_generators_bitwise_and_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9415250Z test_opinfo_reference_generators_bitwise_left_shift_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9415560Z test_opinfo_reference_generators_bitwise_not_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9415860Z test_opinfo_reference_generators_bitwise_or_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9416200Z test_opinfo_reference_generators_bitwise_right_shift_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9416510Z test_opinfo_reference_generators_bitwise_xor_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9416840Z test_opinfo_reference_generators_bool_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9417150Z test_opinfo_reference_generators_broadcast_tensors_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9417460Z test_opinfo_reference_generators_bucketize_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9417760Z test_opinfo_reference_generators_byte_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9418130Z test_opinfo_reference_generators_cat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9418440Z test_opinfo_reference_generators_cdouble_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9418740Z test_opinfo_reference_generators_ceil_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9419040Z test_opinfo_reference_generators_cfloat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9419370Z test_opinfo_reference_generators_chalf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9419660Z test_opinfo_reference_generators_char_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9419950Z test_opinfo_reference_generators_chunk_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9420260Z test_opinfo_reference_generators_clamp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9420550Z test_opinfo_reference_generators_clamp_max_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9420860Z test_opinfo_reference_generators_clamp_min_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9421160Z test_opinfo_reference_generators_clone_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9421460Z test_opinfo_reference_generators_complex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9421750Z test_opinfo_reference_generators_conj_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9422050Z test_opinfo_reference_generators_conj_physical_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9422360Z test_opinfo_reference_generators_contiguous_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9422660Z test_opinfo_reference_generators_copysign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9422960Z test_opinfo_reference_generators_cos_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9423310Z test_opinfo_reference_generators_cosh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9423610Z test_opinfo_reference_generators_deg2rad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9423910Z test_opinfo_reference_generators_diag_embed_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9424220Z test_opinfo_reference_generators_diagonal_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9424520Z test_opinfo_reference_generators_diagonal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9424820Z test_opinfo_reference_generators_digamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9430860Z test_opinfo_reference_generators_div_floor_rounding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9431260Z test_opinfo_reference_generators_div_no_rounding_mode_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9431700Z test_opinfo_reference_generators_div_trunc_rounding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9432000Z test_opinfo_reference_generators_double_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9432300Z test_opinfo_reference_generators_empty_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9432590Z test_opinfo_reference_generators_eq_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9432880Z test_opinfo_reference_generators_erf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9433170Z test_opinfo_reference_generators_erfc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9433460Z test_opinfo_reference_generators_erfinv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9433750Z test_opinfo_reference_generators_exp2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9434030Z test_opinfo_reference_generators_exp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9434320Z test_opinfo_reference_generators_expm1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9434610Z test_opinfo_reference_generators_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9434900Z test_opinfo_reference_generators_flatten_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9435190Z test_opinfo_reference_generators_float_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9435480Z test_opinfo_reference_generators_float_power_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9435770Z test_opinfo_reference_generators_floor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9436070Z test_opinfo_reference_generators_floor_divide_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9436370Z test_opinfo_reference_generators_fmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9436650Z test_opinfo_reference_generators_fmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9436940Z test_opinfo_reference_generators_fmod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9437220Z test_opinfo_reference_generators_frac_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9437500Z test_opinfo_reference_generators_frexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9438140Z test_opinfo_reference_generators_gcd_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9438450Z test_opinfo_reference_generators_ge_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9438740Z test_opinfo_reference_generators_gt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9439030Z test_opinfo_reference_generators_half_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9439310Z test_opinfo_reference_generators_heaviside_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9439610Z test_opinfo_reference_generators_hypot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9439900Z test_opinfo_reference_generators_i0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9440190Z test_opinfo_reference_generators_igamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9440480Z test_opinfo_reference_generators_igammac_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9440870Z test_opinfo_reference_generators_imag_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9441170Z test_opinfo_reference_generators_index_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9441470Z test_opinfo_reference_generators_index_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9441760Z test_opinfo_reference_generators_index_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9442060Z test_opinfo_reference_generators_index_select_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9442360Z test_opinfo_reference_generators_int_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9442650Z test_opinfo_reference_generators_isclose_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9442950Z test_opinfo_reference_generators_isfinite_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9443240Z test_opinfo_reference_generators_isinf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9443520Z test_opinfo_reference_generators_isnan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9443810Z test_opinfo_reference_generators_isneginf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9444100Z test_opinfo_reference_generators_isposinf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9444390Z test_opinfo_reference_generators_isreal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9444710Z test_opinfo_reference_generators_jiterator_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9445070Z test_opinfo_reference_generators_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9445420Z test_opinfo_reference_generators_jiterator_unary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9445740Z test_opinfo_reference_generators_lcm_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9446020Z test_opinfo_reference_generators_ldexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9446310Z test_opinfo_reference_generators_le_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9446600Z test_opinfo_reference_generators_lgamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9446990Z test_opinfo_reference_generators_log10_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9447290Z test_opinfo_reference_generators_log1p_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9447580Z test_opinfo_reference_generators_log2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9447860Z test_opinfo_reference_generators_log_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9448160Z test_opinfo_reference_generators_logical_and_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9448460Z test_opinfo_reference_generators_logical_not_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9448760Z test_opinfo_reference_generators_logical_or_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9449060Z test_opinfo_reference_generators_logical_xor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9449460Z test_opinfo_reference_generators_logit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9449750Z test_opinfo_reference_generators_long_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9450040Z test_opinfo_reference_generators_lt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9450330Z test_opinfo_reference_generators_max_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9450630Z test_opinfo_reference_generators_maximum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9450920Z test_opinfo_reference_generators_min_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9451210Z test_opinfo_reference_generators_minimum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9451510Z test_opinfo_reference_generators_movedim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9451800Z test_opinfo_reference_generators_mul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9452100Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9452410Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9452720Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9453020Z test_opinfo_reference_generators_nan_to_num_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9453320Z test_opinfo_reference_generators_narrow_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9453610Z test_opinfo_reference_generators_narrow_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9453910Z test_opinfo_reference_generators_ne_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9454190Z test_opinfo_reference_generators_neg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9454490Z test_opinfo_reference_generators_nextafter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9454800Z test_opinfo_reference_generators_nn_functional_celu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9455110Z test_opinfo_reference_generators_nn_functional_elu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9455420Z test_opinfo_reference_generators_nn_functional_group_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9455850Z test_opinfo_reference_generators_nn_functional_hardshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9456190Z test_opinfo_reference_generators_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9456510Z test_opinfo_reference_generators_nn_functional_hardtanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9456830Z test_opinfo_reference_generators_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9457160Z test_opinfo_reference_generators_nn_functional_logsigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9457480Z test_opinfo_reference_generators_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9457800Z test_opinfo_reference_generators_nn_functional_mish_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9458160Z test_opinfo_reference_generators_nn_functional_prelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9458470Z test_opinfo_reference_generators_nn_functional_relu6_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9458780Z test_opinfo_reference_generators_nn_functional_relu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9459080Z test_opinfo_reference_generators_nn_functional_rrelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9459390Z test_opinfo_reference_generators_nn_functional_selu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9459710Z test_opinfo_reference_generators_nn_functional_silu_complex_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9460030Z test_opinfo_reference_generators_nn_functional_silu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9460340Z test_opinfo_reference_generators_nn_functional_softplus_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9460650Z test_opinfo_reference_generators_nn_functional_softshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9460970Z test_opinfo_reference_generators_nn_functional_softsign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9461280Z test_opinfo_reference_generators_nn_functional_tanhshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9461590Z test_opinfo_reference_generators_nn_functional_threshold_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9461900Z test_opinfo_reference_generators_permute_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9462200Z test_opinfo_reference_generators_polar_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9462500Z test_opinfo_reference_generators_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9462820Z test_opinfo_reference_generators_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9463140Z test_opinfo_reference_generators_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9463450Z test_opinfo_reference_generators_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9463760Z test_opinfo_reference_generators_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9464130Z test_opinfo_reference_generators_positive_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9464430Z test_opinfo_reference_generators_pow_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9464730Z test_opinfo_reference_generators_rad2deg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9465020Z test_opinfo_reference_generators_real_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9465310Z test_opinfo_reference_generators_reciprocal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9465610Z test_opinfo_reference_generators_remainder_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9465910Z test_opinfo_reference_generators_reshape_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9466200Z test_opinfo_reference_generators_reshape_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9466530Z test_opinfo_reference_generators_round_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9466840Z test_opinfo_reference_generators_round_decimals_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9467150Z test_opinfo_reference_generators_round_decimals_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9467460Z test_opinfo_reference_generators_round_decimals_neg_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9467760Z test_opinfo_reference_generators_rsqrt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9468050Z test_opinfo_reference_generators_rsub_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9474440Z test_opinfo_reference_generators_sgn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9474760Z test_opinfo_reference_generators_short_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9475060Z test_opinfo_reference_generators_sigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9475350Z test_opinfo_reference_generators_sign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9475660Z test_opinfo_reference_generators_signal_windows_cosine_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9475990Z test_opinfo_reference_generators_signal_windows_exponential_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9476310Z test_opinfo_reference_generators_signal_windows_gaussian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:18:58.9476630Z test_opinfo_reference_generators_signal_windows_kaiser_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9476940Z test_opinfo_reference_generators_signbit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9477230Z test_opinfo_reference_generators_sin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9477520Z test_opinfo_reference_generators_sinc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9477810Z test_opinfo_reference_generators_sinh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9478100Z test_opinfo_reference_generators_special_airy_ai_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9478410Z test_opinfo_reference_generators_special_bessel_j0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9478750Z test_opinfo_reference_generators_special_bessel_j1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9479290Z test_opinfo_reference_generators_special_bessel_y0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9479610Z test_opinfo_reference_generators_special_bessel_y1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9479930Z test_opinfo_reference_generators_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9480260Z test_opinfo_reference_generators_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9480800Z test_opinfo_reference_generators_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9481290Z test_opinfo_reference_generators_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9481760Z test_opinfo_reference_generators_special_entr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9482070Z test_opinfo_reference_generators_special_erfcx_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9482390Z test_opinfo_reference_generators_special_hermite_polynomial_h_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9482720Z test_opinfo_reference_generators_special_hermite_polynomial_he_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9483030Z test_opinfo_reference_generators_special_i0e_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9483330Z test_opinfo_reference_generators_special_i1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9483630Z test_opinfo_reference_generators_special_i1e_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9483940Z test_opinfo_reference_generators_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9484440Z test_opinfo_reference_generators_special_legendre_polynomial_p_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9484810Z test_opinfo_reference_generators_special_log_ndtr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9485130Z test_opinfo_reference_generators_special_modified_bessel_i0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9485450Z test_opinfo_reference_generators_special_modified_bessel_i1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9485770Z test_opinfo_reference_generators_special_modified_bessel_k0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9486090Z test_opinfo_reference_generators_special_modified_bessel_k1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9486400Z test_opinfo_reference_generators_special_ndtr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9486710Z test_opinfo_reference_generators_special_ndtri_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9487040Z test_opinfo_reference_generators_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9487380Z test_opinfo_reference_generators_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9487710Z test_opinfo_reference_generators_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9488260Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9488790Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9489280Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9489790Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9490160Z test_opinfo_reference_generators_special_spherical_bessel_j0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9490560Z test_opinfo_reference_generators_special_xlog1py_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9490870Z test_opinfo_reference_generators_special_zeta_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9491170Z test_opinfo_reference_generators_sqrt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9491460Z test_opinfo_reference_generators_square_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9491750Z test_opinfo_reference_generators_sub_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9492050Z test_opinfo_reference_generators_tan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9492330Z test_opinfo_reference_generators_tanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9492630Z test_opinfo_reference_generators_true_divide_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9492930Z test_opinfo_reference_generators_trunc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9493220Z test_opinfo_reference_generators_view_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9493500Z test_opinfo_reference_generators_view_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9493800Z test_opinfo_reference_generators_where_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9494090Z test_opinfo_reference_generators_xlogy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9494370Z test_opinfo_sample_generators_H_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9494660Z test_opinfo_sample_generators_T_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9494950Z test_opinfo_sample_generators___getitem___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9495230Z test_opinfo_sample_generators___radd___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9495520Z test_opinfo_sample_generators___rand___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9495800Z test_opinfo_sample_generators___rdiv___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9496090Z test_opinfo_sample_generators___rmatmul___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9496380Z test_opinfo_sample_generators___rmod___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9496650Z test_opinfo_sample_generators___rmul___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9497010Z test_opinfo_sample_generators___ror___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9497300Z test_opinfo_sample_generators___rpow___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9497580Z test_opinfo_sample_generators___rsub___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9497860Z test_opinfo_sample_generators___rxor___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9498160Z test_opinfo_sample_generators__softmax_backward_data_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9498460Z test_opinfo_sample_generators_abs_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9498750Z test_opinfo_sample_generators_acos_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9499040Z test_opinfo_sample_generators_acosh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9499400Z test_opinfo_sample_generators_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9499690Z test_opinfo_sample_generators_addbmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9499980Z test_opinfo_sample_generators_addcdiv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9500270Z test_opinfo_sample_generators_addcmul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9500550Z test_opinfo_sample_generators_addmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9500840Z test_opinfo_sample_generators_addmm_decomposed_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9501140Z test_opinfo_sample_generators_addmv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9501420Z test_opinfo_sample_generators_addr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9501700Z test_opinfo_sample_generators_all_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9501990Z test_opinfo_sample_generators_allclose_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9502270Z test_opinfo_sample_generators_amax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9502550Z test_opinfo_sample_generators_amin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9502840Z test_opinfo_sample_generators_aminmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9503120Z test_opinfo_sample_generators_angle_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9503410Z test_opinfo_sample_generators_any_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9503690Z test_opinfo_sample_generators_arange_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9503980Z test_opinfo_sample_generators_argmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9504260Z test_opinfo_sample_generators_argmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9504540Z test_opinfo_sample_generators_argsort_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9504830Z test_opinfo_sample_generators_argwhere_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9505120Z test_opinfo_sample_generators_as_strided_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9505420Z test_opinfo_sample_generators_as_strided_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9505760Z test_opinfo_sample_generators_asin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9506050Z test_opinfo_sample_generators_asinh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9506340Z test_opinfo_sample_generators_atan2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9506620Z test_opinfo_sample_generators_atan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9506900Z test_opinfo_sample_generators_atanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9507180Z test_opinfo_sample_generators_atleast_1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9507470Z test_opinfo_sample_generators_atleast_2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9507760Z test_opinfo_sample_generators_atleast_3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9508130Z test_opinfo_sample_generators_baddbmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9508420Z test_opinfo_sample_generators_bernoulli_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9508710Z test_opinfo_sample_generators_bfloat16_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9509000Z test_opinfo_sample_generators_bincount_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9509280Z test_opinfo_sample_generators_bitwise_and_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9509580Z test_opinfo_sample_generators_bitwise_left_shift_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9509870Z test_opinfo_sample_generators_bitwise_not_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9510160Z test_opinfo_sample_generators_bitwise_or_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9510460Z test_opinfo_sample_generators_bitwise_right_shift_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9510750Z test_opinfo_sample_generators_bitwise_xor_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9511040Z test_opinfo_sample_generators_block_diag_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9511330Z test_opinfo_sample_generators_bmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9511610Z test_opinfo_sample_generators_bool_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9511910Z test_opinfo_sample_generators_broadcast_shapes_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9512210Z test_opinfo_sample_generators_broadcast_tensors_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9518760Z test_opinfo_sample_generators_broadcast_to_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9519090Z test_opinfo_sample_generators_bucketize_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9519390Z test_opinfo_sample_generators_byte_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9519680Z test_opinfo_sample_generators_cartesian_prod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9519980Z test_opinfo_sample_generators_cat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9520260Z test_opinfo_sample_generators_cdist_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9520790Z test_opinfo_sample_generators_cdouble_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9521090Z test_opinfo_sample_generators_ceil_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9521370Z test_opinfo_sample_generators_cfloat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9521650Z test_opinfo_sample_generators_chalf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9521940Z test_opinfo_sample_generators_char_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9522220Z test_opinfo_sample_generators_cholesky_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9522520Z test_opinfo_sample_generators_cholesky_inverse_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9522820Z test_opinfo_sample_generators_cholesky_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9523180Z test_opinfo_sample_generators_chunk_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9523460Z test_opinfo_sample_generators_clamp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9523750Z test_opinfo_sample_generators_clamp_max_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9524040Z test_opinfo_sample_generators_clamp_min_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9524320Z test_opinfo_sample_generators_clone_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9524610Z test_opinfo_sample_generators_column_stack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9524900Z test_opinfo_sample_generators_combinations_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9525200Z test_opinfo_sample_generators_complex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9525490Z test_opinfo_sample_generators_conj_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9525780Z test_opinfo_sample_generators_conj_physical_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9526080Z test_opinfo_sample_generators_constant_pad_nd_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9526380Z test_opinfo_sample_generators_contiguous_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9526670Z test_opinfo_sample_generators_copysign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9526960Z test_opinfo_sample_generators_corrcoef_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9527240Z test_opinfo_sample_generators_cos_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9527530Z test_opinfo_sample_generators_cosh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9527820Z test_opinfo_sample_generators_count_nonzero_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9528100Z test_opinfo_sample_generators_cov_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9528380Z test_opinfo_sample_generators_cross_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9528670Z test_opinfo_sample_generators_cummax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9528950Z test_opinfo_sample_generators_cummin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9529230Z test_opinfo_sample_generators_cumprod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9529590Z test_opinfo_sample_generators_cumsum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9529900Z test_opinfo_sample_generators_cumulative_trapezoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9530190Z test_opinfo_sample_generators_deg2rad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9530470Z test_opinfo_sample_generators_diag_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9530760Z test_opinfo_sample_generators_diag_embed_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9531050Z test_opinfo_sample_generators_diagflat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9531350Z test_opinfo_sample_generators_diagonal_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9531640Z test_opinfo_sample_generators_diagonal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9532000Z test_opinfo_sample_generators_diagonal_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9532290Z test_opinfo_sample_generators_diff_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9532570Z test_opinfo_sample_generators_digamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9532860Z test_opinfo_sample_generators_dist_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9533160Z test_opinfo_sample_generators_div_floor_rounding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9533460Z test_opinfo_sample_generators_div_no_rounding_mode_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9533770Z test_opinfo_sample_generators_div_trunc_rounding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9534070Z test_opinfo_sample_generators_dot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9534350Z test_opinfo_sample_generators_double_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9534630Z test_opinfo_sample_generators_dsplit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9534910Z test_opinfo_sample_generators_dstack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9535190Z test_opinfo_sample_generators_einsum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9535480Z test_opinfo_sample_generators_empty_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9535760Z test_opinfo_sample_generators_empty_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9536050Z test_opinfo_sample_generators_eq_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9536330Z test_opinfo_sample_generators_equal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9536610Z test_opinfo_sample_generators_erf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9536900Z test_opinfo_sample_generators_erfc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9537180Z test_opinfo_sample_generators_erfinv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9537460Z test_opinfo_sample_generators_exp2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9537740Z test_opinfo_sample_generators_exp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9538090Z test_opinfo_sample_generators_expand_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9538470Z test_opinfo_sample_generators_expand_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9538760Z test_opinfo_sample_generators_expm1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9539040Z test_opinfo_sample_generators_eye_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9539320Z test_opinfo_sample_generators_fft_fft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9539600Z test_opinfo_sample_generators_fft_fft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9539880Z test_opinfo_sample_generators_fft_fftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9540170Z test_opinfo_sample_generators_fft_fftshift_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9540460Z test_opinfo_sample_generators_fft_hfft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9540840Z test_opinfo_sample_generators_fft_hfft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9541130Z test_opinfo_sample_generators_fft_hfftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9541410Z test_opinfo_sample_generators_fft_ifft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9541690Z test_opinfo_sample_generators_fft_ifft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9541980Z test_opinfo_sample_generators_fft_ifftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9542260Z test_opinfo_sample_generators_fft_ifftshift_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9542560Z test_opinfo_sample_generators_fft_ihfft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9542850Z test_opinfo_sample_generators_fft_ihfft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9543140Z test_opinfo_sample_generators_fft_ihfftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9543420Z test_opinfo_sample_generators_fft_irfft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9543710Z test_opinfo_sample_generators_fft_irfft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9543990Z test_opinfo_sample_generators_fft_irfftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9544280Z test_opinfo_sample_generators_fft_rfft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9544560Z test_opinfo_sample_generators_fft_rfft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9544850Z test_opinfo_sample_generators_fft_rfftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9545130Z test_opinfo_sample_generators_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9545420Z test_opinfo_sample_generators_flatten_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9545710Z test_opinfo_sample_generators_flip_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9545990Z test_opinfo_sample_generators_fliplr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9546280Z test_opinfo_sample_generators_flipud_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9546570Z test_opinfo_sample_generators_float_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9546910Z test_opinfo_sample_generators_float_power_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9547210Z test_opinfo_sample_generators_floor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9547500Z test_opinfo_sample_generators_floor_divide_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9547800Z test_opinfo_sample_generators_fmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9548070Z test_opinfo_sample_generators_fmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9548350Z test_opinfo_sample_generators_fmod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9548630Z test_opinfo_sample_generators_frac_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9548910Z test_opinfo_sample_generators_frexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9549190Z test_opinfo_sample_generators_full_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9549570Z test_opinfo_sample_generators_full_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9549860Z test_opinfo_sample_generators_gather_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9550140Z test_opinfo_sample_generators_gcd_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9550420Z test_opinfo_sample_generators_ge_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9550700Z test_opinfo_sample_generators_geqrf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9550990Z test_opinfo_sample_generators_gradient_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9551280Z test_opinfo_sample_generators_grid_sampler_2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9551570Z test_opinfo_sample_generators_gt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9551860Z test_opinfo_sample_generators_half_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9552150Z test_opinfo_sample_generators_heaviside_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9552430Z test_opinfo_sample_generators_histc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9552720Z test_opinfo_sample_generators_histogram_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9553010Z test_opinfo_sample_generators_histogramdd_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9553300Z test_opinfo_sample_generators_hsplit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9553590Z test_opinfo_sample_generators_hstack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9553880Z test_opinfo_sample_generators_hypot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9560210Z test_opinfo_sample_generators_i0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9560510Z test_opinfo_sample_generators_igamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9560790Z test_opinfo_sample_generators_igammac_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9561080Z test_opinfo_sample_generators_imag_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9561370Z test_opinfo_sample_generators_index_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9561810Z test_opinfo_sample_generators_index_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9562110Z test_opinfo_sample_generators_index_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9562400Z test_opinfo_sample_generators_index_put_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9562700Z test_opinfo_sample_generators_index_reduce_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9562990Z test_opinfo_sample_generators_index_select_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9563280Z test_opinfo_sample_generators_inner_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9563570Z test_opinfo_sample_generators_int_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9563850Z test_opinfo_sample_generators_isclose_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9564140Z test_opinfo_sample_generators_isfinite_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9564510Z test_opinfo_sample_generators_isin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9564790Z test_opinfo_sample_generators_isinf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9565070Z test_opinfo_sample_generators_isnan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9565360Z test_opinfo_sample_generators_isneginf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9565650Z test_opinfo_sample_generators_isposinf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9565940Z test_opinfo_sample_generators_isreal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9566220Z test_opinfo_sample_generators_istft_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9566550Z test_opinfo_sample_generators_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9566900Z test_opinfo_sample_generators_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9567250Z test_opinfo_sample_generators_jiterator_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9567590Z test_opinfo_sample_generators_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9567930Z test_opinfo_sample_generators_jiterator_unary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9568240Z test_opinfo_sample_generators_kron_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9568520Z test_opinfo_sample_generators_kthvalue_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9568810Z test_opinfo_sample_generators_lcm_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9569090Z test_opinfo_sample_generators_ldexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9569370Z test_opinfo_sample_generators_le_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9569660Z test_opinfo_sample_generators_lerp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9569940Z test_opinfo_sample_generators_lgamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9570230Z test_opinfo_sample_generators_linalg_cholesky_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9570600Z test_opinfo_sample_generators_linalg_cholesky_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9570900Z test_opinfo_sample_generators_linalg_cond_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9571200Z test_opinfo_sample_generators_linalg_cross_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9571490Z test_opinfo_sample_generators_linalg_det_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9571790Z test_opinfo_sample_generators_linalg_det_singular_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9572090Z test_opinfo_sample_generators_linalg_eig_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9572390Z test_opinfo_sample_generators_linalg_eigh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9572690Z test_opinfo_sample_generators_linalg_eigvals_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9573020Z test_opinfo_sample_generators_linalg_eigvalsh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9573340Z test_opinfo_sample_generators_linalg_householder_product_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9573640Z test_opinfo_sample_generators_linalg_inv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9573940Z test_opinfo_sample_generators_linalg_inv_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9574240Z test_opinfo_sample_generators_linalg_ldl_factor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9574540Z test_opinfo_sample_generators_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9574840Z test_opinfo_sample_generators_linalg_ldl_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9575140Z test_opinfo_sample_generators_linalg_lstsq_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9575450Z test_opinfo_sample_generators_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9575750Z test_opinfo_sample_generators_linalg_lu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9576050Z test_opinfo_sample_generators_linalg_lu_factor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9576350Z test_opinfo_sample_generators_linalg_lu_factor_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9576650Z test_opinfo_sample_generators_linalg_lu_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9576950Z test_opinfo_sample_generators_linalg_matrix_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9577250Z test_opinfo_sample_generators_linalg_matrix_power_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9577560Z test_opinfo_sample_generators_linalg_matrix_rank_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9577870Z test_opinfo_sample_generators_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9578170Z test_opinfo_sample_generators_linalg_multi_dot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9578470Z test_opinfo_sample_generators_linalg_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9578780Z test_opinfo_sample_generators_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9579130Z test_opinfo_sample_generators_linalg_pinv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9579440Z test_opinfo_sample_generators_linalg_pinv_hermitian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9579810Z test_opinfo_sample_generators_linalg_pinv_singular_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:18:58.9580150Z test_opinfo_sample_generators_linalg_qr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9580450Z test_opinfo_sample_generators_linalg_slogdet_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9580740Z test_opinfo_sample_generators_linalg_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9581040Z test_opinfo_sample_generators_linalg_solve_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9581380Z test_opinfo_sample_generators_linalg_solve_triangular_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9581690Z test_opinfo_sample_generators_linalg_svd_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9581980Z test_opinfo_sample_generators_linalg_svdvals_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9582280Z test_opinfo_sample_generators_linalg_tensorinv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9582580Z test_opinfo_sample_generators_linalg_tensorsolve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9582880Z test_opinfo_sample_generators_linalg_vander_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9583170Z test_opinfo_sample_generators_linalg_vecdot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9583480Z test_opinfo_sample_generators_linalg_vector_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9583780Z test_opinfo_sample_generators_linspace_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9584070Z test_opinfo_sample_generators_log10_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9584350Z test_opinfo_sample_generators_log1p_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9584630Z test_opinfo_sample_generators_log2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9584910Z test_opinfo_sample_generators_log_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9585200Z test_opinfo_sample_generators_log_softmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9585510Z test_opinfo_sample_generators_log_softmax_with_dtype_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9585820Z test_opinfo_sample_generators_logaddexp2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9586110Z test_opinfo_sample_generators_logaddexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9586400Z test_opinfo_sample_generators_logcumsumexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9586700Z test_opinfo_sample_generators_logdet_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9586990Z test_opinfo_sample_generators_logical_and_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9587290Z test_opinfo_sample_generators_logical_not_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9587640Z test_opinfo_sample_generators_logical_or_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9587940Z test_opinfo_sample_generators_logical_xor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9588230Z test_opinfo_sample_generators_logit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9588510Z test_opinfo_sample_generators_logspace_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9588800Z test_opinfo_sample_generators_logsumexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9589090Z test_opinfo_sample_generators_long_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9589380Z test_opinfo_sample_generators_lt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9589660Z test_opinfo_sample_generators_lu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9589940Z test_opinfo_sample_generators_lu_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9590260Z test_opinfo_sample_generators_lu_unpack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9590550Z test_opinfo_sample_generators_mH_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9590820Z test_opinfo_sample_generators_mT_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9591110Z test_opinfo_sample_generators_masked_amax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9591400Z test_opinfo_sample_generators_masked_amin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9591700Z test_opinfo_sample_generators_masked_argmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9592000Z test_opinfo_sample_generators_masked_argmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9592300Z test_opinfo_sample_generators_masked_cumprod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9592590Z test_opinfo_sample_generators_masked_cumsum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9592890Z test_opinfo_sample_generators_masked_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9593180Z test_opinfo_sample_generators_masked_log_softmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9593490Z test_opinfo_sample_generators_masked_logaddexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9593790Z test_opinfo_sample_generators_masked_logsumexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9594080Z test_opinfo_sample_generators_masked_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9594370Z test_opinfo_sample_generators_masked_median_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9594670Z test_opinfo_sample_generators_masked_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9594960Z test_opinfo_sample_generators_masked_normalize_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9595250Z test_opinfo_sample_generators_masked_prod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9595540Z test_opinfo_sample_generators_masked_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9595840Z test_opinfo_sample_generators_masked_select_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9596400Z test_opinfo_sample_generators_masked_softmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9602660Z test_opinfo_sample_generators_masked_softmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9603080Z test_opinfo_sample_generators_masked_std_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9603370Z test_opinfo_sample_generators_masked_sum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9603670Z test_opinfo_sample_generators_masked_var_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9603960Z test_opinfo_sample_generators_matmul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9604240Z test_opinfo_sample_generators_matrix_exp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9604530Z test_opinfo_sample_generators_max_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9605030Z test_opinfo_sample_generators_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9605350Z test_opinfo_sample_generators_max_reduction_no_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9605660Z test_opinfo_sample_generators_max_reduction_with_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9605960Z test_opinfo_sample_generators_maximum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9606240Z test_opinfo_sample_generators_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9606530Z test_opinfo_sample_generators_median_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9606830Z test_opinfo_sample_generators_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9607150Z test_opinfo_sample_generators_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9607450Z test_opinfo_sample_generators_min_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9607760Z test_opinfo_sample_generators_min_reduction_no_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9608070Z test_opinfo_sample_generators_min_reduction_with_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9608370Z test_opinfo_sample_generators_minimum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9608650Z test_opinfo_sample_generators_mm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9608930Z test_opinfo_sample_generators_mode_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9609220Z test_opinfo_sample_generators_movedim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9609530Z test_opinfo_sample_generators_msort_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9609820Z test_opinfo_sample_generators_mul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9610100Z test_opinfo_sample_generators_multinomial_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9610390Z test_opinfo_sample_generators_mv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9610680Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9610990Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9611350Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9611650Z test_opinfo_sample_generators_nan_to_num_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9611940Z test_opinfo_sample_generators_nanmean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9612230Z test_opinfo_sample_generators_nanmedian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9612520Z test_opinfo_sample_generators_nanquantile_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9612810Z test_opinfo_sample_generators_nansum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9613110Z test_opinfo_sample_generators_narrow_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9613390Z test_opinfo_sample_generators_narrow_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9613770Z test_opinfo_sample_generators_native_batch_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9614080Z test_opinfo_sample_generators_native_dropout_backward_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9614380Z test_opinfo_sample_generators_native_layer_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9614670Z test_opinfo_sample_generators_ne_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9614960Z test_opinfo_sample_generators_neg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9615240Z test_opinfo_sample_generators_new_empty_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9615560Z test_opinfo_sample_generators_new_empty_strided_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9615860Z test_opinfo_sample_generators_new_full_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9616150Z test_opinfo_sample_generators_new_ones_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9616440Z test_opinfo_sample_generators_new_zeros_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9616730Z test_opinfo_sample_generators_nextafter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9617050Z test_opinfo_sample_generators_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9617380Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9617710Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9618030Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9618350Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9618670Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9618980Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9619300Z test_opinfo_sample_generators_nn_functional_alpha_dropout_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9619640Z test_opinfo_sample_generators_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9620080Z test_opinfo_sample_generators_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9620410Z test_opinfo_sample_generators_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9620720Z test_opinfo_sample_generators_nn_functional_batch_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9621030Z test_opinfo_sample_generators_nn_functional_bilinear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9621350Z test_opinfo_sample_generators_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9621680Z test_opinfo_sample_generators_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9622010Z test_opinfo_sample_generators_nn_functional_celu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9622400Z test_opinfo_sample_generators_nn_functional_conv1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9622700Z test_opinfo_sample_generators_nn_functional_conv2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9623010Z test_opinfo_sample_generators_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9623330Z test_opinfo_sample_generators_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9623650Z test_opinfo_sample_generators_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9623970Z test_opinfo_sample_generators_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9624300Z test_opinfo_sample_generators_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9624620Z test_opinfo_sample_generators_nn_functional_cross_entropy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9624930Z test_opinfo_sample_generators_nn_functional_ctc_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9625240Z test_opinfo_sample_generators_nn_functional_dropout2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9625550Z test_opinfo_sample_generators_nn_functional_dropout3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9625860Z test_opinfo_sample_generators_nn_functional_dropout_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9626160Z test_opinfo_sample_generators_nn_functional_elu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9626470Z test_opinfo_sample_generators_nn_functional_embedding_bag_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9626790Z test_opinfo_sample_generators_nn_functional_embedding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9627120Z test_opinfo_sample_generators_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9627470Z test_opinfo_sample_generators_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9627800Z test_opinfo_sample_generators_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9628130Z test_opinfo_sample_generators_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9628490Z test_opinfo_sample_generators_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9628800Z test_opinfo_sample_generators_nn_functional_gelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9629110Z test_opinfo_sample_generators_nn_functional_glu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9629410Z test_opinfo_sample_generators_nn_functional_grid_sample_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9629720Z test_opinfo_sample_generators_nn_functional_group_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9630030Z test_opinfo_sample_generators_nn_functional_hardshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9630350Z test_opinfo_sample_generators_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9630710Z test_opinfo_sample_generators_nn_functional_hardswish_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9631020Z test_opinfo_sample_generators_nn_functional_hardtanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9631340Z test_opinfo_sample_generators_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9631660Z test_opinfo_sample_generators_nn_functional_huber_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9631970Z test_opinfo_sample_generators_nn_functional_instance_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9632290Z test_opinfo_sample_generators_nn_functional_interpolate_area_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9632620Z test_opinfo_sample_generators_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9632950Z test_opinfo_sample_generators_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9633270Z test_opinfo_sample_generators_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9633590Z test_opinfo_sample_generators_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9633920Z test_opinfo_sample_generators_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9634240Z test_opinfo_sample_generators_nn_functional_kl_div_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9634550Z test_opinfo_sample_generators_nn_functional_l1_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9634850Z test_opinfo_sample_generators_nn_functional_layer_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9635160Z test_opinfo_sample_generators_nn_functional_leaky_relu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9635470Z test_opinfo_sample_generators_nn_functional_linear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9635790Z test_opinfo_sample_generators_nn_functional_local_response_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9636110Z test_opinfo_sample_generators_nn_functional_logsigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9636420Z test_opinfo_sample_generators_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9636810Z test_opinfo_sample_generators_nn_functional_max_pool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9637130Z test_opinfo_sample_generators_nn_functional_max_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9637430Z test_opinfo_sample_generators_nn_functional_max_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9637740Z test_opinfo_sample_generators_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9638090Z test_opinfo_sample_generators_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9638410Z test_opinfo_sample_generators_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9638730Z test_opinfo_sample_generators_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9639130Z test_opinfo_sample_generators_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9639450Z test_opinfo_sample_generators_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9639760Z test_opinfo_sample_generators_nn_functional_mish_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9640060Z test_opinfo_sample_generators_nn_functional_mse_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9640380Z test_opinfo_sample_generators_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9646430Z test_opinfo_sample_generators_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9646790Z test_opinfo_sample_generators_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9647120Z test_opinfo_sample_generators_nn_functional_nll_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9647430Z test_opinfo_sample_generators_nn_functional_normalize_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9647730Z test_opinfo_sample_generators_nn_functional_one_hot_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9648040Z test_opinfo_sample_generators_nn_functional_pad_circular_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9648360Z test_opinfo_sample_generators_nn_functional_pad_constant_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9648670Z test_opinfo_sample_generators_nn_functional_pad_reflect_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9648990Z test_opinfo_sample_generators_nn_functional_pad_replicate_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9649310Z test_opinfo_sample_generators_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9649630Z test_opinfo_sample_generators_nn_functional_pdist_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9649930Z test_opinfo_sample_generators_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9650250Z test_opinfo_sample_generators_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9650570Z test_opinfo_sample_generators_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9651020Z test_opinfo_sample_generators_nn_functional_prelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9651330Z test_opinfo_sample_generators_nn_functional_relu6_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9651640Z test_opinfo_sample_generators_nn_functional_relu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9651940Z test_opinfo_sample_generators_nn_functional_rrelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9652240Z test_opinfo_sample_generators_nn_functional_selu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9652550Z test_opinfo_sample_generators_nn_functional_silu_complex_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9652860Z test_opinfo_sample_generators_nn_functional_silu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9653160Z test_opinfo_sample_generators_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9653520Z test_opinfo_sample_generators_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9653830Z test_opinfo_sample_generators_nn_functional_softmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9654150Z test_opinfo_sample_generators_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9654510Z test_opinfo_sample_generators_nn_functional_softplus_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9654820Z test_opinfo_sample_generators_nn_functional_softshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9655120Z test_opinfo_sample_generators_nn_functional_softsign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9655430Z test_opinfo_sample_generators_nn_functional_tanhshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9655750Z test_opinfo_sample_generators_nn_functional_threshold_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9656070Z test_opinfo_sample_generators_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9656410Z test_opinfo_sample_generators_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9656730Z test_opinfo_sample_generators_nn_functional_unfold_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9657050Z test_opinfo_sample_generators_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9657370Z test_opinfo_sample_generators_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9657680Z test_opinfo_sample_generators_nonzero_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9657970Z test_opinfo_sample_generators_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9658250Z test_opinfo_sample_generators_norm_fro_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9658540Z test_opinfo_sample_generators_norm_inf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9658820Z test_opinfo_sample_generators_norm_nuc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9659110Z test_opinfo_sample_generators_normal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9659440Z test_opinfo_sample_generators_normal_number_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9659740Z test_opinfo_sample_generators_ones_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9660030Z test_opinfo_sample_generators_ones_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9660330Z test_opinfo_sample_generators_ormqr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9660610Z test_opinfo_sample_generators_outer_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9660900Z test_opinfo_sample_generators_pca_lowrank_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9661200Z test_opinfo_sample_generators_permute_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9661490Z test_opinfo_sample_generators_pinverse_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9661820Z test_opinfo_sample_generators_polar_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9662120Z test_opinfo_sample_generators_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9662440Z test_opinfo_sample_generators_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9662750Z test_opinfo_sample_generators_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9663060Z test_opinfo_sample_generators_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9663360Z test_opinfo_sample_generators_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9663660Z test_opinfo_sample_generators_positive_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9663950Z test_opinfo_sample_generators_pow_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9664230Z test_opinfo_sample_generators_prod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9664520Z test_opinfo_sample_generators_put_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9664800Z test_opinfo_sample_generators_qr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9665090Z test_opinfo_sample_generators_quantile_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9665380Z test_opinfo_sample_generators_rad2deg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9665680Z test_opinfo_sample_generators_rand_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9665970Z test_opinfo_sample_generators_randint_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9666260Z test_opinfo_sample_generators_randint_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9666550Z test_opinfo_sample_generators_randn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9666840Z test_opinfo_sample_generators_randn_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9667120Z test_opinfo_sample_generators_ravel_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9667410Z test_opinfo_sample_generators_real_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9667700Z test_opinfo_sample_generators_reciprocal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9668010Z test_opinfo_sample_generators_remainder_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9668360Z test_opinfo_sample_generators_renorm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9668650Z test_opinfo_sample_generators_repeat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9668950Z test_opinfo_sample_generators_repeat_interleave_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9669250Z test_opinfo_sample_generators_reshape_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9669550Z test_opinfo_sample_generators_reshape_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9669840Z test_opinfo_sample_generators_resize__cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9670120Z test_opinfo_sample_generators_resize_as__cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9670410Z test_opinfo_sample_generators_resolve_conj_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9670730Z test_opinfo_sample_generators_resolve_neg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9671010Z test_opinfo_sample_generators_roll_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9671290Z test_opinfo_sample_generators_rot90_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9671570Z test_opinfo_sample_generators_round_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9671870Z test_opinfo_sample_generators_round_decimals_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9672170Z test_opinfo_sample_generators_round_decimals_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9672470Z test_opinfo_sample_generators_round_decimals_neg_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9672760Z test_opinfo_sample_generators_rsqrt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9673050Z test_opinfo_sample_generators_rsub_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9673330Z test_opinfo_sample_generators_scalar_tensor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9673630Z test_opinfo_sample_generators_scatter_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9673920Z test_opinfo_sample_generators_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9674220Z test_opinfo_sample_generators_scatter_reduce_amax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9674520Z test_opinfo_sample_generators_scatter_reduce_amin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9674830Z test_opinfo_sample_generators_scatter_reduce_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9675130Z test_opinfo_sample_generators_scatter_reduce_prod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9675430Z test_opinfo_sample_generators_scatter_reduce_sum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9675740Z test_opinfo_sample_generators_searchsorted_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9676040Z test_opinfo_sample_generators_segment_reduce_lengths_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9676360Z test_opinfo_sample_generators_segment_reduce_offsets_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9676710Z test_opinfo_sample_generators_select_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9677010Z test_opinfo_sample_generators_select_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9677310Z test_opinfo_sample_generators_sgn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9677590Z test_opinfo_sample_generators_short_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9677880Z test_opinfo_sample_generators_sigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9678160Z test_opinfo_sample_generators_sign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9678460Z test_opinfo_sample_generators_signal_windows_cosine_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9678770Z test_opinfo_sample_generators_signal_windows_exponential_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9679170Z test_opinfo_sample_generators_signal_windows_gaussian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9679480Z test_opinfo_sample_generators_signal_windows_kaiser_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9679770Z test_opinfo_sample_generators_signbit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9680050Z test_opinfo_sample_generators_sin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9680340Z test_opinfo_sample_generators_sinc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9680620Z test_opinfo_sample_generators_sinh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9680750Z test_opinfo_sample_generators_slice_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9680890Z test_opinfo_sample_generators_slice_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9681030Z test_opinfo_sample_generators_softmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9681180Z test_opinfo_sample_generators_softmax_with_dtype_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9681310Z test_opinfo_sample_generators_sort_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9681500Z test_opinfo_sample_generators_sparse_sampled_addmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:18:58.9681640Z test_opinfo_sample_generators_special_airy_ai_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9681780Z test_opinfo_sample_generators_special_bessel_j0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9681970Z test_opinfo_sample_generators_special_bessel_j1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9682110Z test_opinfo_sample_generators_special_bessel_y0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9682250Z test_opinfo_sample_generators_special_bessel_y1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9682410Z test_opinfo_sample_generators_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9682560Z test_opinfo_sample_generators_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9682940Z test_opinfo_sample_generators_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9690600Z test_opinfo_sample_generators_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9690790Z test_opinfo_sample_generators_special_entr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9690940Z test_opinfo_sample_generators_special_erfcx_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9691100Z test_opinfo_sample_generators_special_hermite_polynomial_h_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9691250Z test_opinfo_sample_generators_special_hermite_polynomial_he_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9691390Z test_opinfo_sample_generators_special_i0e_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9691530Z test_opinfo_sample_generators_special_i1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9691740Z test_opinfo_sample_generators_special_i1e_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9691890Z test_opinfo_sample_generators_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9692200Z test_opinfo_sample_generators_special_legendre_polynomial_p_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9692340Z test_opinfo_sample_generators_special_log_ndtr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9692490Z test_opinfo_sample_generators_special_modified_bessel_i0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9692650Z test_opinfo_sample_generators_special_modified_bessel_i1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9692800Z test_opinfo_sample_generators_special_modified_bessel_k0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9692940Z test_opinfo_sample_generators_special_modified_bessel_k1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9693090Z test_opinfo_sample_generators_special_ndtr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9693230Z test_opinfo_sample_generators_special_ndtri_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9693390Z test_opinfo_sample_generators_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9693550Z test_opinfo_sample_generators_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9693710Z test_opinfo_sample_generators_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9694000Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9694270Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9694560Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9694830Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:18:58.9695050Z test_opinfo_sample_generators_special_spherical_bessel_j0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9695200Z test_opinfo_sample_generators_special_xlog1py_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9695340Z test_opinfo_sample_generators_special_zeta_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9695480Z test_opinfo_sample_generators_split_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9695620Z test_opinfo_sample_generators_split_list_args_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9695770Z test_opinfo_sample_generators_split_with_sizes_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9695900Z test_opinfo_sample_generators_sqrt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9696040Z test_opinfo_sample_generators_square_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9696200Z test_opinfo_sample_generators_squeeze_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9696330Z test_opinfo_sample_generators_stack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9696470Z test_opinfo_sample_generators_std_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9696600Z test_opinfo_sample_generators_std_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9696740Z test_opinfo_sample_generators_stft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9696870Z test_opinfo_sample_generators_sub_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9697000Z test_opinfo_sample_generators_sum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9697140Z test_opinfo_sample_generators_sum_to_size_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9697270Z test_opinfo_sample_generators_svd_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9697410Z test_opinfo_sample_generators_svd_lowrank_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9697540Z test_opinfo_sample_generators_symeig_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9697670Z test_opinfo_sample_generators_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9697810Z test_opinfo_sample_generators_take_along_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9697950Z test_opinfo_sample_generators_take_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9698080Z test_opinfo_sample_generators_tan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9698210Z test_opinfo_sample_generators_tanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9698350Z test_opinfo_sample_generators_tensor_split_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9698490Z test_opinfo_sample_generators_tensordot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9698620Z test_opinfo_sample_generators_tile_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9698750Z test_opinfo_sample_generators_to_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9698890Z test_opinfo_sample_generators_to_sparse_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9699020Z test_opinfo_sample_generators_topk_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9699190Z test_opinfo_sample_generators_trace_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9699330Z test_opinfo_sample_generators_transpose_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9699470Z test_opinfo_sample_generators_trapezoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9699600Z test_opinfo_sample_generators_trapz_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9699750Z test_opinfo_sample_generators_triangular_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9699880Z test_opinfo_sample_generators_tril_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9700020Z test_opinfo_sample_generators_tril_indices_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9700150Z test_opinfo_sample_generators_triu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9700310Z test_opinfo_sample_generators_triu_indices_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9700450Z test_opinfo_sample_generators_true_divide_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9700590Z test_opinfo_sample_generators_trunc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9700720Z test_opinfo_sample_generators_unbind_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9700860Z test_opinfo_sample_generators_unflatten_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9701000Z test_opinfo_sample_generators_unfold_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9701130Z test_opinfo_sample_generators_unfold_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9701270Z test_opinfo_sample_generators_uniform_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9701420Z test_opinfo_sample_generators_unique_consecutive_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9701550Z test_opinfo_sample_generators_unique_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9701680Z test_opinfo_sample_generators_unsqueeze_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9701820Z test_opinfo_sample_generators_var_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9701960Z test_opinfo_sample_generators_var_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9702090Z test_opinfo_sample_generators_vdot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9702230Z test_opinfo_sample_generators_view_as_complex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9702370Z test_opinfo_sample_generators_view_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9702510Z test_opinfo_sample_generators_view_as_real_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9702650Z test_opinfo_sample_generators_view_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9702780Z test_opinfo_sample_generators_view_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9702910Z test_opinfo_sample_generators_vsplit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9703050Z test_opinfo_sample_generators_vstack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9703180Z test_opinfo_sample_generators_where_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9703360Z test_opinfo_sample_generators_xlogy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9703500Z test_opinfo_sample_generators_zero__cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9703630Z test_opinfo_sample_generators_zeros_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9703770Z test_opinfo_sample_generators_zeros_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:18:58.9703860Z test_sample_input (__main__.TestOpInfos) ... ok (0.001s) 2022-11-23T01:18:58.9703960Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.001s) 2022-11-23T01:18:58.9704060Z test_default_names (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T01:18:58.9704180Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T01:18:58.9704310Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T01:18:58.9704460Z test_name_fn (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T01:18:58.9704580Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T01:18:58.9704700Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T01:18:58.9704830Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T01:18:58.9704950Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T01:18:58.9705050Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T01:18:58.9705190Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T01:18:58.9705330Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T01:18:58.9705470Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T01:18:58.9705590Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T01:18:58.9705710Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T01:18:58.9705850Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T01:18:58.9705970Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T01:18:58.9706090Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T01:18:58.9706220Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T01:18:58.9706350Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:18:58.9706500Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:18:58.9706640Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:18:58.9706790Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:18:58.9706920Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:18:58.9707050Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.282s) 2022-11-23T01:18:58.9707190Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:18:58.9707350Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-11-23T01:18:58.9707540Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:18:58.9707670Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:18:58.9707840Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-11-23T01:18:58.9708000Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-11-23T01:18:58.9708160Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-11-23T01:18:58.9708310Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:18:58.9708460Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:18:58.9708610Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-11-23T01:18:58.9708790Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:18:58.9708930Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:18:58.9709090Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-11-23T01:18:58.9709230Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:18:58.9709340Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9709440Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9709550Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9709660Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9709770Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9709870Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9709970Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9710080Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9710180Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9710280Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9710380Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9710480Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9710630Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9710780Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9710920Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:18:58.9711030Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.021s) 2022-11-23T01:18:58.9711140Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9711270Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9711380Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9711500Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9711680Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9711800Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9711910Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9712020Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9712130Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9712230Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9712330Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9712440Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:18:58.9712540Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.000s) 2022-11-23T01:18:58.9712670Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9712770Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9712870Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9712970Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9713070Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9713160Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9713260Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9713360Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9713480Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9713600Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9713710Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9713820Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9713930Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:18:58.9714470Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/EmptyTensor.cpp:32.) 2022-11-23T01:18:58.9714570Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T01:18:58.9714620Z ok (0.001s) 2022-11-23T01:18:58.9714710Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.003s) 2022-11-23T01:18:58.9714820Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-11-23T01:18:58.9714920Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-11-23T01:18:58.9715020Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-11-23T01:18:58.9715030Z 2022-11-23T01:18:58.9715180Z ---------------------------------------------------------------------- 2022-11-23T01:18:58.9715240Z Ran 1203 tests in 7.457s 2022-11-23T01:18:58.9715240Z 2022-11-23T01:18:58.9715310Z OK (skipped=37, expected failures=13) 2022-11-23T01:18:58.9715310Z 2022-11-23T01:18:58.9715370Z Generating XML reports... 2022-11-23T01:18:58.9715580Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20221123011851.xml 2022-11-23T01:18:58.9715820Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20221123011851.xml 2022-11-23T01:18:58.9716130Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20221123011851.xml 2022-11-23T01:18:58.9716390Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20221123011851.xml 2022-11-23T01:18:58.9716600Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20221123011851.xml 2022-11-23T01:18:58.9716810Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20221123011851.xml 2022-11-23T01:18:58.9717010Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20221123011851.xml 2022-11-23T01:18:58.9717210Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20221123011851.xml 2022-11-23T01:18:58.9717410Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20221123011851.xml 2022-11-23T01:18:58.9717610Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20221123011851.xml 2022-11-23T01:18:58.9717860Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20221123011851.xml 2022-11-23T01:18:58.9718080Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestOpInfoSampleFunctionsCPU-20221123011851.xml 2022-11-23T01:18:58.9718260Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestOpInfos-20221123011851.xml 2022-11-23T01:18:58.9718460Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20221123011851.xml 2022-11-23T01:18:58.9718720Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20221123011851.xml 2022-11-23T01:18:58.9718910Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20221123011851.xml 2022-11-23T01:18:58.9718920Z 2022-11-23T01:18:58.9719280Z ##[endgroup] 2022-11-23T01:18:58.9719510Z FINISHED PRINTING LOG FILE of test_testing (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_testing_32we7so3) 2022-11-23T01:18:58.9719520Z 2022-11-23T01:18:59.9902630Z Running nn/test_convolution ... [2022-11-23 01:18:59.990068] 2022-11-23T01:18:59.9903220Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'nn/test_convolution.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:18:59.990259] 2022-11-23T01:18:59.9903520Z Ignoring disabled issues: [] 2022-11-23T01:19:08.7030940Z 2022-11-23T01:19:08.7031250Z Expand the folded group to see the log file of nn/test_convolution 2022-11-23T01:19:08.7031850Z ##[group]PRINTING LOG FILE of nn/test_convolution (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_convolution_g32lqhka) 2022-11-23T01:19:08.7032090Z 2022-11-23T01:19:08.7032180Z Running tests... 2022-11-23T01:19:08.7032540Z ---------------------------------------------------------------------- 2022-11-23T01:19:08.7032850Z Test results will be stored in test-reports/python-unittest/nn.test_convolution 2022-11-23T01:19:08.7033590Z test_Conv1d_module_same_padding (__main__.TestConvolutionNN) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/nn/test_convolution.py:152: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Convolution.cpp:996.) 2022-11-23T01:19:08.7034150Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-11-23T01:19:08.7034360Z ok (0.003s) 2022-11-23T01:19:08.7034700Z test_Conv2d_1x1 (__main__.TestConvolutionNN) ... ok (0.012s) 2022-11-23T01:19:08.7034910Z test_Conv2d_OneDNN (__main__.TestConvolutionNN) ... ok (0.019s) 2022-11-23T01:19:08.7035130Z test_Conv2d_backward_twice (__main__.TestConvolutionNN) ... ok (0.004s) 2022-11-23T01:19:08.7035350Z test_Conv2d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:19:08.7063770Z test_Conv2d_groups_nobias_v2 (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:19:08.7064030Z test_Conv2d_inconsistent_types (__main__.TestConvolutionNN) ... ok (0.007s) 2022-11-23T01:19:08.7064290Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:19:08.7064570Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:19:08.7064820Z test_Conv2d_missing_argument (__main__.TestConvolutionNN) ... ok (0.001s) 2022-11-23T01:19:08.7065060Z test_Conv2d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:19:08.7065280Z test_Conv3d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.003s) 2022-11-23T01:19:08.7065490Z test_Conv3d_groups_wbias (__main__.TestConvolutionNN) ... ok (0.003s) 2022-11-23T01:19:08.7065710Z test_Conv3d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:19:08.7070870Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:19:08.7071120Z test_ConvTranspose2d_output_size (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:19:08.7071380Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestConvolutionNN) ... ok (1.005s) 2022-11-23T01:19:08.7071650Z test_ConvTranspose3d_correct_output_size (__main__.TestConvolutionNN) ... ok (0.001s) 2022-11-23T01:19:08.7071890Z test_conv2d_discontiguous_weight (__main__.TestConvolutionNN) ... ok (0.012s) 2022-11-23T01:19:08.7072110Z test_conv_backcompat (__main__.TestConvolutionNN) ... ok (0.028s) 2022-11-23T01:19:08.7072400Z test_conv_cudnn_memory_layout_dominance (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:19:08.7072640Z test_conv_invalid_groups (__main__.TestConvolutionNN) ... ok (0.001s) 2022-11-23T01:19:08.7072890Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestConvolutionNN) ... ok (0.051s) 2022-11-23T01:19:08.7073130Z test_conv_padding_mode (__main__.TestConvolutionNN) ... ok (0.001s) 2022-11-23T01:19:08.7073920Z test_conv_shapecheck (__main__.TestConvolutionNN) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:1108: 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-11-23T01:19:08.7074460Z warnings.warn( 2022-11-23T01:19:08.7074580Z ok (0.087s) 2022-11-23T01:19:08.7074740Z test_conv_tbc (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:19:08.7074980Z test_cudnn_non_contiguous (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:19:08.7075250Z test_cudnn_noncontiguous_weight (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:19:08.7075500Z test_functional_grad_conv (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:19:08.7075730Z test_functional_grad_conv2d (__main__.TestConvolutionNN) ... ok (0.096s) 2022-11-23T01:19:08.7075960Z test_grad_conv1d_input (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T01:19:08.7076180Z test_grad_conv1d_weight (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T01:19:08.7076400Z test_grad_conv2d_input (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T01:19:08.7076620Z test_grad_conv2d_weight (__main__.TestConvolutionNN) ... ok (0.011s) 2022-11-23T01:19:08.7076840Z test_grad_conv3d_input (__main__.TestConvolutionNN) ... ok (0.020s) 2022-11-23T01:19:08.7077050Z test_grad_conv3d_weight (__main__.TestConvolutionNN) ... ok (0.023s) 2022-11-23T01:19:08.7077300Z test_grouped_conv_cudnn_nhwc_support (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:19:08.7078170Z test_invalid_conv1d (__main__.TestConvolutionNN) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:1108: 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-11-23T01:19:08.7078670Z warnings.warn( 2022-11-23T01:19:08.7078800Z ok (0.040s) 2022-11-23T01:19:08.7078960Z test_invalid_conv2d (__main__.TestConvolutionNN) ... ok (0.079s) 2022-11-23T01:19:08.7079180Z test_invalid_conv3d (__main__.TestConvolutionNN) ... ok (0.039s) 2022-11-23T01:19:08.7079420Z test_mismatch_shape_conv2d (__main__.TestConvolutionNN) ... ok (0.004s) 2022-11-23T01:19:08.7079650Z test_nnpack_conv (__main__.TestConvolutionNN) ... ok (0.048s) 2022-11-23T01:19:08.7079890Z test_thnn_conv_strided_padded_dilated (__main__.TestConvolutionNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:19:08.7080240Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.790s) 2022-11-23T01:19:08.7080550Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.075s) 2022-11-23T01:19:08.7080860Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:08.7081180Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:08.7081490Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:08.7081840Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7082170Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7082490Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7082810Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7083120Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7083440Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7090830Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7091170Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7091470Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7091760Z test_Conv2d_size_1_kernel_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7092070Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:08.7092390Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:08.7092710Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:08.7093040Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7093510Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7093840Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7094160Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7094470Z test_contig_wrong_stride_cudnn_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7094770Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7095070Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7095360Z test_conv1d_same_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:19:08.7095650Z test_conv1d_same_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:19:08.7096030Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7096330Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7096620Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7096910Z test_conv1d_valid_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7097200Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7097490Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7097780Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7098070Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7098350Z test_conv2d_no_grad_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:19:08.7098630Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:19:08.7098930Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7099220Z test_conv2d_same_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7099500Z test_conv2d_same_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7099790Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7100090Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7100380Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7100660Z test_conv2d_valid_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7100940Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7101230Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7101520Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7101800Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7102100Z test_conv3d_64bit_indexing_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7102390Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.186s) 2022-11-23T01:19:08.7102740Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:19:08.7103020Z test_conv3d_same_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7103300Z test_conv3d_same_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7103590Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.048s) 2022-11-23T01:19:08.7103890Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:19:08.7104170Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7104450Z test_conv3d_valid_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7104740Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7105060Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7105350Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7105640Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7105910Z test_convTranspose_empty_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7106250Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7106630Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7107010Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7107390Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7107770Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7108140Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7108510Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7108880Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7109260Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7109630Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7110010Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7110380Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7110750Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7111270Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7111660Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7112030Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7112400Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7112770Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7113140Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7113600Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7113970Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7114340Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7114710Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7115080Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7115450Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7115820Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7116180Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7116540Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7116900Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7117260Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7117630Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7117990Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7118360Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7118740Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7119160Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7119550Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7119920Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7120300Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7120680Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7121060Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7121480Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7121840Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7122190Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7122550Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7122910Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7123260Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7123630Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7123980Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7124350Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7124730Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7125110Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7125490Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7125860Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7126230Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7126600Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7126970Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7127400Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7127760Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7128120Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7128470Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7128830Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7129180Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7129580Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7129940Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7130290Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7130630Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7130980Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7131430Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7138020Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7138430Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7138770Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7139110Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7139450Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7139810Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7140150Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7140500Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7140840Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7141180Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7141520Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7142010Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7142370Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7142710Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7143050Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7143390Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7143730Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7144070Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7144470Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7144810Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7145160Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7145530Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7145880Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7146240Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7146590Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7146940Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7147300Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7147650Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7148000Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7148360Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7148700Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7149050Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7149390Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7149740Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7150160Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7150530Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7150880Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7151240Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7151590Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7151940Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7152290Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7152710Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7153060Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7153410Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7153760Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7154110Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7154460Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7154810Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7155150Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7155500Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7155840Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7156190Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7156540Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7156890Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7157230Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7157580Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7157930Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7158280Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7158700Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7159050Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7159390Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7159750Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7160100Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7160450Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7160790Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7161190Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7161530Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7161880Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:19:08.7162240Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7162610Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7162990Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7163360Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7163730Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7164090Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7164460Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7164820Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7165200Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7165600Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7165990Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7166380Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7166770Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7167200Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7167590Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7167970Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7168350Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7168720Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7169090Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7169520Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7169880Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7170250Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7170640Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7171010Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7171390Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7171770Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7172150Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7172530Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7172910Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7173290Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7173670Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7174050Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7174420Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7174770Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7175210Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7175570Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7175930Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7176280Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7176630Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7176980Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7177390Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7177770Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7178140Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7178520Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7178900Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7179270Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7179640Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7180010Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7180390Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7180760Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7181140Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7187760Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7188200Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7188590Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7188970Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7189580Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7189970Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7190360Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7190740Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7191110Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7191490Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7191990Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7192360Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7192740Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7193110Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7193480Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7193860Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7194230Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7194600Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7194970Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7195390Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7195810Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7196220Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7196630Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7197040Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7197440Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7197910Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7198330Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7198730Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7199130Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7199530Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7200030Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7200420Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7200800Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7201190Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7201590Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7201980Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7202370Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7202780Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7203190Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7203610Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7204010Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7204420Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7204820Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7205230Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7205720Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7206130Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7206540Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7206940Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7207350Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7207810Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7208210Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7208610Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7209010Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7209400Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7209800Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7210190Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7210570Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7210960Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7211350Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7211740Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7212130Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7212530Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7212940Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7213420Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7213830Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7214230Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7214640Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7215030Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7215440Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7215910Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7216320Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7216720Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7217130Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7217530Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7217930Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7218330Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7218730Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7219130Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7219520Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7219910Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7220300Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7220690Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7221190Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7221600Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7221990Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7222400Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7222810Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7223220Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7223730Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7224130Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7224540Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7224940Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7225350Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7225750Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7226170Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7226580Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7226990Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7227400Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7227820Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7228230Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7228630Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7229140Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7229590Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7230000Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7230400Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7230800Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7231280Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7231680Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7232080Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7232490Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7232890Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7233310Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7233720Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7234130Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7234530Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7234930Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7235330Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7235750Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7241350Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7241950Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7242380Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7242800Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7243220Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7243640Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7244050Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7244550Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7244970Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7245390Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7245810Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7246220Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7246640Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7247060Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7247470Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7247890Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7248320Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7248740Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7249160Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7249630Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7250060Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7250470Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7250880Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7251300Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7251720Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7252190Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7252610Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7253030Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7253440Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7253860Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7254270Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7254690Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7255100Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7255520Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7255930Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7256340Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7256760Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7257160Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7257670Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7258100Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7258520Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7258930Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7259340Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7259840Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7260260Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7260670Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7261080Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: PyTorch is built without mkldnn support (0.007s) 2022-11-23T01:19:08.7261460Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7261810Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7262160Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7262490Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7262830Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7263160Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7263500Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7263840Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:19:08.7264190Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:19:08.7264550Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:19:08.7264910Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7265270Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7265680Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:19:08.7266060Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7266410Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7266770Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7267120Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:19:08.7267450Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:19:08.7267780Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:19:08.7268170Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:19:08.7268510Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:19:08.7268830Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:19:08.7269150Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:19:08.7269480Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:19:08.7269810Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:19:08.7270160Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:19:08.7270520Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:19:08.7270900Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7271250Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:19:08.7271590Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:19:08.7271940Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7272290Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7272640Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:19:08.7272990Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:19:08.7273320Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7273670Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7274070Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7274420Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7274750Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7275090Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:19:08.7275440Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:19:08.7275800Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:19:08.7276150Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:19:08.7276570Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:19:08.7276920Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:19:08.7277270Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:19:08.7277620Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:19:08.7277980Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:19:08.7278320Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:19:08.7278650Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:19:08.7278980Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:19:08.7279310Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:19:08.7279630Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:19:08.7279960Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:19:08.7280280Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:19:08.7280610Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:19:08.7280940Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:19:08.7281290Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:19:08.7281640Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:19:08.7281980Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:19:08.7282370Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:19:08.7282720Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:19:08.7283070Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:19:08.7283410Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:19:08.7283760Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:19:08.7284100Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:19:08.7284510Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7284900Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:19:08.7285240Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:19:08.7285570Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.031s) 2022-11-23T01:19:08.7285900Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7292950Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7293320Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:19:08.7293690Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:19:08.7294060Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:19:08.7294420Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7294780Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7295150Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7295510Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7295880Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:19:08.7296230Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:19:08.7296580Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:19:08.7296920Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:19:08.7297450Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:19:08.7297810Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:19:08.7298150Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:19:08.7298480Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T01:19:08.7298820Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.016s) 2022-11-23T01:19:08.7299120Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:19:08.7299420Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7299840Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:08.7300140Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:08.7300440Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:08.7300740Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7301030Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7301330Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7301640Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7301950Z test_conv_double_backward_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7302240Z test_conv_double_backward_groups_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:19:08.7302530Z test_conv_double_backward_no_bias_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:19:08.7302810Z test_conv_double_backward_stride_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:19:08.7303110Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7303770Z test_conv_empty_channel_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-11-23T01:19:08.7304190Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-11-23T01:19:08.7304360Z ok (0.014s) 2022-11-23T01:19:08.7304560Z test_conv_empty_channel_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:19:08.7304850Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7305130Z test_conv_large_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7305430Z test_conv_large_nosplit_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7305710Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.032s) 2022-11-23T01:19:08.7306000Z test_conv_noncontig_weights_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:19:08.7306260Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.041s) 2022-11-23T01:19:08.7306590Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.042s) 2022-11-23T01:19:08.7306890Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7307230Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:19:08.7307540Z test_conv_transposed_large_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7307860Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7308180Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7308490Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7308850Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7309160Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7309450Z test_group_convTranspose_empty_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7309720Z test_group_conv_empty_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:19:08.7310010Z test_noncontig_conv_grad_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7310310Z test_noncontig_conv_grad_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7310600Z test_noncontig_conv_grad_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:08.7310760Z 2022-11-23T01:19:08.7310920Z ---------------------------------------------------------------------- 2022-11-23T01:19:08.7311100Z Ran 581 tests in 7.497s 2022-11-23T01:19:08.7311190Z 2022-11-23T01:19:08.7311240Z OK (skipped=337) 2022-11-23T01:19:08.7311320Z 2022-11-23T01:19:08.7311380Z Generating XML reports... 2022-11-23T01:19:08.7311690Z Generated XML report: test-reports/python-unittest/nn.test_convolution/TEST-TestConvolutionNN-20221123011900.xml 2022-11-23T01:19:08.7312100Z Generated XML report: test-reports/python-unittest/nn.test_convolution/TEST-TestConvolutionNNDeviceTypeCPU-20221123011900.xml 2022-11-23T01:19:08.7312310Z 2022-11-23T01:19:08.7312590Z ##[endgroup] 2022-11-23T01:19:08.7312900Z FINISHED PRINTING LOG FILE of nn/test_convolution (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_convolution_g32lqhka) 2022-11-23T01:19:08.7313090Z 2022-11-23T01:19:09.7480700Z Running test_type_promotion ... [2022-11-23 01:19:09.747821] 2022-11-23T01:19:09.7481940Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:09.748015] 2022-11-23T01:19:09.7482760Z Ignoring disabled issues: [] 2022-11-23T01:19:15.3756340Z 2022-11-23T01:19:15.3756840Z Expand the folded group to see the log file of test_type_promotion 2022-11-23T01:19:15.3757450Z ##[group]PRINTING LOG FILE of test_type_promotion (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_type_promotion_a9tnngdk) 2022-11-23T01:19:15.3757640Z 2022-11-23T01:19:15.3757690Z Running tests... 2022-11-23T01:19:15.3758030Z ---------------------------------------------------------------------- 2022-11-23T01:19:15.3758340Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-11-23T01:19:15.3758600Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3758840Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3759850Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:19:15.3760170Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3769170Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_type_promotion.py:434: UserWarning: This overload of add is deprecated: 2022-11-23T01:19:15.3769530Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-11-23T01:19:15.3769740Z Consider using one of the following signatures instead: 2022-11-23T01:19:15.3770060Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at /Users/runner/work/pytorch/pytorch/torch/csrc/utils/python_arg_parser.cpp:1488.) 2022-11-23T01:19:15.3770380Z self.assertEqual(torch.add(torch.tensor(True, device=device), 2022-11-23T01:19:15.3770550Z ok (0.004s) 2022-11-23T01:19:15.3770740Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:19:15.3770980Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3771400Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.957s) 2022-11-23T01:19:15.3771670Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3771940Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3772210Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3772480Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3772740Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3773150Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3773420Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3773700Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3773960Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3774230Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3774490Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3774750Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3775020Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3775280Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3775550Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3775820Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3776080Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3776350Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3776610Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3776880Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3777140Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3777410Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3777760Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3778040Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3778310Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3778590Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3778850Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3779120Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3779390Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3779660Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3779920Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3780230Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3780500Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3780760Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3781040Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3781300Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3781570Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3781840Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3782110Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3782380Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3782650Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3782920Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3783190Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3783460Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3783730Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3784000Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3784260Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3784520Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3784790Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3785050Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3785320Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3785580Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3785840Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3786100Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3786430Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3786710Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3786980Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3787250Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3787520Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3787780Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3788050Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3788310Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3788640Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3788900Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3789160Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.081s) 2022-11-23T01:19:15.3789800Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_type_promotion.py:647: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/EmptyTensor.cpp:32.) 2022-11-23T01:19:15.3790230Z v = torch.tensor([2], dtype=dt2, device=device) 2022-11-23T01:19:15.3790380Z ok (0.345s) 2022-11-23T01:19:15.3790560Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:19:15.3790800Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:19:15.3791060Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3791320Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3791560Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3791800Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3792040Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3792280Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3792510Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3792750Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3792980Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3793230Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3793480Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3793740Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3793990Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3794240Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3794490Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3794740Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3794990Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3795360Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3795610Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3795850Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3796100Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3796340Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3796570Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3796810Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3797050Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3797280Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3797520Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3797780Z test_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3798000Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3798230Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:19:15.3798460Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-11-23T01:19:15.3798680Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3798920Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3799160Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:19:15.3799420Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:19:15.3805960Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:19:15.3806290Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:19:15.3806550Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:19:15.3806800Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3807040Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.162s) 2022-11-23T01:19:15.3807280Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:19:15.3807550Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:19:15.3807810Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3808100Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3808390Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3808680Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3808960Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3809240Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3809510Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3809790Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3810060Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3810340Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3810770Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3811060Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3811340Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3811630Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3811920Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3812210Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3812500Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3812790Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3813150Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3813430Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3813720Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3813990Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3814280Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3814570Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3814860Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3815160Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3815440Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3815730Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3816020Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3816300Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3816580Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3816860Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3817140Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3817430Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3817710Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3817990Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3818270Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3818550Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3818830Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3819150Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3819440Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3819710Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3819990Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3820270Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3820540Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3820820Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3821110Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3821390Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3821710Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3821990Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3822260Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3822530Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3822810Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3823080Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3823360Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3823640Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3823930Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.031s) 2022-11-23T01:19:15.3824220Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3824500Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3824780Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3825060Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3825330Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3825620Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3825890Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3826160Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3826440Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3826710Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3826990Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3827310Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3827670Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3827950Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3828220Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3828500Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3828770Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3829050Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3829320Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3829600Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3829930Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3830200Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3830490Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3830760Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3831030Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3831300Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3831570Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3831850Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3832120Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3832390Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3832660Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3832930Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3833210Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3833490Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3833770Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3834040Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3834310Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3834570Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3834840Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3835110Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3835380Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3835650Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3835990Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3836270Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3836550Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3836830Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3837110Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3837380Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3837650Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3837920Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3838190Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3838490Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3838770Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3839040Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3839320Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3839610Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3839890Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3845330Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3845620Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3845900Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3846180Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3846460Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3846730Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3847010Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3847250Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3847490Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3847730Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3847960Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3848190Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3848420Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3848660Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3848890Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3849130Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3849350Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3849580Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3849920Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3850150Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3850380Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3850600Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3850820Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3851050Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3851270Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3851490Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3851710Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3851930Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3852160Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3852460Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3852680Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3852900Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3853120Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3853340Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3853570Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3853780Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3854000Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3854230Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3854450Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3854680Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3854900Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3855120Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3855340Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3855560Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3855780Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3856000Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3856220Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3856440Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3856650Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3856870Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3857090Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3857300Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3857510Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3857730Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3857950Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3858150Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3858370Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3858590Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3858810Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3859080Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3859300Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3859530Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3859750Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3859970Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3860190Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3860410Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3860630Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3860850Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3861070Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3861360Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3861570Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3861790Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3862010Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3862220Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3862440Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3862650Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3862870Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3863090Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3863310Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3863530Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3863740Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3863960Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3864180Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3864400Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3864610Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3864830Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3865050Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3865270Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3865490Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3865710Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3865930Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3866150Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3866380Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3866590Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3866820Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3867040Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3867260Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3867480Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3867800Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3868060Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3868280Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3868500Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3868750Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3868970Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3869220Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3869440Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3869660Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3869880Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3870090Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3870440Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3870660Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3870880Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3871100Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3871320Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3871540Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3871750Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3871970Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3872180Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3872400Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3872620Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3872830Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3873050Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3878850Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3879110Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3879330Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3879550Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3879760Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3879970Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3880190Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3880410Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3880630Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3880840Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3881060Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3881280Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3881500Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3881720Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3881940Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3882160Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3882560Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3882780Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3883000Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3883220Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3883430Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3883650Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3883860Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3884070Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3884290Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3884500Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3884710Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3885020Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3885240Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3885450Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3885670Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3885890Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3886110Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3886320Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3886530Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3886750Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3886970Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3887190Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3887410Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3887630Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3887840Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3888060Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3888270Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3888490Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3888700Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3888920Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3889130Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3889340Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3889550Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3889770Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3889980Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3890190Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3890410Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3890620Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3890830Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3891050Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3891320Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3891550Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3891760Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3891980Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3892190Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3892410Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3892630Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3892840Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3893060Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3893270Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3893490Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3893790Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3894010Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3894220Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3894430Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3894640Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3894860Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3895070Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3895280Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3895490Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3895710Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3895920Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3896140Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3896350Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3896560Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3896770Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3896990Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3897200Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3897420Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3897640Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3897850Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3898070Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3898290Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3898500Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3898720Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3898940Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3899150Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3899370Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3899580Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3899790Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3900000Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3900300Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3900510Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3900720Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3900930Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3901140Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3901350Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3901570Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3901790Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3902000Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3902210Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3902430Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3902700Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3902910Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3903130Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3903350Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3903570Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3903780Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3903990Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3904210Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3904420Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3904630Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3904840Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3905050Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3905260Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3905470Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3911360Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3911580Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3911800Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3912010Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3912210Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3912460Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3912680Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3912890Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3913100Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3913320Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3913540Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3913760Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3913980Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3914190Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3914410Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3914880Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3915110Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3915330Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3915540Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3915750Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3915970Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3916180Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3916400Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3916610Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3916820Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3917030Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3917440Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3917650Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3917860Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3918070Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3918290Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3918500Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3918720Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3918940Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3919160Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3919380Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3919600Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3919810Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3920030Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3920240Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3920460Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3920670Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3920890Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3921100Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3921320Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3921530Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3921740Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3921960Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3922170Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3922370Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3922590Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3922800Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:19:15.3923000Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:19:15.3923240Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:19:15.3923470Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... ok (0.781s) 2022-11-23T01:19:15.3923690Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... ok (0.093s) 2022-11-23T01:19:15.3924010Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3924270Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3924510Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3924750Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3924990Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3925220Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (0.248s) 2022-11-23T01:19:15.3925430Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (0.885s) 2022-11-23T01:19:15.3925650Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3925900Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:19:15.3926170Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:19:15.3926520Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:19:15.3926780Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:19:15.3927040Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:19:15.3927300Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:19:15.3927560Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:19:15.3927820Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:19:15.3928080Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:19:15.3928350Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:19:15.3928610Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3928870Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3929130Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3929380Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3929630Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3929880Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3930140Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3930390Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3930640Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3930890Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3931140Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3931400Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3931650Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3931900Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:19:15.3932140Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-11-23T01:19:15.3932370Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:19:15.3932550Z 2022-11-23T01:19:15.3932860Z ---------------------------------------------------------------------- 2022-11-23T01:19:15.3933040Z Ran 422 tests in 4.630s 2022-11-23T01:19:15.3933130Z 2022-11-23T01:19:15.3933170Z OK 2022-11-23T01:19:15.3933240Z 2022-11-23T01:19:15.3933300Z Generating XML reports... 2022-11-23T01:19:15.3933650Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20221123011910.xml 2022-11-23T01:19:15.3933830Z 2022-11-23T01:19:15.3934150Z ##[endgroup] 2022-11-23T01:19:15.3934460Z FINISHED PRINTING LOG FILE of test_type_promotion (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_type_promotion_a9tnngdk) 2022-11-23T01:19:15.3934650Z 2022-11-23T01:19:16.4529400Z Running test_masked ... [2022-11-23 01:19:16.452749] 2022-11-23T01:19:16.4530160Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:16.452922] 2022-11-23T01:19:16.4530700Z Ignoring disabled issues: [] 2022-11-23T01:19:21.4710200Z 2022-11-23T01:19:21.4710600Z Expand the folded group to see the log file of test_masked 2022-11-23T01:19:21.4711370Z ##[group]PRINTING LOG FILE of test_masked (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_masked_88hncjbo) 2022-11-23T01:19:21.4711570Z 2022-11-23T01:19:21.4711630Z Running tests... 2022-11-23T01:19:21.4711970Z ---------------------------------------------------------------------- 2022-11-23T01:19:21.4712270Z Test results will be stored in test-reports/python-unittest/test_masked 2022-11-23T01:19:21.4712540Z test_mask_layout_sparse_coo_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.067s) 2022-11-23T01:19:21.4712800Z test_mask_layout_sparse_coo_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.062s) 2022-11-23T01:19:21.4713060Z test_mask_layout_sparse_coo_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.061s) 2022-11-23T01:19:21.4713340Z test_mask_layout_sparse_coo_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-11-23T01:19:21.4713610Z test_mask_layout_sparse_coo_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:19:21.4713890Z test_mask_layout_sparse_coo_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4714160Z test_mask_layout_sparse_coo_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4714430Z test_mask_layout_sparse_coo_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4714770Z test_mask_layout_sparse_coo_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4715040Z test_mask_layout_sparse_coo_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-11-23T01:19:21.4715300Z test_mask_layout_sparse_coo_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.062s) 2022-11-23T01:19:21.4715550Z test_mask_layout_sparse_coo_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.061s) 2022-11-23T01:19:21.4715800Z test_mask_layout_sparse_coo_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-11-23T01:19:21.4716060Z test_mask_layout_sparse_coo_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4716330Z test_mask_layout_sparse_coo_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4716600Z test_mask_layout_sparse_coo_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4716860Z test_mask_layout_sparse_coo_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4717120Z test_mask_layout_sparse_coo_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4717580Z 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-11-23T01:19:21.4717900Z test_mask_layout_sparse_coo_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4718180Z test_mask_layout_sparse_coo_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4718460Z test_mask_layout_sparse_coo_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4718780Z 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-11-23T01:19:21.4719130Z 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-11-23T01:19:21.4719470Z 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-11-23T01:19:21.4719860Z test_mask_layout_sparse_coo_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4720130Z test_mask_layout_sparse_coo_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4720390Z test_mask_layout_sparse_coo_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4720660Z test_mask_layout_sparse_coo_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4720920Z test_mask_layout_sparse_coo_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4721180Z test_mask_layout_sparse_coo_masked_prod_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.062s) 2022-11-23T01:19:21.4721440Z test_mask_layout_sparse_coo_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.045s) 2022-11-23T01:19:21.4721700Z test_mask_layout_sparse_coo_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-11-23T01:19:21.4721960Z test_mask_layout_sparse_coo_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-11-23T01:19:21.4722220Z test_mask_layout_sparse_coo_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.061s) 2022-11-23T01:19:21.4722470Z test_mask_layout_sparse_coo_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.061s) 2022-11-23T01:19:21.4722730Z test_mask_layout_sparse_coo_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-11-23T01:19:21.4722980Z test_mask_layout_sparse_coo_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-11-23T01:19:21.4723230Z test_mask_layout_sparse_coo_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.045s) 2022-11-23T01:19:21.4723480Z test_mask_layout_sparse_coo_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-11-23T01:19:21.4723730Z test_mask_layout_sparse_coo_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.045s) 2022-11-23T01:19:21.4723980Z test_mask_layout_sparse_coo_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-11-23T01:19:21.4724230Z test_mask_layout_sparse_coo_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.049s) 2022-11-23T01:19:21.4724490Z test_mask_layout_sparse_coo_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.050s) 2022-11-23T01:19:21.4724740Z test_mask_layout_sparse_coo_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.050s) 2022-11-23T01:19:21.4725000Z test_mask_layout_sparse_coo_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.065s) 2022-11-23T01:19:21.4725250Z test_mask_layout_sparse_coo_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.065s) 2022-11-23T01:19:21.4725500Z test_mask_layout_sparse_coo_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-11-23T01:19:21.4725740Z test_mask_layout_sparse_coo_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.049s) 2022-11-23T01:19:21.4726070Z test_mask_layout_sparse_coo_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-11-23T01:19:21.4726330Z test_mask_layout_sparse_coo_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-11-23T01:19:21.4726570Z test_mask_layout_sparse_coo_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-11-23T01:19:21.4726820Z test_mask_layout_sparse_coo_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-11-23T01:19:21.4727070Z test_mask_layout_sparse_csr_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4727320Z test_mask_layout_sparse_csr_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4727570Z test_mask_layout_sparse_csr_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4727820Z test_mask_layout_sparse_csr_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4728080Z test_mask_layout_sparse_csr_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4728420Z test_mask_layout_sparse_csr_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4728690Z test_mask_layout_sparse_csr_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4728960Z test_mask_layout_sparse_csr_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4729220Z test_mask_layout_sparse_csr_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4729480Z test_mask_layout_sparse_csr_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4729730Z test_mask_layout_sparse_csr_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4729980Z test_mask_layout_sparse_csr_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4730230Z test_mask_layout_sparse_csr_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4730480Z test_mask_layout_sparse_csr_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4730750Z test_mask_layout_sparse_csr_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4731020Z test_mask_layout_sparse_csr_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4731280Z test_mask_layout_sparse_csr_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4731540Z test_mask_layout_sparse_csr_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4731800Z test_mask_layout_sparse_csr_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-11-23T01:19:21.4732060Z test_mask_layout_sparse_csr_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4732340Z test_mask_layout_sparse_csr_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4732630Z test_mask_layout_sparse_csr_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4732900Z test_mask_layout_sparse_csr_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-11-23T01:19:21.4733160Z test_mask_layout_sparse_csr_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-11-23T01:19:21.4733400Z test_mask_layout_sparse_csr_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-11-23T01:19:21.4733660Z test_mask_layout_sparse_csr_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4733920Z test_mask_layout_sparse_csr_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4734190Z test_mask_layout_sparse_csr_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4734510Z test_mask_layout_sparse_csr_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4734780Z test_mask_layout_sparse_csr_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4735050Z test_mask_layout_sparse_csr_masked_prod_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4735300Z test_mask_layout_sparse_csr_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4735560Z test_mask_layout_sparse_csr_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4735820Z test_mask_layout_sparse_csr_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4736070Z test_mask_layout_sparse_csr_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-11-23T01:19:21.4736330Z test_mask_layout_sparse_csr_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-11-23T01:19:21.4736630Z test_mask_layout_sparse_csr_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4736890Z test_mask_layout_sparse_csr_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4737140Z test_mask_layout_sparse_csr_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4737390Z test_mask_layout_sparse_csr_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4737640Z test_mask_layout_sparse_csr_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4737900Z test_mask_layout_sparse_csr_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4738150Z test_mask_layout_sparse_csr_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4738400Z test_mask_layout_sparse_csr_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4738660Z test_mask_layout_sparse_csr_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4738920Z test_mask_layout_sparse_csr_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4739190Z test_mask_layout_sparse_csr_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4739440Z test_mask_layout_sparse_csr_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-11-23T01:19:21.4739680Z test_mask_layout_sparse_csr_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4739920Z test_mask_layout_sparse_csr_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4748520Z test_mask_layout_sparse_csr_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4748770Z test_mask_layout_sparse_csr_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4749020Z test_mask_layout_sparse_csr_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.004s) 2022-11-23T01:19:21.4749280Z test_mask_layout_strided_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-11-23T01:19:21.4749530Z test_mask_layout_strided_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4749780Z test_mask_layout_strided_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4750030Z test_mask_layout_strided_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4750280Z test_mask_layout_strided_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4750550Z test_mask_layout_strided_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4750810Z test_mask_layout_strided_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4751320Z test_mask_layout_strided_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4751630Z test_mask_layout_strided_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4751890Z test_mask_layout_strided_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-11-23T01:19:21.4752140Z test_mask_layout_strided_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4752380Z test_mask_layout_strided_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4752620Z test_mask_layout_strided_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4752870Z test_mask_layout_strided_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4753130Z test_mask_layout_strided_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4753380Z test_mask_layout_strided_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4753700Z test_mask_layout_strided_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4753960Z test_mask_layout_strided_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4754220Z test_mask_layout_strided_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-11-23T01:19:21.4754480Z test_mask_layout_strided_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4754740Z test_mask_layout_strided_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4755020Z test_mask_layout_strided_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4755270Z test_mask_layout_strided_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-11-23T01:19:21.4755520Z test_mask_layout_strided_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-11-23T01:19:21.4755760Z test_mask_layout_strided_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-11-23T01:19:21.4756010Z test_mask_layout_strided_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4756270Z test_mask_layout_strided_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4756530Z test_mask_layout_strided_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4756790Z test_mask_layout_strided_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4757050Z test_mask_layout_strided_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:19:21.4757300Z test_mask_layout_strided_masked_prod_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-11-23T01:19:21.4757550Z test_mask_layout_strided_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.022s) 2022-11-23T01:19:21.4757810Z test_mask_layout_strided_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-11-23T01:19:21.4758060Z test_mask_layout_strided_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-11-23T01:19:21.4758310Z test_mask_layout_strided_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4758550Z test_mask_layout_strided_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4758790Z test_mask_layout_strided_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-11-23T01:19:21.4759030Z test_mask_layout_strided_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-11-23T01:19:21.4759280Z test_mask_layout_strided_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-11-23T01:19:21.4759520Z test_mask_layout_strided_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-11-23T01:19:21.4759800Z test_mask_layout_strided_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-11-23T01:19:21.4760050Z test_mask_layout_strided_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4760300Z test_mask_layout_strided_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.022s) 2022-11-23T01:19:21.4760550Z test_mask_layout_strided_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-11-23T01:19:21.4760800Z test_mask_layout_strided_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-11-23T01:19:21.4761040Z test_mask_layout_strided_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4761280Z test_mask_layout_strided_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4761520Z test_mask_layout_strided_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.030s) 2022-11-23T01:19:21.4761770Z test_mask_layout_strided_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-11-23T01:19:21.4762050Z test_mask_layout_strided_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-11-23T01:19:21.4762300Z test_mask_layout_strided_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-11-23T01:19:21.4762530Z test_mask_layout_strided_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-11-23T01:19:21.4762780Z test_mask_layout_strided_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-11-23T01:19:21.4763030Z test_reference_masked_masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.007s) 2022-11-23T01:19:21.4763300Z test_reference_masked_masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:19:21.4763560Z test_reference_masked_masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:19:21.4763810Z test_reference_masked_masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-11-23T01:19:21.4764060Z test_reference_masked_masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-11-23T01:19:21.4764300Z test_reference_masked_masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-11-23T01:19:21.4764540Z test_reference_masked_masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.058s) 2022-11-23T01:19:21.4764800Z test_reference_masked_masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-11-23T01:19:21.4765060Z test_reference_masked_masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-11-23T01:19:21.4765310Z test_reference_masked_masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-11-23T01:19:21.4765580Z test_reference_masked_masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.004s) 2022-11-23T01:19:21.4765850Z test_reference_masked_masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-11-23T01:19:21.4766100Z test_reference_masked_masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.009s) 2022-11-23T01:19:21.4766350Z test_reference_masked_masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:19:21.4766610Z test_reference_masked_masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:19:21.4766850Z test_reference_masked_masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:19:21.4767100Z test_reference_masked_masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.007s) 2022-11-23T01:19:21.4767350Z test_reference_masked_masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.007s) 2022-11-23T01:19:21.4767590Z test_reference_masked_masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.007s) 2022-11-23T01:19:21.4767830Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-11-23T01:19:21.4768080Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-11-23T01:19:21.4768400Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-11-23T01:19:21.4768650Z test_reference_masked_masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-11-23T01:19:21.4768900Z test_reference_masked_masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-11-23T01:19:21.4769140Z test_reference_masked_masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4769380Z test_reference_masked_masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4769610Z test_reference_masked_masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4769840Z test_reference_masked_masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4770080Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4770320Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-11-23T01:19:21.4770660Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-11-23T01:19:21.4770910Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-11-23T01:19:21.4771160Z test_reference_masked_masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-11-23T01:19:21.4771400Z test_reference_masked_masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-11-23T01:19:21.4771640Z test_reference_masked_masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.034s) 2022-11-23T01:19:21.4771890Z test_reference_masked_masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4772120Z test_reference_masked_masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4772350Z test_reference_masked_masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4772590Z test_reference_masked_masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4772830Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.002s) 2022-11-23T01:19:21.4773060Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.001s) 2022-11-23T01:19:21.4773290Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.001s) 2022-11-23T01:19:21.4773510Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.001s) 2022-11-23T01:19:21.4773730Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.001s) 2022-11-23T01:19:21.4773960Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.001s) 2022-11-23T01:19:21.4774200Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.001s) 2022-11-23T01:19:21.4774330Z 2022-11-23T01:19:21.4774550Z ---------------------------------------------------------------------- 2022-11-23T01:19:21.4774730Z Ran 205 tests in 3.630s 2022-11-23T01:19:21.4774820Z 2022-11-23T01:19:21.4774890Z OK (skipped=58, expected failures=1) 2022-11-23T01:19:21.4775000Z 2022-11-23T01:19:21.4775060Z Generating XML reports... 2022-11-23T01:19:21.4775360Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20221123011917.xml 2022-11-23T01:19:21.4775530Z 2022-11-23T01:19:21.4775790Z ##[endgroup] 2022-11-23T01:19:21.4776090Z FINISHED PRINTING LOG FILE of test_masked (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_masked_88hncjbo) 2022-11-23T01:19:21.4776260Z 2022-11-23T01:19:22.5225770Z Running profiler/test_profiler ... [2022-11-23 01:19:22.521838] 2022-11-23T01:19:22.5225990Z Ignoring disabled issues: [] 2022-11-23T01:19:22.5226420Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:22.522015] 2022-11-23T01:19:28.4943650Z 2022-11-23T01:19:28.4944430Z Expand the folded group to see the log file of profiler/test_profiler 2022-11-23T01:19:28.4945270Z ##[group]PRINTING LOG FILE of profiler/test_profiler (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/profiler-test_profiler_362r4zoe) 2022-11-23T01:19:28.4945480Z 2022-11-23T01:19:28.4945540Z Running tests... 2022-11-23T01:19:28.4945890Z ---------------------------------------------------------------------- 2022-11-23T01:19:28.4946190Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-11-23T01:19:28.4946450Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.015s) 2022-11-23T01:19:28.4946690Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.002s) 2022-11-23T01:19:28.4946960Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.004s) 2022-11-23T01:19:28.4947200Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.004s) 2022-11-23T01:19:28.4947520Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:19:28.4947940Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:19:28.4948190Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:19:28.4948520Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4948860Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4949190Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4949520Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4949840Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4950170Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4950370Z ok (0.011s) 2022-11-23T01:19:28.4950540Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-11-23T01:19:28.4950750Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-11-23T01:19:28.4951160Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4951560Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4951890Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4952210Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4952530Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4952860Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4953180Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4953500Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4953840Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4954030Z ok (0.005s) 2022-11-23T01:19:28.4954240Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-11-23T01:19:28.4954560Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-11-23T01:19:28.4955080Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4955480Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4955820Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4956140Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4956460Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4956790Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4957110Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4957430Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4957830Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4958160Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4958470Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4958900Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4959220Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4959530Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4959860Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4960050Z ok (0.056s) 2022-11-23T01:19:28.4960260Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-11-23T01:19:28.4960680Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4961060Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4961380Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4961700Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4962020Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4962340Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4962660Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4962970Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4963300Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4963620Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4963930Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4964250Z STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4964450Z ok (0.024s) 2022-11-23T01:19:28.4964660Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-11-23T01:19:28.4965160Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:23 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4965560Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4965900Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4966100Z ok (0.842s) 2022-11-23T01:19:28.4966470Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4966860Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4967180Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4967500Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4967880Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4968200Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4968530Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4968840Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4969170Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4969530Z [W collection.cpp:465] Warning: (function operator()) 2022-11-23T01:19:28.4969870Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4970200Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4970530Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4970850Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4971160Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4971480Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4971800Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4972110Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4972430Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4972630Z ok (0.046s) 2022-11-23T01:19:28.4972960Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4973370Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4973690Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4973890Z ok (0.002s) 2022-11-23T01:19:28.4974230Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4974640Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4975040Z STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4975240Z ok (0.014s) 2022-11-23T01:19:28.4975600Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:24 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4976060Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:19:28.4976360Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:19:28.4976760Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:19:28.4977070Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:19:28.4977440Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:19:28.4977800Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:19:28.4978170Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:19:28.4978470Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:19:28.4978840Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:19:28.4988270Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:19:28.4988780Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:19:28.4989090Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:19:28.4989520Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:19:28.4989810Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:19:28.4990170Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:19:28.4990460Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:19:28.4990770Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4991110Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4991310Z ok (1.671s) 2022-11-23T01:19:28.4991500Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-11-23T01:19:28.4991750Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-11-23T01:19:28.4992160Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4992560Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4992910Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4993110Z ok (0.012s) 2022-11-23T01:19:28.4993430Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4993800Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4994290Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4994490Z ok (0.004s) 2022-11-23T01:19:28.4994680Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.003s) 2022-11-23T01:19:28.4994920Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-11-23T01:19:28.4995090Z ok (0.001s) 2022-11-23T01:19:28.4995400Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4995750Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4996070Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4996270Z ok (0.003s) 2022-11-23T01:19:28.4996560Z test_flops (__main__.TestProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4996970Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4997300Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4997490Z ok (0.081s) 2022-11-23T01:19:28.4997640Z test_high_level_trace (__main__.TestProfiler) 2022-11-23T01:19:28.4997990Z Checks that python side high level events are recorded. ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4998350Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4998670Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4998980Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.4999300Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.4999620Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.4999940Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5000250Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5000560Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5000760Z ok (0.107s) 2022-11-23T01:19:28.5001050Z test_kineto (__main__.TestProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5001390Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5001720Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5002030Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5002350Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5002670Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5002860Z ok (0.002s) 2022-11-23T01:19:28.5003050Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-11-23T01:19:28.5003420Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5003810Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5004220Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5004540Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5004860Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5005170Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5005490Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5005810Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5006120Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5006440Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5006810Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5007120Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5007310Z ok (0.005s) 2022-11-23T01:19:28.5007870Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72280 for platform(s) linux, mac. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T01:19:28.5008450Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5008800Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5009130Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5009320Z ok (0.011s) 2022-11-23T01:19:28.5009850Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/profiler/test_profiler.py:1271: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/NestedTensorImpl.cpp:179.) 2022-11-23T01:19:28.5010260Z inp = torch.nested.nested_tensor([a, b]) 2022-11-23T01:19:28.5010540Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5010850Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5011180Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5011370Z ok (0.002s) 2022-11-23T01:19:28.5011530Z test_oom_tracing (__main__.TestProfiler) ... ok (0.001s) 2022-11-23T01:19:28.5011730Z test_profiler_correlation_id (__main__.TestProfiler) 2022-11-23T01:19:28.5012120Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5012510Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5012830Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5013140Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5013510Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5013840Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5014160Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5014480Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5014800Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5015120Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5015430Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5015750Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5016070Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5016420Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5016740Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5016930Z ok (0.238s) 2022-11-23T01:19:28.5017220Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.001s) 2022-11-23T01:19:28.5017630Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5017980Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5018310Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5018500Z ok (0.002s) 2022-11-23T01:19:28.5018810Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5019160Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5019480Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5019790Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5020110Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5020420Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5020740Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5021060Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5021380Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5021690Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5022010Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5022320Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5022520Z ok (0.005s) 2022-11-23T01:19:28.5022810Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5023170Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5023560Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5023750Z ok (0.001s) 2022-11-23T01:19:28.5023880Z test_source (__main__.TestProfiler) 2022-11-23T01:19:28.5024250Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5024620Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5024940Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5025300Z [W collection.cpp:465] Warning: (function operator()) 2022-11-23T01:19:28.5025510Z ok (0.013s) 2022-11-23T01:19:28.5026060Z test_tensorboard_trace_handler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82915 for platform(s) mac, macos. 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-11-23T01:19:28.5033620Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: CUDA is required (0.000s) 2022-11-23T01:19:28.5033910Z test_mem_leak (__main__.TestProfilerCUDA) 2022-11-23T01:19:28.5034270Z Checks that there's no memory leak when using profiler with CUDA ... skip: CUDA is required (0.001s) 2022-11-23T01:19:28.5034530Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.001s) 2022-11-23T01:19:28.5034770Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.001s) 2022-11-23T01:19:28.5035180Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5035560Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5035900Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5036260Z [W collection.cpp:465] Warning: (function operator()) 2022-11-23T01:19:28.5036470Z ok (0.002s) 2022-11-23T01:19:28.5036800Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5037180Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5037510Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5037710Z ok (0.002s) 2022-11-23T01:19:28.5038030Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5038390Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5038710Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5039070Z [W collection.cpp:465] Warning: (function operator()) 2022-11-23T01:19:28.5039280Z ok (0.001s) 2022-11-23T01:19:28.5039610Z test_allocation_id_uniqueness (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5039980Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5040490Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5040690Z ok (0.120s) 2022-11-23T01:19:28.5041010Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5041370Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5041690Z STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5041880Z ok (0.081s) 2022-11-23T01:19:28.5042220Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:26 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5042580Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5042910Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5043160Z ok (0.075s) 2022-11-23T01:19:28.5043470Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5043830Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5044170Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5044490Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5044800Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5045120Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5045310Z ok (0.076s) 2022-11-23T01:19:28.5045620Z test_extra_fields (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5045980Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5046300Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5046490Z ok (0.001s) 2022-11-23T01:19:28.5046800Z test_impl_reuse (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5047150Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5047470Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5047650Z ok (0.112s) 2022-11-23T01:19:28.5047900Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:19:28.5048290Z test_module_and_optimizer_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5048650Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5048970Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5049280Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5049590Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5049900Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5050160Z ok (0.008s) 2022-11-23T01:19:28.5050480Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5050830Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5051150Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5051690Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:19:28.5052070Z warnings.warn(message, UserWarning) 2022-11-23T01:19:28.5052210Z ok (0.003s) 2022-11-23T01:19:28.5052520Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5053010Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5053330Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5053520Z ok (0.007s) 2022-11-23T01:19:28.5053840Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5054190Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5054510Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5054700Z ok (0.020s) 2022-11-23T01:19:28.5055020Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5055390Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5055710Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5055900Z ok (0.011s) 2022-11-23T01:19:28.5056210Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5056570Z [W CPUAllocator.cpp:231] Memory block of unknown size was allocated before the profiling started, profiler results will not include the deallocation event 2022-11-23T01:19:28.5056920Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5057240Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5057430Z ok (0.002s) 2022-11-23T01:19:28.5057730Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5058080Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5058400Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5058580Z ok (0.001s) 2022-11-23T01:19:28.5058890Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5059250Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5059640Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5059830Z ok (0.002s) 2022-11-23T01:19:28.5060140Z test_tensor_lists (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5060500Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5060810Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5061010Z ok (0.001s) 2022-11-23T01:19:28.5061320Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5061680Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5062000Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5062280Z ok (0.002s) 2022-11-23T01:19:28.5062610Z test_tensorimpl_invalidation_full (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5062980Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5063300Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5063490Z ok (0.240s) 2022-11-23T01:19:28.5063810Z test_tensorimpl_invalidation_keep_alive (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5064180Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5064500Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5064810Z STAGE:2022-11-23 01:19:27 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5065130Z STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5065440Z STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5065630Z ok (0.543s) 2022-11-23T01:19:28.5065960Z test_tensorimpl_invalidation_scalar_args (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5066330Z STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5066640Z STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5066830Z ok (0.080s) 2022-11-23T01:19:28.5067150Z test_tensorimpl_invalidation_set (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5067520Z STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5067850Z STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5068160Z STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:19:28.5068470Z STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:19:28.5068790Z STAGE:2022-11-23 01:19:28 29262:41655495 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:19:28.5068980Z ok (0.156s) 2022-11-23T01:19:28.5069050Z 2022-11-23T01:19:28.5069200Z ---------------------------------------------------------------------- 2022-11-23T01:19:28.5069510Z Ran 70 tests in 4.748s 2022-11-23T01:19:28.5069610Z 2022-11-23T01:19:28.5069670Z OK (skipped=11) 2022-11-23T01:19:28.5069750Z 2022-11-23T01:19:28.5069810Z Generating XML reports... 2022-11-23T01:19:28.5070130Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20221123011923.xml 2022-11-23T01:19:28.5070530Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20221123011923.xml 2022-11-23T01:19:28.5077300Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20221123011923.xml 2022-11-23T01:19:28.5077680Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerITT-20221123011923.xml 2022-11-23T01:19:28.5078060Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20221123011923.xml 2022-11-23T01:19:28.5078450Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20221123011923.xml 2022-11-23T01:19:28.5079060Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20221123011923.xml 2022-11-23T01:19:28.5079230Z 2022-11-23T01:19:28.5079510Z ##[endgroup] 2022-11-23T01:19:28.5079830Z FINISHED PRINTING LOG FILE of profiler/test_profiler (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/profiler-test_profiler_362r4zoe) 2022-11-23T01:19:28.5080020Z 2022-11-23T01:19:29.5400840Z Running test_stateless ... [2022-11-23 01:19:29.539938] 2022-11-23T01:19:29.5402490Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:29.540113] 2022-11-23T01:19:29.5402830Z Ignoring disabled issues: [] 2022-11-23T01:19:33.2767150Z 2022-11-23T01:19:33.2767450Z Expand the folded group to see the log file of test_stateless 2022-11-23T01:19:33.2768010Z ##[group]PRINTING LOG FILE of test_stateless (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_stateless_7f9j1f21) 2022-11-23T01:19:33.2768210Z 2022-11-23T01:19:33.2768260Z Running tests... 2022-11-23T01:19:33.2768930Z ---------------------------------------------------------------------- 2022-11-23T01:19:33.2769240Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-11-23T01:19:33.2769520Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (2.104s) 2022-11-23T01:19:33.2769780Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (0.610s) 2022-11-23T01:19:33.2770050Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-11-23T01:19:33.2770300Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-11-23T01:19:33.2770560Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.001s) 2022-11-23T01:19:33.2770910Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:19:33.2771230Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.009s) 2022-11-23T01:19:33.2771490Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.028s) 2022-11-23T01:19:33.2771780Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-11-23T01:19:33.2772100Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-11-23T01:19:33.2772370Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.001s) 2022-11-23T01:19:33.2772610Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.001s) 2022-11-23T01:19:33.2772750Z 2022-11-23T01:19:33.2772900Z ---------------------------------------------------------------------- 2022-11-23T01:19:33.2773080Z Ran 12 tests in 2.766s 2022-11-23T01:19:33.2773170Z 2022-11-23T01:19:33.2773390Z OK (skipped=1) 2022-11-23T01:19:33.2773480Z 2022-11-23T01:19:33.2773540Z Generating XML reports... 2022-11-23T01:19:33.2773860Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221123011930.xml 2022-11-23T01:19:33.2774260Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221123011930.xml 2022-11-23T01:19:33.2774680Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221123011930.xml 2022-11-23T01:19:33.2774870Z 2022-11-23T01:19:33.2775120Z ##[endgroup] 2022-11-23T01:19:33.2775430Z FINISHED PRINTING LOG FILE of test_stateless (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_stateless_7f9j1f21) 2022-11-23T01:19:33.2775610Z 2022-11-23T01:19:34.3453960Z Running dynamo/test_unspec ... [2022-11-23 01:19:34.345140] 2022-11-23T01:19:34.3455850Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_unspec.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:34.345414] 2022-11-23T01:19:34.3456510Z Ignoring disabled issues: [] 2022-11-23T01:19:37.9885000Z 2022-11-23T01:19:37.9885630Z Expand the folded group to see the log file of dynamo/test_unspec 2022-11-23T01:19:37.9886230Z ##[group]PRINTING LOG FILE of dynamo/test_unspec (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_unspec_6yuxzoqz) 2022-11-23T01:19:37.9886440Z 2022-11-23T01:19:37.9886500Z Running tests... 2022-11-23T01:19:37.9886930Z ---------------------------------------------------------------------- 2022-11-23T01:19:37.9887230Z Test results will be stored in test-reports/python-unittest/dynamo.test_unspec 2022-11-23T01:19:37.9887500Z test_basicmodule1_unspec (__main__.make_unspec_cls..UnspecTest) ... ok (0.239s) 2022-11-23T01:19:37.9887930Z test_basicmodule2_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:19:37.9888330Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:19:37.9888510Z ok (0.006s) 2022-11-23T01:19:37.9888740Z test_call_fn_with_non_const_inputs_safe_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9889940Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9890350Z ok (0.007s) 2022-11-23T01:19:37.9890800Z test_cfgmod_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:19:37.9891020Z ok (0.013s) 2022-11-23T01:19:37.9891310Z test_children_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9891530Z ok (0.009s) 2022-11-23T01:19:37.9891820Z test_constloop_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:19:37.9892040Z ok (0.013s) 2022-11-23T01:19:37.9892230Z test_densenet_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9892510Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:19:37.9892680Z ok (0.010s) 2022-11-23T01:19:37.9892870Z test_enumvalues_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9893150Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:19:37.9893320Z ok (0.009s) 2022-11-23T01:19:37.9893610Z test_fnmember_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9893830Z ok (0.006s) 2022-11-23T01:19:37.9894320Z test_fnmembercmp1_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9894560Z ok (0.006s) 2022-11-23T01:19:37.9894850Z test_fnmembercmp2_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9895070Z ok (0.006s) 2022-11-23T01:19:37.9895270Z test_forward_directly_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9895550Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9895730Z ok (0.010s) 2022-11-23T01:19:37.9895910Z test_generation_tag_unspec (__main__.make_unspec_cls..UnspecTest) ... ok (0.002s) 2022-11-23T01:19:37.9896270Z test_hasattr_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9896490Z ok (0.005s) 2022-11-23T01:19:37.9896780Z test_intarg_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:19:37.9897110Z ok (0.006s) 2022-11-23T01:19:37.9897410Z test_iseval1_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9897620Z ok (0.006s) 2022-11-23T01:19:37.9897900Z test_iseval2_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9898110Z ok (0.006s) 2022-11-23T01:19:37.9898420Z test_isnonelayer_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9898640Z ok (0.006s) 2022-11-23T01:19:37.9898930Z test_istraining1_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9899150Z ok (0.006s) 2022-11-23T01:19:37.9906990Z test_istraining2_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9907210Z ok (0.006s) 2022-11-23T01:19:37.9907500Z test_layerlist_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:19:37.9907730Z ok (0.008s) 2022-11-23T01:19:37.9908230Z test_lazy_module_unspec (__main__.make_unspec_cls..UnspecTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:19:37.9908710Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:19:37.9909270Z [2022-11-23 01:19:35,502] torch._dynamo.symbolic_convert: [WARNING] /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parameter.py [ShapeVariable()] {} missing a required argument: 'shape' 2022-11-23T01:19:37.9909930Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:19:37.9910330Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:19:37.9910800Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:19:37.9911200Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:19:37.9911850Z [2022-11-23 01:19:35,517] torch._dynamo.symbolic_convert: [WARNING] /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parameter.py [ShapeVariable()] {} missing a required argument: 'shape' 2022-11-23T01:19:37.9912480Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:19:37.9912870Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:19:37.9913090Z frames [('total', 16), ('ok', 14)] 2022-11-23T01:19:37.9913630Z inline_call [('Patched init cannot be inlined.', 3), ('arg mismatch inlining', 2), ('call_function UserDefinedObjectVariable(_infer_parameters) [NNModuleVariable(), TupleVariable()] {}', 1), ('call_function UserDefinedObjectVariable(_infer_parameters) [UnspecializedNNModuleVariable(LazyModule), TupleVariable()] {}', 1)] 2022-11-23T01:19:37.9914210Z unimplemented [("Guard setup for uninitialized class ", 2)] 2022-11-23T01:19:37.9914520Z graph_break [('Patched init cannot be inlined.', 3), ('arg mismatch inlining', 2)] 2022-11-23T01:19:37.9914800Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9914980Z ok (0.037s) 2022-11-23T01:19:37.9915190Z test_module_attribute_precedence_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9915480Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9915650Z ok (0.005s) 2022-11-23T01:19:37.9915850Z test_module_class_method_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9916130Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:19:37.9916300Z ok (0.012s) 2022-11-23T01:19:37.9916610Z test_module_name_string_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:19:37.9916830Z ok (0.006s) 2022-11-23T01:19:37.9917030Z test_module_property_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9917300Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9917470Z ok (0.003s) 2022-11-23T01:19:37.9917670Z test_module_static_method_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9917950Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:19:37.9918120Z ok (0.012s) 2022-11-23T01:19:37.9918420Z test_moduledict_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9918640Z ok (0.005s) 2022-11-23T01:19:37.9918930Z test_modulelist_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 40), ('fusions_possible', 39), ('unique_graphs', 1)] 2022-11-23T01:19:37.9919150Z ok (0.043s) 2022-11-23T01:19:37.9919350Z test_modulemethod1_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9919620Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:19:37.9919790Z ok (0.012s) 2022-11-23T01:19:37.9919980Z test_modulemethod2_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9920250Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:19:37.9920420Z ok (0.012s) 2022-11-23T01:19:37.9920730Z test_nn_moduledict_contains_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:19:37.9920990Z frames [('total', 2), ('ok', 1)] 2022-11-23T01:19:37.9921190Z inline_call [('Patched init cannot be inlined.', 1)] 2022-11-23T01:19:37.9921630Z unimplemented [("Guard setup for uninitialized class .M'>", 1)] 2022-11-23T01:19:37.9921940Z graph_break [('Patched init cannot be inlined.', 1)] 2022-11-23T01:19:37.9922100Z ok (0.010s) 2022-11-23T01:19:37.9922290Z test_parameters1_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9922560Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9922730Z ok (0.005s) 2022-11-23T01:19:37.9922910Z test_parameters2_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9923180Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9923350Z ok (0.005s) 2022-11-23T01:19:37.9923650Z test_parameters3_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:19:37.9923970Z ok (0.008s) 2022-11-23T01:19:37.9924270Z test_self_mutating1_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:19:37.9924490Z ok (0.017s) 2022-11-23T01:19:37.9924770Z test_seq_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9924980Z ok (0.008s) 2022-11-23T01:19:37.9925430Z test_simple_torch_function_unspec (__main__.make_unspec_cls..UnspecTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T01:19:37.9925840Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:19:37.9926260Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T01:19:37.9926610Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:19:37.9926800Z inline_call [] 2022-11-23T01:19:37.9927020Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9927210Z ok (0.007s) 2022-11-23T01:19:37.9927510Z test_stringmember_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9927730Z ok (0.005s) 2022-11-23T01:19:37.9927910Z test_submodules1_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9928190Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:19:37.9928360Z ok (0.011s) 2022-11-23T01:19:37.9928550Z test_submodules2_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9928830Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:19:37.9928990Z ok (0.011s) 2022-11-23T01:19:37.9929170Z test_super1_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9929440Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9929610Z ok (0.007s) 2022-11-23T01:19:37.9929800Z test_super_class_method_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9930090Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9930250Z ok (0.004s) 2022-11-23T01:19:37.9930540Z test_tensorlist_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9930760Z ok (0.005s) 2022-11-23T01:19:37.9931290Z test_torch_function_with_closure_unspec (__main__.make_unspec_cls..UnspecTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T01:19:37.9931710Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:19:37.9932140Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T01:19:37.9932470Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:19:37.9932750Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9932920Z ok (0.004s) 2022-11-23T01:19:37.9933210Z test_unsupportedmethod_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:19:37.9933560Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:19:37.9933830Z unimplemented [] 2022-11-23T01:19:37.9934110Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:19:37.9934420Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:19:37.9934590Z ok (0.013s) 2022-11-23T01:19:37.9934840Z test_unsupportedmodule_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:19:37.9935180Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:19:37.9935400Z unimplemented [] 2022-11-23T01:19:37.9935670Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:19:37.9935960Z stats [('calls_captured', 6), ('fusions_possible', 3), ('unique_graphs', 3)] 2022-11-23T01:19:37.9936130Z ok (0.014s) 2022-11-23T01:19:37.9936330Z test_viamodulecall_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9936600Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9936770Z ok (0.006s) 2022-11-23T01:19:37.9937060Z test_Size_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:19:37.9937430Z inline_call [('inline in skipfiles: assertIsInstance /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py', 1)] 2022-11-23T01:19:37.9937670Z unimplemented [] 2022-11-23T01:19:37.9937990Z graph_break [('inline in skipfiles: assertIsInstance /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py', 1)] 2022-11-23T01:19:37.9938310Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9938480Z ok (0.005s) 2022-11-23T01:19:37.9938720Z test_abc_setattr_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:19:37.9938920Z unimplemented [] 2022-11-23T01:19:37.9939230Z graph_break [('setattr(UserDefinedObjectVariable) .Derived.__setattr__ at 0x125fbd790>', 1)] 2022-11-23T01:19:37.9939470Z inline_call [] 2022-11-23T01:19:37.9939690Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9939850Z ok (0.006s) 2022-11-23T01:19:37.9940100Z test_batch_norm_act_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:19:37.9940400Z inline_call [('data dependent operator: aten._local_scalar_dense.default', 2)] 2022-11-23T01:19:37.9940580Z unimplemented [] 2022-11-23T01:19:37.9948420Z graph_break [('data dependent operator: aten._local_scalar_dense.default', 2)] 2022-11-23T01:19:37.9948690Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9948860Z ok (0.015s) 2022-11-23T01:19:37.9949280Z test_bigbird_unsqueeze_inplace_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:37.9949590Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9949830Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:19:37.9949970Z ok (0.226s) 2022-11-23T01:19:37.9950160Z test_boxes_len_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9950430Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9950590Z ok (0.005s) 2022-11-23T01:19:37.9950790Z test_chunk_reformer_ff_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9951060Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9951230Z ok (0.037s) 2022-11-23T01:19:37.9951530Z test_class_member_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9951830Z ok (0.005s) 2022-11-23T01:19:37.9952100Z test_convert_boxes_to_pooler_format_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:19:37.9952310Z inline_call [] 2022-11-23T01:19:37.9952430Z unimplemented [] 2022-11-23T01:19:37.9952640Z graph_break [('dynamic shapes: repeat_interleave', 2)] 2022-11-23T01:19:37.9952900Z stats [('calls_captured', 10), ('fusions_possible', 6), ('unique_graphs', 4)] 2022-11-23T01:19:37.9953060Z ok (0.026s) 2022-11-23T01:19:37.9953270Z test_create_rand_mask_from_inputs_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9953550Z stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:19:37.9953720Z ok (0.047s) 2022-11-23T01:19:37.9953900Z test_dict_iter_unspec (__main__.make_unspec_cls..UnspecTest) ... ok (0.003s) 2022-11-23T01:19:37.9954220Z test_dict_list_values_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 7), ('ok', 7)] 2022-11-23T01:19:37.9954420Z unimplemented [] 2022-11-23T01:19:37.9954750Z graph_break [('call_function in skip_files Builtin count', 2), ('call_function BuiltinVariable(zip) [UserDefinedObjectVariable(count), ListVariable()] {}', 2)] 2022-11-23T01:19:37.9954980Z ok (0.009s) 2022-11-23T01:19:37.9955230Z test_do_paste_mask_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 13), ('ok', 12)] 2022-11-23T01:19:37.9955500Z unimplemented [('Dynamic slicing not supported', 1)] 2022-11-23T01:19:37.9955770Z graph_break [('dynamic shapes: arange', 7), ('Dynamic slicing not supported', 4)] 2022-11-23T01:19:37.9956040Z stats [('calls_captured', 131), ('fusions_possible', 119), ('unique_graphs', 12)] 2022-11-23T01:19:37.9956210Z ok (0.229s) 2022-11-23T01:19:37.9956500Z test_ellipsis_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:19:37.9956730Z ok (0.010s) 2022-11-23T01:19:37.9957000Z test_exec_import_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:19:37.9957300Z inline_call [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:19:37.9957490Z unimplemented [] 2022-11-23T01:19:37.9957720Z graph_break [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:19:37.9957900Z ok (0.002s) 2022-11-23T01:19:37.9958160Z test_exec_wildcard_import_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:19:37.9958470Z inline_call [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:19:37.9958650Z unimplemented [] 2022-11-23T01:19:37.9958880Z graph_break [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:19:37.9959240Z stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:19:37.9959410Z ok (0.006s) 2022-11-23T01:19:37.9959670Z test_for_loop_graph_break_before_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:19:37.9959880Z unimplemented [] 2022-11-23T01:19:37.9960210Z graph_break [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/__init__.py', 1)] 2022-11-23T01:19:37.9960440Z inline_call [] 2022-11-23T01:19:37.9960660Z stats [('calls_captured', 100), ('fusions_possible', 99), ('unique_graphs', 1)] 2022-11-23T01:19:37.9960830Z ok (0.063s) 2022-11-23T01:19:37.9961090Z test_for_loop_graph_break_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:19:37.9961280Z inline_call [] 2022-11-23T01:19:37.9961610Z unimplemented [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/__init__.py', 1)] 2022-11-23T01:19:37.9961990Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9962160Z ok (0.005s) 2022-11-23T01:19:37.9962350Z test_get_parameter_dtype_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9962630Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9962800Z ok (0.005s) 2022-11-23T01:19:37.9963010Z test_grad_mode_carrying_correct_state_after_graph_break_unspec (__main__.make_unspec_cls..UnspecTest) ... Break 2022-11-23T01:19:37.9963260Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:19:37.9963400Z unimplemented [] 2022-11-23T01:19:37.9963630Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:19:37.9963910Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:19:37.9964080Z ok (0.006s) 2022-11-23T01:19:37.9964330Z test_guard_fail_nested_tuple_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:19:37.9964630Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:19:37.9964790Z ok (0.006s) 2022-11-23T01:19:37.9965050Z test_guard_fail_tensor_bool_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 12), ('ok', 12)] 2022-11-23T01:19:37.9965370Z unimplemented [('FOR_ITER UserDefinedObjectVariable(product)', 1)] 2022-11-23T01:19:37.9965810Z graph_break [('call torch._dynamo.disable() wrapped function .fn..get_expected at 0x126daaf70>', 5), ('data dependent operator: aten.allclose.default', 5)] 2022-11-23T01:19:37.9966190Z stats [('calls_captured', 5), ('unique_graphs', 5), ('fusions_possible', 0)] 2022-11-23T01:19:37.9966350Z ok (0.025s) 2022-11-23T01:19:37.9966550Z test_guard_ordering_shape_fail_unspec (__main__.make_unspec_cls..UnspecTest) ... ok (0.001s) 2022-11-23T01:19:37.9966820Z test_hf_model_output_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9967090Z stats [('calls_captured', 4), ('unique_graphs', 4), ('fusions_possible', 0)] 2022-11-23T01:19:37.9967250Z ok (0.027s) 2022-11-23T01:19:37.9967440Z test_hf_t5_forward_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9967720Z stats [('calls_captured', 11), ('fusions_possible', 10), ('unique_graphs', 1)] 2022-11-23T01:19:37.9967890Z ok (0.197s) 2022-11-23T01:19:37.9968140Z test_indexing_with_list_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:19:37.9968370Z inline_call [('Tensor.numpy', 1)] 2022-11-23T01:19:37.9968520Z unimplemented [] 2022-11-23T01:19:37.9968680Z graph_break [('Tensor.numpy', 1)] 2022-11-23T01:19:37.9968910Z stats [('unique_graphs', 2), ('calls_captured', 0), ('fusions_possible', -2)] 2022-11-23T01:19:37.9969080Z ok (0.009s) 2022-11-23T01:19:37.9969380Z test_is_symbolic_tracing_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9969680Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9969850Z ok (0.003s) 2022-11-23T01:19:37.9970040Z test_isinstance_dtype_unspec (__main__.make_unspec_cls..UnspecTest) ... ok (0.002s) 2022-11-23T01:19:37.9970680Z test_isinstance_storage_unspec (__main__.make_unspec_cls..UnspecTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:19:37.9971110Z warnings.warn(message, UserWarning) 2022-11-23T01:19:37.9971290Z frames [('total', 12), ('ok', 11)] 2022-11-23T01:19:37.9971440Z unimplemented [] 2022-11-23T01:19:37.9971840Z graph_break [('call_function BuiltinVariable(bytearray) [ListVariable()] {}', 1), ('inline in skipfiles: from_buffer /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py', 1)] 2022-11-23T01:19:37.9972410Z inline_call [('inline in skipfiles: from_buffer /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py', 1)] 2022-11-23T01:19:37.9972650Z expected failure (0.006s) 2022-11-23T01:19:37.9972870Z test_issue1466_size_aot_autograd_unspec (__main__.make_unspec_cls..UnspecTest) ... arf 2022-11-23T01:19:37.9973050Z arf 2022-11-23T01:19:37.9973200Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:19:37.9973340Z unimplemented [] 2022-11-23T01:19:37.9973580Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:19:37.9973860Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:19:37.9974080Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:19:37.9974220Z ok (0.011s) 2022-11-23T01:19:37.9974400Z test_issue175_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9974680Z stats [('calls_captured', 12), ('fusions_possible', 11), ('unique_graphs', 1)] 2022-11-23T01:19:37.9974850Z ok (0.026s) 2022-11-23T01:19:37.9975160Z test_longformer_chunk_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:19:37.9975380Z ok (0.086s) 2022-11-23T01:19:37.9975640Z test_maml_item_capture_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:19:37.9975920Z inline_call [('inlining disallowed: ', 1)] 2022-11-23T01:19:37.9976100Z unimplemented [] 2022-11-23T01:19:37.9976450Z graph_break [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/copy.py', 1), ('inlining disallowed: ', 1)] 2022-11-23T01:19:37.9976790Z stats [('calls_captured', 29), ('fusions_possible', 27), ('unique_graphs', 2)] 2022-11-23T01:19:37.9976960Z ok (0.043s) 2022-11-23T01:19:37.9977220Z test_maml_no_item_capture_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:19:37.9977510Z inline_call [('inlining disallowed: ', 1)] 2022-11-23T01:19:37.9977680Z unimplemented [] 2022-11-23T01:19:37.9978050Z graph_break [('Tensor.item', 2), ('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/copy.py', 1), ('inlining disallowed: ', 1)] 2022-11-23T01:19:37.9983900Z stats [('calls_captured', 29), ('fusions_possible', 25), ('unique_graphs', 4)] 2022-11-23T01:19:37.9984070Z ok (0.062s) 2022-11-23T01:19:37.9984560Z test_modules_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:19:37.9984810Z ok (0.009s) 2022-11-23T01:19:37.9985070Z test_multi_dot_import_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:19:37.9985480Z inline_call [('inline in skipfiles: symbolic_trace /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/_symbolic_trace.py', 1)] 2022-11-23T01:19:37.9985730Z unimplemented [] 2022-11-23T01:19:37.9986070Z graph_break [('inline in skipfiles: symbolic_trace /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/_symbolic_trace.py', 1)] 2022-11-23T01:19:37.9986410Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9986580Z ok (0.006s) 2022-11-23T01:19:37.9986790Z test_multi_import_unspec (__main__.make_unspec_cls..UnspecTest) ... skip: requires detectron2 (0.000s) 2022-11-23T01:19:37.9987170Z test_named_buffers_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:19:37.9987450Z ok (0.006s) 2022-11-23T01:19:37.9987700Z test_nn_parameter_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:19:37.9988070Z inline_call [('inline in skipfiles: assertTrue /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py', 1)] 2022-11-23T01:19:37.9988300Z unimplemented [] 2022-11-23T01:19:37.9988590Z graph_break [('inline in skipfiles: assertTrue /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py', 1)] 2022-11-23T01:19:37.9988900Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:37.9989070Z ok (0.006s) 2022-11-23T01:19:37.9989340Z test_not_rewrite_assert_for_other_errors_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:19:37.9989630Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:19:37.9989790Z ok (0.005s) 2022-11-23T01:19:37.9990100Z test_not_rewrite_assert_unspec (__main__.make_unspec_cls..UnspecTest) ... unimplemented [('generic_jump TensorVariable()', 1)] 2022-11-23T01:19:37.9990320Z ok (0.002s) 2022-11-23T01:19:37.9990560Z test_numpy_list_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 2), ('ok', 1)] 2022-11-23T01:19:37.9990750Z unimplemented [] 2022-11-23T01:19:37.9991040Z graph_break [('call torch._dynamo.disable() wrapped function .rand_gen at 0x126dd59d0>', 1)] 2022-11-23T01:19:37.9991270Z expected failure (0.011s) 2022-11-23T01:19:37.9991540Z test_optimized_deepcopy_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:37.9991820Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:37.9991980Z ok (0.006s) 2022-11-23T01:19:37.9992400Z test_primtorch_no_graph_break_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims_common/wrappers.py', 1)] 2022-11-23T01:19:37.9992720Z expected failure (0.002s) 2022-11-23T01:19:37.9993000Z test_primtorch_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:19:37.9993390Z inline_call [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims_common/wrappers.py', 1)] 2022-11-23T01:19:37.9993620Z unimplemented [] 2022-11-23T01:19:37.9993950Z graph_break [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims_common/wrappers.py', 1)] 2022-11-23T01:19:37.9994180Z ok (0.003s) 2022-11-23T01:19:37.9994540Z test_recursive_map_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:37.9994750Z inline_call [] 2022-11-23T01:19:37.9994960Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9995130Z ok (0.007s) 2022-11-23T01:19:37.9995310Z test_reformer_eval_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9995590Z stats [('calls_captured', 10), ('fusions_possible', 9), ('unique_graphs', 1)] 2022-11-23T01:19:37.9995760Z ok (0.016s) 2022-11-23T01:19:37.9995950Z test_reformer_min_chunk_len_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9996230Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:19:37.9996390Z ok (0.005s) 2022-11-23T01:19:37.9996580Z test_reformer_sorting_unspec (__main__.make_unspec_cls..UnspecTest) ... inline_call [] 2022-11-23T01:19:37.9996860Z stats [('calls_captured', 14), ('fusions_possible', 13), ('unique_graphs', 1)] 2022-11-23T01:19:37.9997110Z ok (0.011s) 2022-11-23T01:19:37.9997380Z test_reformer_train_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:19:37.9997790Z inline_call [('inline in skipfiles: save_for_backward /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py', 1)] 2022-11-23T01:19:37.9998040Z unimplemented [] 2022-11-23T01:19:37.9998420Z graph_break [('autograd.Function with requires_grad', 1), ('inline in skipfiles: save_for_backward /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py', 1)] 2022-11-23T01:19:37.9998790Z stats [('calls_captured', 10), ('fusions_possible', 6), ('unique_graphs', 4)] 2022-11-23T01:19:37.9998960Z ok (0.028s) 2022-11-23T01:19:37.9999200Z test_reinplacing_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:37.9999480Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:37.9999690Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:19:37.9999820Z ok (0.394s) 2022-11-23T01:19:38.0000170Z test_relative_import_no_modulename_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:38.0000410Z ok (0.004s) 2022-11-23T01:19:38.0000710Z test_relative_import_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:38.0000920Z ok (0.003s) 2022-11-23T01:19:38.0001220Z test_rewrite_assert_noop_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:19:38.0001440Z ok (0.010s) 2022-11-23T01:19:38.0001730Z test_rewrite_assert_with_fstring_msg_unspec (__main__.make_unspec_cls..UnspecTest) ... unimplemented [('generic_jump TensorVariable()', 1)] 2022-11-23T01:19:38.0001950Z ok (0.002s) 2022-11-23T01:19:38.0002250Z test_rewrite_assert_with_msg_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 18), ('fusions_possible', 15), ('unique_graphs', 3)] 2022-11-23T01:19:38.0002480Z ok (0.011s) 2022-11-23T01:19:38.0002780Z test_rewrite_assert_without_msg_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 12), ('fusions_possible', 10), ('unique_graphs', 2)] 2022-11-23T01:19:38.0003010Z ok (0.007s) 2022-11-23T01:19:38.0003250Z test_rng_state_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:38.0003520Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:19:38.0003690Z ok (0.006s) 2022-11-23T01:19:38.0004090Z test_seq_append_list_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:19:38.0004320Z ok (0.010s) 2022-11-23T01:19:38.0005170Z test_sigmoid_out_unspec (__main__.make_unspec_cls..UnspecTest) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1535: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3, 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:19:38.0005790Z torch.sigmoid(inp, out=out1) 2022-11-23T01:19:38.0006530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims_common/wrappers.py:145: UserWarning: An output with one or more elements was resized since it had shape torch.Size([]) which does not match the required output shape {str(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). 2022-11-23T01:19:38.0007150Z warnings.warn(msg) 2022-11-23T01:19:38.0007910Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1535: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3, 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:19:38.0008430Z torch.sigmoid(inp, out=out1) 2022-11-23T01:19:38.0008610Z frames [('total', 7), ('ok', 7)] 2022-11-23T01:19:38.0008850Z inline_call [('call_function UserDefinedClassVariable() [] {}', 1)] 2022-11-23T01:19:38.0009020Z ok (0.016s) 2022-11-23T01:19:38.0009320Z test_slice_into_list_mutable_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 30), ('fusions_possible', 29), ('unique_graphs', 1)] 2022-11-23T01:19:38.0009540Z ok (0.016s) 2022-11-23T01:19:38.0009810Z test_slicing_dynamic_shape_setitem_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 3), ('ok', 1)] 2022-11-23T01:19:38.0010080Z unimplemented [('Dynamic slicing not supported', 2)] 2022-11-23T01:19:38.0010310Z graph_break [('Dynamic slicing not supported', 1)] 2022-11-23T01:19:38.0010560Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:38.0010730Z ok (0.005s) 2022-11-23T01:19:38.0010980Z test_slicing_dynamic_shape_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:19:38.0011250Z unimplemented [('Dynamic slicing not supported', 2)] 2022-11-23T01:19:38.0011500Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:19:38.0011660Z ok (0.005s) 2022-11-23T01:19:38.0012460Z test_sort_out_unspec (__main__.make_unspec_cls..UnspecTest) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1519: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:19:38.0013070Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:19:38.0014090Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/utils.py:1103: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:19:38.0014660Z return node.target(*args, **kwargs) 2022-11-23T01:19:38.0015440Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1519: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:19:38.0016180Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:19:38.0016940Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1519: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:19:38.0017450Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:19:38.0017640Z frames [('total', 7), ('ok', 7)] 2022-11-23T01:19:38.0017870Z inline_call [('call_function UserDefinedClassVariable() [] {}', 1)] 2022-11-23T01:19:38.0018040Z ok (0.021s) 2022-11-23T01:19:38.0018300Z test_specialized_stride_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:38.0018590Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:38.0018760Z ok (0.002s) 2022-11-23T01:19:38.0019020Z test_tensor_isinstance_tuple_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:38.0019300Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:38.0019470Z ok (0.003s) 2022-11-23T01:19:38.0019710Z test_tokenization_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:19:38.0020080Z inline_call [('inline in skipfiles: __init__ /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/collections/__init__.py', 2)] 2022-11-23T01:19:38.0020310Z unimplemented [] 2022-11-23T01:19:38.0020610Z graph_break [('inline in skipfiles: __init__ /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/collections/__init__.py', 2)] 2022-11-23T01:19:38.0020830Z ok (0.005s) 2022-11-23T01:19:38.0026960Z test_torch_ops_aten_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:38.0027220Z ok (0.005s) 2022-11-23T01:19:38.0027570Z test_vdd_duplicate_error_unspec (__main__.make_unspec_cls..UnspecTest) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:19:38.0027790Z ok (0.006s) 2022-11-23T01:19:38.0028050Z test_while_loop_graph_break_unspec (__main__.make_unspec_cls..UnspecTest) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:19:38.0028250Z inline_call [] 2022-11-23T01:19:38.0028570Z unimplemented [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/__init__.py', 1)] 2022-11-23T01:19:38.0029140Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:38.0029340Z ok (0.004s) 2022-11-23T01:19:38.0029540Z test_with_on_graph_break_inst_unspec (__main__.make_unspec_cls..UnspecTest) ... Hello world 2022-11-23T01:19:38.0029720Z Hello world 2022-11-23T01:19:38.0029880Z frames [('total', 6), ('ok', 6)] 2022-11-23T01:19:38.0030130Z inline_call [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:19:38.0030310Z unimplemented [] 2022-11-23T01:19:38.0030570Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 2), ('Tensor.backward', 1)] 2022-11-23T01:19:38.0030860Z stats [('calls_captured', 11), ('fusions_possible', 7), ('unique_graphs', 4)] 2022-11-23T01:19:38.0031030Z ok (0.014s) 2022-11-23T01:19:38.0031210Z test_builtin_functions_on_cuda (__main__.UnspecTests) ... skip: requires cuda (0.000s) 2022-11-23T01:19:38.0031480Z test_builtin_getitem (__main__.UnspecTests) ... frames [('total', 1)] 2022-11-23T01:19:38.0031760Z expected failure (0.003s) 2022-11-23T01:19:38.0031990Z test_builtin_max_min (__main__.UnspecTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:38.0032260Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:19:38.0032420Z ok (0.005s) 2022-11-23T01:19:38.0032660Z test_feed_random_values_into_graph_only (__main__.UnspecTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:38.0032930Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:19:38.0033100Z ok (0.005s) 2022-11-23T01:19:38.0033340Z test_multiple_consecutive_random_calls_before_graph (__main__.UnspecTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:38.0033630Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:38.0033790Z ok (0.004s) 2022-11-23T01:19:38.0034010Z test_no_recompilations (__main__.UnspecTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:38.0034280Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:38.0034440Z ok (0.003s) 2022-11-23T01:19:38.0034650Z test_numpy_correctness (__main__.UnspecTests) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:19:38.0034910Z unimplemented [('reconstruct: ConstantVariable(float64)', 1)] 2022-11-23T01:19:38.0035140Z graph_break [('Tensor.numpy', 2), ('numpy', 2)] 2022-11-23T01:19:38.0035380Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:38.0035550Z ok (0.014s) 2022-11-23T01:19:38.0035770Z test_random_call_with_while_loop (__main__.UnspecTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:38.0036040Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:19:38.0036210Z ok (0.004s) 2022-11-23T01:19:38.0036430Z test_random_values_with_graph_break (__main__.UnspecTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:19:38.0036620Z unimplemented [] 2022-11-23T01:19:38.0036790Z graph_break [('Tensor.item', 2)] 2022-11-23T01:19:38.0037020Z stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:19:38.0037180Z ok (0.011s) 2022-11-23T01:19:38.0037400Z test_unspec_float_precision (__main__.UnspecTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:19:38.0037670Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:19:38.0037830Z ok (0.021s) 2022-11-23T01:19:38.0037900Z 2022-11-23T01:19:38.0038040Z ---------------------------------------------------------------------- 2022-11-23T01:19:38.0038220Z Ran 128 tests in 2.629s 2022-11-23T01:19:38.0038310Z 2022-11-23T01:19:38.0038380Z OK (skipped=2, expected failures=4) 2022-11-23T01:19:38.0038470Z 2022-11-23T01:19:38.0038530Z Generating XML reports... 2022-11-23T01:19:38.0038830Z Generated XML report: test-reports/python-unittest/dynamo.test_unspec/TEST-UnspecNNModuleTests-20221123011935.xml 2022-11-23T01:19:38.0039340Z Generated XML report: test-reports/python-unittest/dynamo.test_unspec/TEST-UnspecReproTests-20221123011935.xml 2022-11-23T01:19:38.0039800Z Generated XML report: test-reports/python-unittest/dynamo.test_unspec/TEST-UnspecTests-20221123011935.xml 2022-11-23T01:19:38.0039960Z 2022-11-23T01:19:38.0040230Z ##[endgroup] 2022-11-23T01:19:38.0040530Z FINISHED PRINTING LOG FILE of dynamo/test_unspec (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_unspec_6yuxzoqz) 2022-11-23T01:19:38.0040710Z 2022-11-23T01:19:39.0602170Z Running test_transformers ... [2022-11-23 01:19:39.060032] 2022-11-23T01:19:39.0602830Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:39.060224] 2022-11-23T01:19:39.0604150Z Ignoring disabled issues: [] 2022-11-23T01:19:43.3047330Z 2022-11-23T01:19:43.3047760Z Expand the folded group to see the log file of test_transformers 2022-11-23T01:19:43.3048410Z ##[group]PRINTING LOG FILE of test_transformers (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_transformers_1w9do6w7) 2022-11-23T01:19:43.3048850Z 2022-11-23T01:19:43.3048910Z Running tests... 2022-11-23T01:19:43.3049250Z ---------------------------------------------------------------------- 2022-11-23T01:19:43.3049580Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-11-23T01:19:43.3049820Z test_bias_is_none (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3050060Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.004s) 2022-11-23T01:19:43.3050310Z test_fused_sdp_choice_type_dense (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3050550Z test_fused_sdp_choice_type_nested (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3050770Z test_mask_check_fastpath (__main__.TestTransformers) 2022-11-23T01:19:43.3051400Z Test that fastpath is executed independently of the masks that are passed. ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_transformers.py:916: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/NestedTensorImpl.cpp:179.) 2022-11-23T01:19:43.3052230Z nested_tensor_return_value = torch.nested.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-11-23T01:19:43.3052450Z ok (0.006s) 2022-11-23T01:19:43.3052690Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-11-23T01:19:43.3053000Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3053320Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3053640Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T01:19:43.3053950Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3054260Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3054600Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3054910Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3055200Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3055660Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3055970Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3056310Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3056610Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.021s) 2022-11-23T01:19:43.3056910Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-11-23T01:19:43.3057210Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T01:19:43.3057500Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3057860Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3058150Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3058450Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3058750Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3065830Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3066230Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3066540Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3066840Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3067190Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3067500Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3067820Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T01:19:43.3068120Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T01:19:43.3068430Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T01:19:43.3068730Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-11-23T01:19:43.3069090Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_dense_fused_kernel_flash (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T01:19:43.3069510Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_dense_fused_kernel_mem_efficient (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T01:19:43.3069910Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_nested_fused_kernel_flash (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T01:19:43.3070470Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_nested_fused_kernel_mem_efficient (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T01:19:43.3070870Z test_scaled_dot_product_attention_fused_kernels_packed_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3071260Z test_scaled_dot_product_attention_fused_kernels_packed_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3071640Z test_scaled_dot_product_attention_fused_kernels_packed_type_nested_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3072030Z test_scaled_dot_product_attention_fused_kernels_packed_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3072400Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3072860Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3073230Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3073590Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3073940Z test_sdp_fused_grad_against_math_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3074290Z test_sdp_fused_grad_against_math_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3074620Z test_sdp_math_gradcheck_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3074950Z test_sdp_math_gradcheck_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T01:19:43.3075250Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:19:43.3075710Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-11-23T01:19:43.3076060Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:19:43.3076420Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-11-23T01:19:43.3076750Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-11-23T01:19:43.3077080Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-11-23T01:19:43.3077410Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-11-23T01:19:43.3077740Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-11-23T01:19:43.3078070Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-11-23T01:19:43.3078400Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-11-23T01:19:43.3078820Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-11-23T01:19:43.3079170Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T01:19:43.3079830Z Test TransformerEncoder fastpath output matches slowpath output ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_transformers.py:215: 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-11-23T01:19:43.3080340Z torch.tensor(pair[0], device=device, dtype=torch.get_default_dtype()), # float input 2022-11-23T01:19:43.3080520Z ok (0.266s) 2022-11-23T01:19:43.3080770Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T01:19:43.3081160Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.382s) 2022-11-23T01:19:43.3081480Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T01:19:43.3082050Z Test TransformerEncoder fastpath output matches slowpath output ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/amp/autocast_mode.py:204: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-11-23T01:19:43.3082500Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-11-23T01:19:43.3082700Z ok (0.264s) 2022-11-23T01:19:43.3082940Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T01:19:43.3083240Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.383s) 2022-11-23T01:19:43.3083550Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T01:19:43.3083840Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.244s) 2022-11-23T01:19:43.3084150Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T01:19:43.3084440Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.388s) 2022-11-23T01:19:43.3084740Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T01:19:43.3085040Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.243s) 2022-11-23T01:19:43.3085340Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T01:19:43.3085630Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.383s) 2022-11-23T01:19:43.3085930Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T01:19:43.3086240Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.003s) 2022-11-23T01:19:43.3086550Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T01:19:43.3086850Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.003s) 2022-11-23T01:19:43.3087150Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T01:19:43.3087500Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.003s) 2022-11-23T01:19:43.3087820Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T01:19:43.3088130Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.003s) 2022-11-23T01:19:43.3088410Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3088700Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3088980Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.001s) 2022-11-23T01:19:43.3089160Z 2022-11-23T01:19:43.3089310Z ---------------------------------------------------------------------- 2022-11-23T01:19:43.3089490Z Ran 77 tests in 2.876s 2022-11-23T01:19:43.3089580Z 2022-11-23T01:19:43.3089710Z OK (skipped=20) 2022-11-23T01:19:43.3089790Z 2022-11-23T01:19:43.3089850Z Generating XML reports... 2022-11-23T01:19:43.3090170Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20221123011940.xml 2022-11-23T01:19:43.3090340Z 2022-11-23T01:19:43.3090590Z ##[endgroup] 2022-11-23T01:19:43.3090900Z FINISHED PRINTING LOG FILE of test_transformers (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_transformers_1w9do6w7) 2022-11-23T01:19:43.3091090Z 2022-11-23T01:19:44.3773940Z Running test_spectral_ops ... [2022-11-23 01:19:44.377112] 2022-11-23T01:19:44.3774400Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:44.377302] 2022-11-23T01:19:44.3774700Z Ignoring disabled issues: [] 2022-11-23T01:19:48.0646090Z 2022-11-23T01:19:48.0646380Z Expand the folded group to see the log file of test_spectral_ops 2022-11-23T01:19:48.0646990Z ##[group]PRINTING LOG FILE of test_spectral_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_spectral_ops_lu6ap0yo) 2022-11-23T01:19:48.0647690Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:19:48.0648030Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-11-23T01:19:48.0648410Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_spectral_ops.py:45: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:19:48.0648750Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-11-23T01:19:48.0648880Z 2022-11-23T01:19:48.0648940Z Running tests... 2022-11-23T01:19:48.0649170Z ---------------------------------------------------------------------- 2022-11-23T01:19:48.0649460Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-11-23T01:19:48.0649710Z test_batch_istft_cpu (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0649950Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T01:19:48.0650200Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T01:19:48.0650430Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.008s) 2022-11-23T01:19:48.0650670Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.055s) 2022-11-23T01:19:48.0650910Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.018s) 2022-11-23T01:19:48.0651150Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.028s) 2022-11-23T01:19:48.0651390Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:19:48.0651630Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0652010Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0652240Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0652470Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0652700Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0652920Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0653140Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0653360Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0660400Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0660680Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0660910Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0661290Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0661520Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0661740Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0661960Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0662180Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0662400Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0662620Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0662840Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0663060Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0663290Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0663510Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0663740Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0663960Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0664190Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0664420Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0664640Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0664860Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0665080Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0665300Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0665510Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.011s) 2022-11-23T01:19:48.0665730Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.013s) 2022-11-23T01:19:48.0665960Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-11-23T01:19:48.0666170Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.035s) 2022-11-23T01:19:48.0666380Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.106s) 2022-11-23T01:19:48.0666590Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.127s) 2022-11-23T01:19:48.0666830Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0667080Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0667330Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0667710Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0667960Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0668210Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0668470Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0668710Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0668960Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0669210Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0669460Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0669700Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0670020Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0670260Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0670510Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0670750Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0671000Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0671240Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0671490Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0671740Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0672110Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0672360Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0672620Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0672860Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0673110Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0673350Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0673590Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0673840Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0674090Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0674340Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0674580Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0674820Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0675060Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0675310Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0675550Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0675800Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0676120Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (0.660s) 2022-11-23T01:19:48.0676350Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.001s) 2022-11-23T01:19:48.0676570Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.006s) 2022-11-23T01:19:48.0676780Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T01:19:48.0677000Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0677270Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.001s) 2022-11-23T01:19:48.0677530Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0677790Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.001s) 2022-11-23T01:19:48.0678040Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-11-23T01:19:48.0678250Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T01:19:48.0678530Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.001s) 2022-11-23T01:19:48.0678800Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.001s) 2022-11-23T01:19:48.0679070Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.001s) 2022-11-23T01:19:48.0679330Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.001s) 2022-11-23T01:19:48.0679590Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.001s) 2022-11-23T01:19:48.0679810Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.001s) 2022-11-23T01:19:48.0680030Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.001s) 2022-11-23T01:19:48.0680250Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T01:19:48.0680470Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T01:19:48.0680680Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0680890Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0681110Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-11-23T01:19:48.0681330Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.009s) 2022-11-23T01:19:48.0681570Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-11-23T01:19:48.0681800Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-11-23T01:19:48.0682030Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-11-23T01:19:48.0682250Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.009s) 2022-11-23T01:19:48.0682470Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-11-23T01:19:48.0682700Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-11-23T01:19:48.0682930Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-11-23T01:19:48.0683150Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-11-23T01:19:48.0683410Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.064s) 2022-11-23T01:19:48.0683670Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-11-23T01:19:48.0683930Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.046s) 2022-11-23T01:19:48.0684190Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.001s) 2022-11-23T01:19:48.0684440Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.099s) 2022-11-23T01:19:48.0684710Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.138s) 2022-11-23T01:19:48.0684940Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0685170Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.001s) 2022-11-23T01:19:48.0685390Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0685610Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T01:19:48.0685830Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0686050Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0686300Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.001s) 2022-11-23T01:19:48.0686530Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T01:19:48.0686730Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T01:19:48.0686970Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.001s) 2022-11-23T01:19:48.0687260Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T01:19:48.0687460Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T01:19:48.0687690Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... skip: librosa not found (0.001s) 2022-11-23T01:19:48.0687940Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.044s) 2022-11-23T01:19:48.0688150Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0688370Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-11-23T01:19:48.0688690Z stft -> istft should recover the original signale ... ok (0.001s) 2022-11-23T01:19:48.0688910Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-11-23T01:19:48.0689170Z stft -> istft should recover the original signale ... ok (0.088s) 2022-11-23T01:19:48.0689390Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-11-23T01:19:48.0694620Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.027s) 2022-11-23T01:19:48.0694840Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-11-23T01:19:48.0695050Z istft should throw exception for invalid parameters ... ok (0.005s) 2022-11-23T01:19:48.0695280Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-11-23T01:19:48.0695510Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-11-23T01:19:48.0695740Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-11-23T01:19:48.0695970Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-11-23T01:19:48.0696200Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-11-23T01:19:48.0696420Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-11-23T01:19:48.0696650Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-11-23T01:19:48.0696880Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-11-23T01:19:48.0697110Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-11-23T01:19:48.0697330Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-11-23T01:19:48.0697560Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.021s) 2022-11-23T01:19:48.0697790Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-11-23T01:19:48.0698020Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.020s) 2022-11-23T01:19:48.0698260Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-11-23T01:19:48.0698490Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.022s) 2022-11-23T01:19:48.0698920Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-11-23T01:19:48.0699160Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.022s) 2022-11-23T01:19:48.0699400Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-11-23T01:19:48.0699640Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... skip: librosa not found (0.002s) 2022-11-23T01:19:48.0699860Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T01:19:48.0700090Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.021s) 2022-11-23T01:19:48.0700340Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.026s) 2022-11-23T01:19:48.0700590Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:19:48.0700820Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0701030Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-11-23T01:19:48.0701230Z Expecting nothing 2022-11-23T01:19:48.0701350Z ok 2022-11-23T01:19:48.0701450Z Trying: 2022-11-23T01:19:48.0701570Z fft2 = torch.fft.fft2(x) 2022-11-23T01:19:48.0701710Z Expecting nothing 2022-11-23T01:19:48.0701820Z ok 2022-11-23T01:19:48.0701930Z Trying: 2022-11-23T01:19:48.0702090Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-11-23T01:19:48.0702250Z Expecting nothing 2022-11-23T01:19:48.0702360Z ok 2022-11-23T01:19:48.0702470Z Trying: 2022-11-23T01:19:48.0702640Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-11-23T01:19:48.0702810Z Expecting nothing 2022-11-23T01:19:48.0702930Z ok 2022-11-23T01:19:48.0703040Z ok (0.002s) 2022-11-23T01:19:48.0703200Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0703370Z t = torch.arange(4) 2022-11-23T01:19:48.0703500Z Expecting nothing 2022-11-23T01:19:48.0703620Z ok 2022-11-23T01:19:48.0703720Z Trying: 2022-11-23T01:19:48.0703830Z t 2022-11-23T01:19:48.0703940Z Expecting: 2022-11-23T01:19:48.0704070Z tensor([0, 1, 2, 3]) 2022-11-23T01:19:48.0704190Z ok 2022-11-23T01:19:48.0704290Z Trying: 2022-11-23T01:19:48.0704400Z torch.fft.fft(t) 2022-11-23T01:19:48.0704530Z Expecting: 2022-11-23T01:19:48.0704730Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-11-23T01:19:48.0704870Z ok 2022-11-23T01:19:48.0704980Z Trying: 2022-11-23T01:19:48.0705120Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-11-23T01:19:48.0705270Z Expecting nothing 2022-11-23T01:19:48.0705390Z ok 2022-11-23T01:19:48.0705490Z Trying: 2022-11-23T01:19:48.0705600Z torch.fft.fft(t) 2022-11-23T01:19:48.0705730Z Expecting: 2022-11-23T01:19:48.0705900Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-11-23T01:19:48.0706040Z ok 2022-11-23T01:19:48.0706140Z ok (0.001s) 2022-11-23T01:19:48.0706320Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0706490Z torch.fft.fftfreq(5) 2022-11-23T01:19:48.0706620Z Expecting: 2022-11-23T01:19:48.0706810Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-11-23T01:19:48.0706950Z ok 2022-11-23T01:19:48.0707050Z Trying: 2022-11-23T01:19:48.0707170Z torch.fft.fftfreq(4) 2022-11-23T01:19:48.0707300Z Expecting: 2022-11-23T01:19:48.0707470Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-11-23T01:19:48.0707600Z ok 2022-11-23T01:19:48.0707710Z ok (0.001s) 2022-11-23T01:19:48.0707880Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0708070Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-11-23T01:19:48.0708230Z Expecting nothing 2022-11-23T01:19:48.0708340Z ok 2022-11-23T01:19:48.0708450Z Trying: 2022-11-23T01:19:48.0708570Z fftn = torch.fft.fftn(x) 2022-11-23T01:19:48.0708700Z Expecting nothing 2022-11-23T01:19:48.0708820Z ok 2022-11-23T01:19:48.0708930Z Trying: 2022-11-23T01:19:48.0709080Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-11-23T01:19:48.0709240Z Expecting nothing 2022-11-23T01:19:48.0709360Z ok 2022-11-23T01:19:48.0709590Z Trying: 2022-11-23T01:19:48.0709790Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-11-23T01:19:48.0709960Z Expecting nothing 2022-11-23T01:19:48.0710080Z ok 2022-11-23T01:19:48.0710190Z ok (0.001s) 2022-11-23T01:19:48.0710360Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0710540Z f = torch.fft.fftfreq(4) 2022-11-23T01:19:48.0710670Z Expecting nothing 2022-11-23T01:19:48.0710790Z ok 2022-11-23T01:19:48.0710890Z Trying: 2022-11-23T01:19:48.0711000Z f 2022-11-23T01:19:48.0711110Z Expecting: 2022-11-23T01:19:48.0711290Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-11-23T01:19:48.0711420Z ok 2022-11-23T01:19:48.0711520Z Trying: 2022-11-23T01:19:48.0711640Z torch.fft.fftshift(f) 2022-11-23T01:19:48.0711770Z Expecting: 2022-11-23T01:19:48.0711940Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-11-23T01:19:48.0712070Z ok 2022-11-23T01:19:48.0712180Z Trying: 2022-11-23T01:19:48.0712350Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-11-23T01:19:48.0712620Z Expecting nothing 2022-11-23T01:19:48.0712740Z ok 2022-11-23T01:19:48.0712840Z Trying: 2022-11-23T01:19:48.0712940Z x 2022-11-23T01:19:48.0713050Z Expecting: 2022-11-23T01:19:48.0713240Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-11-23T01:19:48.0713450Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-11-23T01:19:48.0713680Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-11-23T01:19:48.0713870Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-11-23T01:19:48.0714080Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-11-23T01:19:48.0714210Z ok 2022-11-23T01:19:48.0714320Z Trying: 2022-11-23T01:19:48.0718840Z torch.fft.fftshift(x) 2022-11-23T01:19:48.0718990Z Expecting: 2022-11-23T01:19:48.0719190Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-11-23T01:19:48.0719390Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-11-23T01:19:48.0719580Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-11-23T01:19:48.0719780Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-11-23T01:19:48.0719970Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-11-23T01:19:48.0720110Z ok 2022-11-23T01:19:48.0720210Z Trying: 2022-11-23T01:19:48.0720370Z x_centered = torch.arange(-5, 5) 2022-11-23T01:19:48.0720520Z Expecting nothing 2022-11-23T01:19:48.0720630Z ok 2022-11-23T01:19:48.0720740Z Trying: 2022-11-23T01:19:48.0720890Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-11-23T01:19:48.0721040Z Expecting nothing 2022-11-23T01:19:48.0721160Z ok 2022-11-23T01:19:48.0721260Z Trying: 2022-11-23T01:19:48.0721410Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-11-23T01:19:48.0721560Z Expecting nothing 2022-11-23T01:19:48.0721680Z ok 2022-11-23T01:19:48.0721780Z Trying: 2022-11-23T01:19:48.0721930Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-11-23T01:19:48.0722100Z Expecting nothing 2022-11-23T01:19:48.0722210Z ok 2022-11-23T01:19:48.0722310Z Trying: 2022-11-23T01:19:48.0722510Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-11-23T01:19:48.0722700Z Expecting nothing 2022-11-23T01:19:48.0722810Z ok 2022-11-23T01:19:48.0722920Z Trying: 2022-11-23T01:19:48.0723110Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-11-23T01:19:48.0723310Z Expecting nothing 2022-11-23T01:19:48.0723430Z ok 2022-11-23T01:19:48.0723530Z ok (0.001s) 2022-11-23T01:19:48.0723700Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0723880Z t = torch.linspace(0, 1, 5) 2022-11-23T01:19:48.0724010Z Expecting nothing 2022-11-23T01:19:48.0724130Z ok 2022-11-23T01:19:48.0724230Z Trying: 2022-11-23T01:19:48.0724340Z t 2022-11-23T01:19:48.0724450Z Expecting: 2022-11-23T01:19:48.0724590Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-11-23T01:19:48.0724860Z ok 2022-11-23T01:19:48.0724970Z Trying: 2022-11-23T01:19:48.0725080Z T = torch.fft.ifft(t) 2022-11-23T01:19:48.0725220Z Expecting nothing 2022-11-23T01:19:48.0725330Z ok 2022-11-23T01:19:48.0725440Z Trying: 2022-11-23T01:19:48.0725540Z T 2022-11-23T01:19:48.0725650Z Expecting: 2022-11-23T01:19:48.0725860Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-11-23T01:19:48.0726050Z -0.1250+0.1720j]) 2022-11-23T01:19:48.0726170Z ok 2022-11-23T01:19:48.0726270Z Trying: 2022-11-23T01:19:48.0726390Z torch.fft.hfft(T[:3], n=5) 2022-11-23T01:19:48.0726530Z Expecting: 2022-11-23T01:19:48.0726670Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-11-23T01:19:48.0726800Z ok 2022-11-23T01:19:48.0726900Z Trying: 2022-11-23T01:19:48.0727020Z torch.fft.hfft(T[:3]) 2022-11-23T01:19:48.0727150Z Expecting: 2022-11-23T01:19:48.0727280Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-11-23T01:19:48.0727410Z ok 2022-11-23T01:19:48.0727510Z ok (0.001s) 2022-11-23T01:19:48.0727730Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0727930Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-11-23T01:19:48.0728080Z Expecting nothing 2022-11-23T01:19:48.0728200Z ok 2022-11-23T01:19:48.0728300Z Trying: 2022-11-23T01:19:48.0728430Z ifft2 = torch.fft.ifft2(x) 2022-11-23T01:19:48.0728560Z Expecting nothing 2022-11-23T01:19:48.0728680Z ok 2022-11-23T01:19:48.0728780Z Trying: 2022-11-23T01:19:48.0728940Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-11-23T01:19:48.0729100Z Expecting nothing 2022-11-23T01:19:48.0729210Z ok 2022-11-23T01:19:48.0729320Z Trying: 2022-11-23T01:19:48.0729490Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-11-23T01:19:48.0729660Z Expecting nothing 2022-11-23T01:19:48.0729780Z ok 2022-11-23T01:19:48.0729890Z ok (0.001s) 2022-11-23T01:19:48.0730050Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0730290Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-11-23T01:19:48.0730450Z Expecting nothing 2022-11-23T01:19:48.0730570Z ok 2022-11-23T01:19:48.0730670Z Trying: 2022-11-23T01:19:48.0730790Z torch.fft.ifft(t) 2022-11-23T01:19:48.0730910Z Expecting: 2022-11-23T01:19:48.0731050Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-11-23T01:19:48.0731190Z ok 2022-11-23T01:19:48.0731290Z ok (0.001s) 2022-11-23T01:19:48.0731460Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0731660Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-11-23T01:19:48.0731810Z Expecting nothing 2022-11-23T01:19:48.0731930Z ok 2022-11-23T01:19:48.0732030Z Trying: 2022-11-23T01:19:48.0732150Z ifftn = torch.fft.ifftn(x) 2022-11-23T01:19:48.0732290Z Expecting nothing 2022-11-23T01:19:48.0732400Z ok 2022-11-23T01:19:48.0732510Z Trying: 2022-11-23T01:19:48.0732670Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-11-23T01:19:48.0732830Z Expecting nothing 2022-11-23T01:19:48.0732950Z ok 2022-11-23T01:19:48.0733060Z Trying: 2022-11-23T01:19:48.0733220Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-11-23T01:19:48.0733400Z Expecting nothing 2022-11-23T01:19:48.0733520Z ok 2022-11-23T01:19:48.0733620Z ok (0.001s) 2022-11-23T01:19:48.0733800Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0733970Z f = torch.fft.fftfreq(5) 2022-11-23T01:19:48.0734110Z Expecting nothing 2022-11-23T01:19:48.0734230Z ok 2022-11-23T01:19:48.0734330Z Trying: 2022-11-23T01:19:48.0734440Z f 2022-11-23T01:19:48.0734550Z Expecting: 2022-11-23T01:19:48.0734730Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-11-23T01:19:48.0734870Z ok 2022-11-23T01:19:48.0734970Z Trying: 2022-11-23T01:19:48.0735100Z shifted = torch.fft.fftshift(f) 2022-11-23T01:19:48.0735250Z Expecting nothing 2022-11-23T01:19:48.0735360Z ok 2022-11-23T01:19:48.0735470Z Trying: 2022-11-23T01:19:48.0735600Z torch.fft.ifftshift(shifted) 2022-11-23T01:19:48.0735820Z Expecting: 2022-11-23T01:19:48.0736010Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-11-23T01:19:48.0740540Z ok 2022-11-23T01:19:48.0740680Z ok (0.001s) 2022-11-23T01:19:48.0740850Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0741020Z t = torch.arange(5) 2022-11-23T01:19:48.0741150Z Expecting nothing 2022-11-23T01:19:48.0741270Z ok 2022-11-23T01:19:48.0741360Z Trying: 2022-11-23T01:19:48.0741470Z t 2022-11-23T01:19:48.0741580Z Expecting: 2022-11-23T01:19:48.0741700Z tensor([0, 1, 2, 3, 4]) 2022-11-23T01:19:48.0741820Z ok 2022-11-23T01:19:48.0741930Z Trying: 2022-11-23T01:19:48.0742040Z torch.fft.ihfft(t) 2022-11-23T01:19:48.0742170Z Expecting: 2022-11-23T01:19:48.0742380Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-11-23T01:19:48.0742530Z ok 2022-11-23T01:19:48.0742630Z Trying: 2022-11-23T01:19:48.0742740Z torch.fft.ifft(t) 2022-11-23T01:19:48.0742870Z Expecting: 2022-11-23T01:19:48.0743290Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-11-23T01:19:48.0743470Z -0.5000+0.6882j]) 2022-11-23T01:19:48.0743590Z ok 2022-11-23T01:19:48.0743700Z ok (0.001s) 2022-11-23T01:19:48.0743870Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0744040Z t = torch.rand(10, 9) 2022-11-23T01:19:48.0744170Z Expecting nothing 2022-11-23T01:19:48.0744290Z ok 2022-11-23T01:19:48.0744390Z Trying: 2022-11-23T01:19:48.0744510Z T = torch.fft.rfft2(t) 2022-11-23T01:19:48.0744650Z Expecting nothing 2022-11-23T01:19:48.0744760Z ok 2022-11-23T01:19:48.0744870Z Trying: 2022-11-23T01:19:48.0744990Z torch.fft.irfft2(T).size() 2022-11-23T01:19:48.0745120Z Expecting: 2022-11-23T01:19:48.0745250Z torch.Size([10, 8]) 2022-11-23T01:19:48.0745370Z ok 2022-11-23T01:19:48.0745470Z Trying: 2022-11-23T01:19:48.0745610Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-11-23T01:19:48.0745760Z Expecting nothing 2022-11-23T01:19:48.0745880Z ok 2022-11-23T01:19:48.0746010Z Trying: 2022-11-23T01:19:48.0746120Z roundtrip.size() 2022-11-23T01:19:48.0746260Z Expecting: 2022-11-23T01:19:48.0746380Z torch.Size([10, 9]) 2022-11-23T01:19:48.0746500Z ok 2022-11-23T01:19:48.0746600Z Trying: 2022-11-23T01:19:48.0746770Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-11-23T01:19:48.0746940Z Expecting nothing 2022-11-23T01:19:48.0747060Z ok 2022-11-23T01:19:48.0747160Z ok (0.001s) 2022-11-23T01:19:48.0747330Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0747500Z t = torch.linspace(0, 1, 5) 2022-11-23T01:19:48.0747640Z Expecting nothing 2022-11-23T01:19:48.0747760Z ok 2022-11-23T01:19:48.0747860Z Trying: 2022-11-23T01:19:48.0747960Z t 2022-11-23T01:19:48.0748070Z Expecting: 2022-11-23T01:19:48.0748200Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-11-23T01:19:48.0748330Z ok 2022-11-23T01:19:48.0748430Z Trying: 2022-11-23T01:19:48.0748550Z T = torch.fft.rfft(t) 2022-11-23T01:19:48.0748680Z Expecting nothing 2022-11-23T01:19:48.0748800Z ok 2022-11-23T01:19:48.0748900Z Trying: 2022-11-23T01:19:48.0749000Z T 2022-11-23T01:19:48.0749110Z Expecting: 2022-11-23T01:19:48.0749290Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-11-23T01:19:48.0749430Z ok 2022-11-23T01:19:48.0749530Z Trying: 2022-11-23T01:19:48.0749640Z torch.fft.irfft(T) 2022-11-23T01:19:48.0749770Z Expecting: 2022-11-23T01:19:48.0749900Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-11-23T01:19:48.0750020Z ok 2022-11-23T01:19:48.0750120Z Trying: 2022-11-23T01:19:48.0750260Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-11-23T01:19:48.0750410Z Expecting nothing 2022-11-23T01:19:48.0750530Z ok 2022-11-23T01:19:48.0750630Z Trying: 2022-11-23T01:19:48.0750790Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-11-23T01:19:48.0750950Z Expecting nothing 2022-11-23T01:19:48.0751070Z ok 2022-11-23T01:19:48.0751170Z ok (0.001s) 2022-11-23T01:19:48.0751440Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0751620Z t = torch.rand(10, 9) 2022-11-23T01:19:48.0751750Z Expecting nothing 2022-11-23T01:19:48.0751860Z ok 2022-11-23T01:19:48.0751960Z Trying: 2022-11-23T01:19:48.0752080Z T = torch.fft.rfftn(t) 2022-11-23T01:19:48.0752210Z Expecting nothing 2022-11-23T01:19:48.0752330Z ok 2022-11-23T01:19:48.0752430Z Trying: 2022-11-23T01:19:48.0752550Z torch.fft.irfftn(T).size() 2022-11-23T01:19:48.0752680Z Expecting: 2022-11-23T01:19:48.0752800Z torch.Size([10, 8]) 2022-11-23T01:19:48.0752920Z ok 2022-11-23T01:19:48.0753020Z Trying: 2022-11-23T01:19:48.0753160Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-11-23T01:19:48.0753310Z Expecting nothing 2022-11-23T01:19:48.0753420Z ok 2022-11-23T01:19:48.0753520Z Trying: 2022-11-23T01:19:48.0753630Z roundtrip.size() 2022-11-23T01:19:48.0753760Z Expecting: 2022-11-23T01:19:48.0753880Z torch.Size([10, 9]) 2022-11-23T01:19:48.0754000Z ok 2022-11-23T01:19:48.0754100Z Trying: 2022-11-23T01:19:48.0754310Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-11-23T01:19:48.0754470Z Expecting nothing 2022-11-23T01:19:48.0754590Z ok 2022-11-23T01:19:48.0754690Z ok (0.001s) 2022-11-23T01:19:48.0754850Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0755020Z t = torch.rand(10, 10) 2022-11-23T01:19:48.0755160Z Expecting nothing 2022-11-23T01:19:48.0755270Z ok 2022-11-23T01:19:48.0755370Z Trying: 2022-11-23T01:19:48.0755490Z rfft2 = torch.fft.rfft2(t) 2022-11-23T01:19:48.0755630Z Expecting nothing 2022-11-23T01:19:48.0755740Z ok 2022-11-23T01:19:48.0755840Z Trying: 2022-11-23T01:19:48.0755950Z rfft2.size() 2022-11-23T01:19:48.0756070Z Expecting: 2022-11-23T01:19:48.0756190Z torch.Size([10, 6]) 2022-11-23T01:19:48.0756300Z ok 2022-11-23T01:19:48.0756400Z Trying: 2022-11-23T01:19:48.0756520Z fft2 = torch.fft.fft2(t) 2022-11-23T01:19:48.0756660Z Expecting nothing 2022-11-23T01:19:48.0761890Z ok 2022-11-23T01:19:48.0762050Z Trying: 2022-11-23T01:19:48.0762230Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-11-23T01:19:48.0762400Z Expecting nothing 2022-11-23T01:19:48.0762520Z ok 2022-11-23T01:19:48.0762620Z Trying: 2022-11-23T01:19:48.0762770Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-11-23T01:19:48.0762930Z Expecting nothing 2022-11-23T01:19:48.0763040Z ok 2022-11-23T01:19:48.0763140Z Trying: 2022-11-23T01:19:48.0763300Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-11-23T01:19:48.0763470Z Expecting nothing 2022-11-23T01:19:48.0763580Z ok 2022-11-23T01:19:48.0763690Z ok (0.001s) 2022-11-23T01:19:48.0763850Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0764010Z t = torch.arange(4) 2022-11-23T01:19:48.0764140Z Expecting nothing 2022-11-23T01:19:48.0764250Z ok 2022-11-23T01:19:48.0764350Z Trying: 2022-11-23T01:19:48.0764450Z t 2022-11-23T01:19:48.0764560Z Expecting: 2022-11-23T01:19:48.0764680Z tensor([0, 1, 2, 3]) 2022-11-23T01:19:48.0764800Z ok 2022-11-23T01:19:48.0764900Z Trying: 2022-11-23T01:19:48.0765020Z torch.fft.rfft(t) 2022-11-23T01:19:48.0765140Z Expecting: 2022-11-23T01:19:48.0765370Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-11-23T01:19:48.0765500Z ok 2022-11-23T01:19:48.0765600Z Trying: 2022-11-23T01:19:48.0765710Z torch.fft.fft(t) 2022-11-23T01:19:48.0765840Z Expecting: 2022-11-23T01:19:48.0766030Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-11-23T01:19:48.0766160Z ok 2022-11-23T01:19:48.0766270Z ok (0.001s) 2022-11-23T01:19:48.0766440Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0766610Z torch.fft.rfftfreq(5) 2022-11-23T01:19:48.0766780Z Expecting: 2022-11-23T01:19:48.0766900Z tensor([0.0000, 0.2000, 0.4000]) 2022-11-23T01:19:48.0767030Z ok 2022-11-23T01:19:48.0767130Z Trying: 2022-11-23T01:19:48.0767250Z torch.fft.rfftfreq(4) 2022-11-23T01:19:48.0767370Z Expecting: 2022-11-23T01:19:48.0767760Z tensor([0.0000, 0.2500, 0.5000]) 2022-11-23T01:19:48.0767900Z ok 2022-11-23T01:19:48.0768000Z Trying: 2022-11-23T01:19:48.0768110Z torch.fft.fftfreq(4) 2022-11-23T01:19:48.0768240Z Expecting: 2022-11-23T01:19:48.0768420Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-11-23T01:19:48.0768550Z ok 2022-11-23T01:19:48.0768660Z ok (0.001s) 2022-11-23T01:19:48.0768820Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T01:19:48.0768980Z t = torch.rand(10, 10) 2022-11-23T01:19:48.0769120Z Expecting nothing 2022-11-23T01:19:48.0769230Z ok 2022-11-23T01:19:48.0769330Z Trying: 2022-11-23T01:19:48.0769460Z rfftn = torch.fft.rfftn(t) 2022-11-23T01:19:48.0769590Z Expecting nothing 2022-11-23T01:19:48.0769710Z ok 2022-11-23T01:19:48.0769810Z Trying: 2022-11-23T01:19:48.0769920Z rfftn.size() 2022-11-23T01:19:48.0770030Z Expecting: 2022-11-23T01:19:48.0770150Z torch.Size([10, 6]) 2022-11-23T01:19:48.0770270Z ok 2022-11-23T01:19:48.0770370Z Trying: 2022-11-23T01:19:48.0770490Z fftn = torch.fft.fftn(t) 2022-11-23T01:19:48.0770750Z Expecting nothing 2022-11-23T01:19:48.0770860Z ok 2022-11-23T01:19:48.0770960Z Trying: 2022-11-23T01:19:48.0771130Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-11-23T01:19:48.0771300Z Expecting nothing 2022-11-23T01:19:48.0771410Z ok 2022-11-23T01:19:48.0771510Z Trying: 2022-11-23T01:19:48.0771660Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-11-23T01:19:48.0771820Z Expecting nothing 2022-11-23T01:19:48.0771940Z ok 2022-11-23T01:19:48.0772030Z Trying: 2022-11-23T01:19:48.0772200Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-11-23T01:19:48.0772360Z Expecting nothing 2022-11-23T01:19:48.0772480Z ok 2022-11-23T01:19:48.0772580Z ok (0.001s) 2022-11-23T01:19:48.0772680Z 2022-11-23T01:19:48.0772830Z ---------------------------------------------------------------------- 2022-11-23T01:19:48.0773000Z Ran 177 tests in 2.273s 2022-11-23T01:19:48.0773090Z 2022-11-23T01:19:48.0773140Z OK (skipped=12) 2022-11-23T01:19:48.0773220Z 2022-11-23T01:19:48.0773280Z Generating XML reports... 2022-11-23T01:19:48.0773570Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20221123011945.xml 2022-11-23T01:19:48.0773950Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20221123011945.xml 2022-11-23T01:19:48.0774130Z 2022-11-23T01:19:48.0774420Z ##[endgroup] 2022-11-23T01:19:48.0774730Z FINISHED PRINTING LOG FILE of test_spectral_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_spectral_ops_lu6ap0yo) 2022-11-23T01:19:48.0774910Z 2022-11-23T01:19:49.0987530Z Running test_xnnpack_integration ... [2022-11-23 01:19:49.098451] 2022-11-23T01:19:49.0989180Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:49.098749] 2022-11-23T01:19:49.0989520Z Ignoring disabled issues: [] 2022-11-23T01:19:52.2483820Z 2022-11-23T01:19:52.2484100Z Expand the folded group to see the log file of test_xnnpack_integration 2022-11-23T01:19:52.2484690Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_xnnpack_integration_5v388c_a) 2022-11-23T01:19:52.2484900Z 2022-11-23T01:19:52.2485780Z Running tests... 2022-11-23T01:19:52.2486140Z ---------------------------------------------------------------------- 2022-11-23T01:19:52.2486450Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-11-23T01:19:52.2486770Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:19:52.2488150Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:19:52.2489160Z test_conv2d (__main__.TestXNNPACKOps) ... ok (0.314s) 2022-11-23T01:19:52.2489400Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (0.568s) 2022-11-23T01:19:52.2496000Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-11-23T01:19:52.2496310Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.025s) 2022-11-23T01:19:52.2496540Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.050s) 2022-11-23T01:19:52.2496770Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (0.225s) 2022-11-23T01:19:52.2497070Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.003s) 2022-11-23T01:19:52.2497350Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (0.499s) 2022-11-23T01:19:52.2497570Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (0.627s) 2022-11-23T01:19:52.2497860Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-11-23T01:19:52.2498190Z 2022-11-23T01:19:52.2498370Z ---------------------------------------------------------------------- 2022-11-23T01:19:52.2498560Z Ran 12 tests in 2.316s 2022-11-23T01:19:52.2498650Z 2022-11-23T01:19:52.2498710Z OK (skipped=5) 2022-11-23T01:19:52.2498790Z 2022-11-23T01:19:52.2498850Z Generating XML reports... 2022-11-23T01:19:52.2499170Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20221123011949.xml 2022-11-23T01:19:52.2499590Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20221123011949.xml 2022-11-23T01:19:52.2499990Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20221123011949.xml 2022-11-23T01:19:52.2500420Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20221123011949.xml 2022-11-23T01:19:52.2500630Z 2022-11-23T01:19:52.2500830Z ##[endgroup] 2022-11-23T01:19:52.2501160Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_xnnpack_integration_5v388c_a) 2022-11-23T01:19:52.2501360Z 2022-11-23T01:19:53.3073520Z Running lazy/test_step_closures ... [2022-11-23 01:19:53.307031] 2022-11-23T01:19:53.3073990Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:53.307328] 2022-11-23T01:19:53.3074290Z Ignoring disabled issues: [] 2022-11-23T01:19:56.3041670Z 2022-11-23T01:19:56.3042090Z Expand the folded group to see the log file of lazy/test_step_closures 2022-11-23T01:19:56.3042670Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_step_closures_ni_8jvjh) 2022-11-23T01:19:56.3042880Z 2022-11-23T01:19:56.3042950Z Running tests... 2022-11-23T01:19:56.3043300Z ---------------------------------------------------------------------- 2022-11-23T01:19:56.3043600Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-11-23T01:19:56.3043850Z test_asynchronous (__main__.ClosuresTest) ... ok (0.154s) 2022-11-23T01:19:56.3044070Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.010s) 2022-11-23T01:19:56.3044290Z test_synchronous (__main__.ClosuresTest) ... ok (1.011s) 2022-11-23T01:19:56.3044500Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-11-23T01:19:56.3044630Z 2022-11-23T01:19:56.3044780Z ---------------------------------------------------------------------- 2022-11-23T01:19:56.3044960Z Ran 4 tests in 2.175s 2022-11-23T01:19:56.3045050Z 2022-11-23T01:19:56.3045100Z OK 2022-11-23T01:19:56.3045160Z 2022-11-23T01:19:56.3045220Z Generating XML reports... 2022-11-23T01:19:56.3045740Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221123011953.xml 2022-11-23T01:19:56.3045930Z 2022-11-23T01:19:56.3046100Z ##[endgroup] 2022-11-23T01:19:56.3046420Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_step_closures_ni_8jvjh) 2022-11-23T01:19:56.3046610Z 2022-11-23T01:19:57.3596020Z Running lazy/test_ts_opinfo ... [2022-11-23 01:19:57.359346] 2022-11-23T01:19:57.3597270Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:19:57.359629] 2022-11-23T01:19:57.3597560Z Ignoring disabled issues: [] 2022-11-23T01:20:00.9951360Z 2022-11-23T01:20:00.9951710Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-11-23T01:20:00.9952370Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_ts_opinfo_rsfpfe89) 2022-11-23T01:20:00.9952770Z 2022-11-23T01:20:00.9952820Z Running tests... 2022-11-23T01:20:00.9953180Z ---------------------------------------------------------------------- 2022-11-23T01:20:00.9953520Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-11-23T01:20:00.9953770Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.116s) 2022-11-23T01:20:00.9954030Z test_correctness__softmax_backward_data_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9954290Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9954540Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9954780Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T01:20:00.9955030Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9955290Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9955580Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:20:00.9955850Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9956110Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9956360Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T01:20:00.9956600Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9956830Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9957080Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9957330Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9957590Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-11-23T01:20:00.9957850Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9958090Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9958340Z test_correctness_diag_embed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-11-23T01:20:00.9958590Z test_correctness_diagonal_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9958850Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T01:20:00.9959110Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9959370Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9959740Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9960040Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-11-23T01:20:00.9960310Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9960540Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9960790Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9961020Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9961260Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9961500Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T01:20:00.9961740Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9961990Z test_correctness_grid_sampler_2d_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T01:20:00.9962300Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9962530Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9962770Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9963000Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9963250Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T01:20:00.9963490Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9963730Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9963980Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9964260Z test_correctness_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.628s) 2022-11-23T01:20:00.9964540Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9964810Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9965060Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9965310Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T01:20:00.9965550Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9965810Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9966070Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9966320Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9966560Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9966800Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9967030Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9967280Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:20:00.9967560Z test_correctness_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9975260Z test_correctness_native_dropout_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:20:00.9975550Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9975800Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9976210Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9976490Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:20:00.9976750Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T01:20:00.9976990Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9977240Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9977490Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9977730Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9977980Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9978230Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T01:20:00.9978480Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9978800Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-11-23T01:20:00.9979060Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9979310Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9979550Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9979800Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9980040Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9980280Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9980520Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9980760Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9981000Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9981230Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T01:20:00.9981460Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9981700Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9981940Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9982180Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9982410Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9982650Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9982900Z test_correctness_unfold_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T01:20:00.9983150Z test_correctness_view_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9983420Z test_correctness_with_reusing_ir__softmax_backward_data_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9983700Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9983970Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9984230Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T01:20:00.9984500Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9984780Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9985110Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:20:00.9985410Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9985690Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9985960Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-11-23T01:20:00.9986240Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9986490Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9986750Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:00.9987050Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9987320Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-11-23T01:20:00.9987680Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9987940Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9988210Z test_correctness_with_reusing_ir_diag_embed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-11-23T01:20:00.9988480Z test_correctness_with_reusing_ir_diagonal_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9988760Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T01:20:00.9989050Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9989330Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9989620Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9989920Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-11-23T01:20:00.9990210Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:00.9990470Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9990720Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9990990Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9991330Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9991590Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T01:20:00.9991860Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9992130Z test_correctness_with_reusing_ir_grid_sampler_2d_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T01:20:00.9992390Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9992650Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9992910Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9993160Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9993420Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T01:20:00.9993680Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9994030Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9994310Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9994600Z test_correctness_with_reusing_ir_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.606s) 2022-11-23T01:20:00.9994900Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9995190Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9995470Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9995730Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T01:20:00.9996000Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9996320Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9996610Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:00.9996880Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9997140Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9997390Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9997650Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9997930Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:20:00.9998220Z test_correctness_with_reusing_ir_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T01:20:00.9998520Z test_correctness_with_reusing_ir_native_dropout_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:20:00.9998820Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T01:20:00.9999090Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:00.9999350Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:00.9999640Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:20:00.9999910Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T01:20:01.0000180Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0000450Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0000710Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0000980Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0001260Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:01.0001530Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-11-23T01:20:01.0001790Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0002060Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-11-23T01:20:01.0002390Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0002660Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0002930Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0003200Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:01.0003470Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T01:20:01.0003720Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0003980Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:01.0004240Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0004500Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:01.0004830Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T01:20:01.0005080Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0005330Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0005590Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0005850Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:01.0006100Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0006350Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0006620Z test_correctness_with_reusing_ir_unfold_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T01:20:01.0006900Z test_correctness_with_reusing_ir_view_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0007170Z test_dispatched_to_lazy__softmax_backward_data_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0007430Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0013520Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0013850Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:01.0014110Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:01.0014350Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0014620Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0014900Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.001s) 2022-11-23T01:20:01.0015170Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0015430Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0015680Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0015970Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0016210Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0016460Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0016730Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:20:01.0017230Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0017520Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0017770Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0018020Z test_dispatched_to_lazy_diagonal_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0018290Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0018560Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0018840Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0019110Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0019400Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-11-23T01:20:01.0019770Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0020010Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0020260Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0020510Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0020750Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0021000Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T01:20:01.0021240Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0021500Z test_dispatched_to_lazy_grid_sampler_2d_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0021760Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0022000Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0022240Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0022480Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0022730Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0022980Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0023240Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0023520Z test_dispatched_to_lazy_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-11-23T01:20:01.0023810Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0024080Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0024350Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0024600Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0024840Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0025110Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0025370Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0025610Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0025900Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0026150Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0026400Z test_dispatched_to_lazy_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0026690Z test_dispatched_to_lazy_native_dropout_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:20:01.0026970Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0027220Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0027460Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0027700Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0027950Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0028240Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0028490Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0028740Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0029000Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0029250Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0029490Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0029750Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T01:20:01.0030000Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0030260Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0030500Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0030760Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0031010Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T01:20:01.0031250Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0031490Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0031740Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0031980Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0032220Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0032450Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0032700Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0032950Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0033190Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0033420Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0033660Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0033910Z test_dispatched_to_lazy_unfold_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T01:20:01.0034170Z test_dispatched_to_lazy_view_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.001s) 2022-11-23T01:20:01.0034520Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-11-23T01:20:01.0034820Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.001s) 2022-11-23T01:20:01.0035030Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.001s) 2022-11-23T01:20:01.0035190Z 2022-11-23T01:20:01.0035430Z ---------------------------------------------------------------------- 2022-11-23T01:20:01.0035620Z Ran 258 tests in 2.212s 2022-11-23T01:20:01.0035710Z 2022-11-23T01:20:01.0035780Z OK (skipped=9, expected failures=6) 2022-11-23T01:20:01.0035880Z 2022-11-23T01:20:01.0035940Z Generating XML reports... 2022-11-23T01:20:01.0036290Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221123011958.xml 2022-11-23T01:20:01.0036720Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20221123011958.xml 2022-11-23T01:20:01.0037100Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221123011958.xml 2022-11-23T01:20:01.0037350Z 2022-11-23T01:20:01.0037600Z ##[endgroup] 2022-11-23T01:20:01.0037920Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_ts_opinfo_rsfpfe89) 2022-11-23T01:20:01.0038110Z 2022-11-23T01:20:02.0602910Z Running dynamo/test_repros ... [2022-11-23 01:20:02.059943] 2022-11-23T01:20:02.0603630Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_repros.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:02.060295] 2022-11-23T01:20:02.0603930Z Ignoring disabled issues: [] 2022-11-23T01:20:05.1692710Z 2022-11-23T01:20:05.1693000Z Expand the folded group to see the log file of dynamo/test_repros 2022-11-23T01:20:05.1693640Z ##[group]PRINTING LOG FILE of dynamo/test_repros (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_repros_zezzu3rj) 2022-11-23T01:20:05.1693840Z 2022-11-23T01:20:05.1693900Z Running tests... 2022-11-23T01:20:05.1694250Z ---------------------------------------------------------------------- 2022-11-23T01:20:05.1694570Z Test results will be stored in test-reports/python-unittest/dynamo.test_repros 2022-11-23T01:20:05.1694840Z test_Size (__main__.ReproTests) ... ok (0.232s) 2022-11-23T01:20:05.1695090Z test_abc_setattr (__main__.ReproTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:05.1695460Z inline_call [('inline in skipfiles: assertIsInstance /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py', 1)] 2022-11-23T01:20:05.1703320Z unimplemented [] 2022-11-23T01:20:05.1703740Z graph_break [('inline in skipfiles: assertIsInstance /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py', 1)] 2022-11-23T01:20:05.1704090Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:05.1704310Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:05.1704460Z unimplemented [] 2022-11-23T01:20:05.1704780Z graph_break [('setattr(UserDefinedObjectVariable) .Derived.__setattr__ at 0x12bd69430>', 1)] 2022-11-23T01:20:05.1705020Z inline_call [] 2022-11-23T01:20:05.1705240Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1705410Z ok (0.007s) 2022-11-23T01:20:05.1705580Z test_batch_norm_act (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1705840Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:05.1706010Z ok (0.013s) 2022-11-23T01:20:05.1706250Z test_bigbird_unsqueeze_inplace (__main__.ReproTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1706520Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:05.1706740Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1706890Z ok (0.229s) 2022-11-23T01:20:05.1707240Z test_boxes_len (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1707500Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1707670Z ok (0.005s) 2022-11-23T01:20:05.1707840Z test_chunk_reformer_ff (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1708090Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:05.1708260Z ok (0.038s) 2022-11-23T01:20:05.1708520Z test_class_member (__main__.ReproTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:05.1708730Z ok (0.005s) 2022-11-23T01:20:05.1708960Z test_convert_boxes_to_pooler_format (__main__.ReproTests) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:20:05.1709150Z inline_call [] 2022-11-23T01:20:05.1709270Z unimplemented [] 2022-11-23T01:20:05.1709480Z graph_break [('dynamic shapes: repeat_interleave', 2)] 2022-11-23T01:20:05.1709740Z stats [('calls_captured', 10), ('fusions_possible', 6), ('unique_graphs', 4)] 2022-11-23T01:20:05.1710020Z ok (0.025s) 2022-11-23T01:20:05.1710200Z test_create_rand_mask_from_inputs (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1710460Z stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:20:05.1710630Z ok (0.048s) 2022-11-23T01:20:05.1710780Z test_dict_iter (__main__.ReproTests) ... ok (0.003s) 2022-11-23T01:20:05.1711030Z test_dict_list_values (__main__.ReproTests) ... frames [('total', 7), ('ok', 7)] 2022-11-23T01:20:05.1711210Z unimplemented [] 2022-11-23T01:20:05.1711540Z graph_break [('call_function in skip_files Builtin count', 2), ('call_function BuiltinVariable(zip) [UserDefinedObjectVariable(count), ListVariable()] {}', 2)] 2022-11-23T01:20:05.1711790Z ok (0.009s) 2022-11-23T01:20:05.1712000Z test_do_paste_mask (__main__.ReproTests) ... frames [('total', 12), ('ok', 11)] 2022-11-23T01:20:05.1712260Z unimplemented [('Dynamic slicing not supported', 1)] 2022-11-23T01:20:05.1712530Z graph_break [('dynamic shapes: arange', 6), ('Dynamic slicing not supported', 4)] 2022-11-23T01:20:05.1712820Z stats [('calls_captured', 159), ('fusions_possible', 148), ('unique_graphs', 11)] 2022-11-23T01:20:05.1712990Z ok (0.233s) 2022-11-23T01:20:05.1713240Z test_ellipsis (__main__.ReproTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:05.1713440Z ok (0.010s) 2022-11-23T01:20:05.1713650Z test_exec_import (__main__.ReproTests) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:20:05.1713940Z inline_call [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:20:05.1714120Z unimplemented [] 2022-11-23T01:20:05.1714360Z graph_break [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:20:05.1714550Z ok (0.002s) 2022-11-23T01:20:05.1714770Z test_exec_wildcard_import (__main__.ReproTests) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:20:05.1715050Z inline_call [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:20:05.1715240Z unimplemented [] 2022-11-23T01:20:05.1715470Z graph_break [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:20:05.1715750Z stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:20:05.1715920Z ok (0.006s) 2022-11-23T01:20:05.1716140Z test_for_loop_graph_break (__main__.ReproTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:05.1716310Z inline_call [] 2022-11-23T01:20:05.1716640Z unimplemented [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/__init__.py', 1)] 2022-11-23T01:20:05.1716980Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1717150Z ok (0.006s) 2022-11-23T01:20:05.1717380Z test_for_loop_graph_break_before (__main__.ReproTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:05.1717570Z unimplemented [] 2022-11-23T01:20:05.1718000Z graph_break [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/__init__.py', 1)] 2022-11-23T01:20:05.1718250Z inline_call [] 2022-11-23T01:20:05.1718490Z stats [('calls_captured', 100), ('fusions_possible', 99), ('unique_graphs', 1)] 2022-11-23T01:20:05.1718660Z ok (0.063s) 2022-11-23T01:20:05.1718830Z test_get_parameter_dtype (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1719090Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:05.1719260Z ok (0.005s) 2022-11-23T01:20:05.1719460Z test_grad_mode_carrying_correct_state_after_graph_break (__main__.ReproTests) ... Break 2022-11-23T01:20:05.1719680Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:05.1719820Z unimplemented [] 2022-11-23T01:20:05.1720060Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:20:05.1720340Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:05.1720610Z ok (0.006s) 2022-11-23T01:20:05.1720840Z test_guard_fail_nested_tuple (__main__.ReproTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:05.1721110Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:05.1721280Z ok (0.006s) 2022-11-23T01:20:05.1721510Z test_guard_fail_tensor_bool (__main__.ReproTests) ... frames [('total', 12), ('ok', 12)] 2022-11-23T01:20:05.1721790Z unimplemented [('FOR_ITER UserDefinedObjectVariable(product)', 1)] 2022-11-23T01:20:05.1722300Z graph_break [('call torch._dynamo.disable() wrapped function .fn..get_expected at 0x12c2191f0>', 5), ('data dependent operator: aten.allclose.default', 5)] 2022-11-23T01:20:05.1722670Z stats [('calls_captured', 5), ('unique_graphs', 5), ('fusions_possible', 0)] 2022-11-23T01:20:05.1722840Z ok (0.025s) 2022-11-23T01:20:05.1723010Z test_guard_ordering_shape_fail (__main__.ReproTests) ... ok (0.001s) 2022-11-23T01:20:05.1723220Z test_hf_model_output (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1723480Z stats [('calls_captured', 4), ('unique_graphs', 4), ('fusions_possible', 0)] 2022-11-23T01:20:05.1723650Z ok (0.025s) 2022-11-23T01:20:05.1723810Z test_hf_t5_forward (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1724060Z stats [('calls_captured', 11), ('fusions_possible', 10), ('unique_graphs', 1)] 2022-11-23T01:20:05.1724230Z ok (0.194s) 2022-11-23T01:20:05.1724450Z test_indexing_with_list (__main__.ReproTests) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:20:05.1724670Z inline_call [('Tensor.numpy', 1)] 2022-11-23T01:20:05.1724820Z unimplemented [] 2022-11-23T01:20:05.1724980Z graph_break [('Tensor.numpy', 1)] 2022-11-23T01:20:05.1725230Z stats [('unique_graphs', 2), ('calls_captured', 0), ('fusions_possible', -2)] 2022-11-23T01:20:05.1725390Z ok (0.009s) 2022-11-23T01:20:05.1725560Z test_is_symbolic_tracing (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1725820Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1725990Z ok (0.003s) 2022-11-23T01:20:05.1726150Z test_isinstance_dtype (__main__.ReproTests) ... ok (0.001s) 2022-11-23T01:20:05.1726730Z test_isinstance_storage (__main__.ReproTests) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:20:05.1727150Z warnings.warn(message, UserWarning) 2022-11-23T01:20:05.1727330Z frames [('total', 12), ('ok', 11)] 2022-11-23T01:20:05.1727480Z unimplemented [] 2022-11-23T01:20:05.1727960Z graph_break [('call_function BuiltinVariable(bytearray) [ListVariable()] {}', 1), ('inline in skipfiles: from_buffer /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py', 1)] 2022-11-23T01:20:05.1728490Z inline_call [('inline in skipfiles: from_buffer /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py', 1)] 2022-11-23T01:20:05.1728730Z expected failure (0.006s) 2022-11-23T01:20:05.1728920Z test_issue1466_size_aot_autograd (__main__.ReproTests) ... arf 2022-11-23T01:20:05.1729070Z arf 2022-11-23T01:20:05.1729220Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:05.1729370Z unimplemented [] 2022-11-23T01:20:05.1729600Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:20:05.1729880Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:20:05.1730100Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1730230Z ok (0.011s) 2022-11-23T01:20:05.1730390Z test_issue175 (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1730650Z stats [('calls_captured', 12), ('fusions_possible', 11), ('unique_graphs', 1)] 2022-11-23T01:20:05.1730870Z ok (0.027s) 2022-11-23T01:20:05.1731140Z test_longformer_chunk (__main__.ReproTests) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:05.1737610Z ok (0.084s) 2022-11-23T01:20:05.1737910Z test_maml_item_capture (__main__.ReproTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:05.1738180Z inline_call [('inlining disallowed: ', 1)] 2022-11-23T01:20:05.1738360Z unimplemented [] 2022-11-23T01:20:05.1738710Z graph_break [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/copy.py', 1), ('inlining disallowed: ', 1)] 2022-11-23T01:20:05.1739100Z stats [('calls_captured', 29), ('fusions_possible', 27), ('unique_graphs', 2)] 2022-11-23T01:20:05.1739270Z ok (0.043s) 2022-11-23T01:20:05.1739490Z test_maml_no_item_capture (__main__.ReproTests) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:20:05.1739770Z inline_call [('inlining disallowed: ', 1)] 2022-11-23T01:20:05.1739940Z unimplemented [] 2022-11-23T01:20:05.1740310Z graph_break [('Tensor.item', 2), ('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/copy.py', 1), ('inlining disallowed: ', 1)] 2022-11-23T01:20:05.1740670Z stats [('calls_captured', 29), ('fusions_possible', 25), ('unique_graphs', 4)] 2022-11-23T01:20:05.1740840Z ok (0.061s) 2022-11-23T01:20:05.1741100Z test_modules (__main__.ReproTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:20:05.1741300Z ok (0.010s) 2022-11-23T01:20:05.1741510Z test_multi_dot_import (__main__.ReproTests) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:20:05.1741900Z inline_call [('inline in skipfiles: symbolic_trace /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/_symbolic_trace.py', 1)] 2022-11-23T01:20:05.1742150Z unimplemented [] 2022-11-23T01:20:05.1742480Z graph_break [('inline in skipfiles: symbolic_trace /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/_symbolic_trace.py', 1)] 2022-11-23T01:20:05.1742820Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1742990Z ok (0.006s) 2022-11-23T01:20:05.1743180Z test_multi_import (__main__.ReproTests) ... skip: requires detectron2 (0.000s) 2022-11-23T01:20:05.1743500Z test_named_buffers (__main__.ReproTests) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:20:05.1743700Z ok (0.006s) 2022-11-23T01:20:05.1743920Z test_nn_parameter (__main__.ReproTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:05.1744270Z inline_call [('inline in skipfiles: assertTrue /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py', 1)] 2022-11-23T01:20:05.1744690Z unimplemented [] 2022-11-23T01:20:05.1745000Z graph_break [('inline in skipfiles: assertTrue /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py', 1)] 2022-11-23T01:20:05.1745320Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:05.1745490Z ok (0.006s) 2022-11-23T01:20:05.1745740Z test_not_rewrite_assert (__main__.ReproTests) ... unimplemented [('generic_jump TensorVariable()', 1)] 2022-11-23T01:20:05.1745940Z ok (0.003s) 2022-11-23T01:20:05.1746180Z test_not_rewrite_assert_for_other_errors (__main__.ReproTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:05.1746450Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:05.1746620Z ok (0.005s) 2022-11-23T01:20:05.1746820Z test_numpy_list (__main__.ReproTests) ... frames [('total', 2), ('ok', 1)] 2022-11-23T01:20:05.1747000Z unimplemented [] 2022-11-23T01:20:05.1747300Z graph_break [('call torch._dynamo.disable() wrapped function .rand_gen at 0x12c219040>', 1)] 2022-11-23T01:20:05.1747590Z expected failure (0.011s) 2022-11-23T01:20:05.1747840Z test_optimized_deepcopy (__main__.ReproTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1748100Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1748280Z ok (0.006s) 2022-11-23T01:20:05.1748480Z test_primtorch (__main__.ReproTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:05.1748860Z inline_call [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims_common/wrappers.py', 1)] 2022-11-23T01:20:05.1749110Z unimplemented [] 2022-11-23T01:20:05.1749440Z graph_break [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims_common/wrappers.py', 1)] 2022-11-23T01:20:05.1749670Z ok (0.003s) 2022-11-23T01:20:05.1750050Z test_primtorch_no_graph_break (__main__.ReproTests) ... inline_call [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims_common/wrappers.py', 1)] 2022-11-23T01:20:05.1750350Z expected failure (0.002s) 2022-11-23T01:20:05.1750590Z test_recursive_map (__main__.ReproTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1750760Z inline_call [] 2022-11-23T01:20:05.1750980Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:05.1751140Z ok (0.007s) 2022-11-23T01:20:05.1751310Z test_reformer_eval (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1751560Z stats [('calls_captured', 10), ('fusions_possible', 9), ('unique_graphs', 1)] 2022-11-23T01:20:05.1751730Z ok (0.016s) 2022-11-23T01:20:05.1751900Z test_reformer_min_chunk_len (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1752160Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:05.1752330Z ok (0.005s) 2022-11-23T01:20:05.1752500Z test_reformer_sorting (__main__.ReproTests) ... inline_call [] 2022-11-23T01:20:05.1752750Z stats [('calls_captured', 14), ('fusions_possible', 13), ('unique_graphs', 1)] 2022-11-23T01:20:05.1752920Z ok (0.011s) 2022-11-23T01:20:05.1753140Z test_reformer_train (__main__.ReproTests) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:20:05.1753530Z inline_call [('inline in skipfiles: save_for_backward /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py', 1)] 2022-11-23T01:20:05.1753770Z unimplemented [] 2022-11-23T01:20:05.1754190Z graph_break [('autograd.Function with requires_grad', 1), ('inline in skipfiles: save_for_backward /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py', 1)] 2022-11-23T01:20:05.1754580Z stats [('calls_captured', 10), ('fusions_possible', 6), ('unique_graphs', 4)] 2022-11-23T01:20:05.1754840Z ok (0.027s) 2022-11-23T01:20:05.1755060Z test_reinplacing (__main__.ReproTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1755320Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:05.1755530Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1755670Z ok (0.391s) 2022-11-23T01:20:05.1755930Z test_relative_import (__main__.ReproTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:05.1756130Z ok (0.005s) 2022-11-23T01:20:05.1756420Z test_relative_import_no_modulename (__main__.ReproTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:05.1756630Z ok (0.003s) 2022-11-23T01:20:05.1756900Z test_rewrite_assert_noop (__main__.ReproTests) ... stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:20:05.1757100Z ok (0.010s) 2022-11-23T01:20:05.1757360Z test_rewrite_assert_with_fstring_msg (__main__.ReproTests) ... unimplemented [('generic_jump TensorVariable()', 1)] 2022-11-23T01:20:05.1757610Z ok (0.002s) 2022-11-23T01:20:05.1757890Z test_rewrite_assert_with_msg (__main__.ReproTests) ... stats [('calls_captured', 18), ('fusions_possible', 15), ('unique_graphs', 3)] 2022-11-23T01:20:05.1758100Z ok (0.010s) 2022-11-23T01:20:05.1758380Z test_rewrite_assert_without_msg (__main__.ReproTests) ... stats [('calls_captured', 12), ('fusions_possible', 10), ('unique_graphs', 2)] 2022-11-23T01:20:05.1758590Z ok (0.007s) 2022-11-23T01:20:05.1758790Z test_rng_state (__main__.ReproTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1759060Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:20:05.1759230Z ok (0.006s) 2022-11-23T01:20:05.1759480Z test_seq_append_list (__main__.ReproTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:20:05.1759680Z ok (0.011s) 2022-11-23T01:20:05.1760480Z test_sigmoid_out (__main__.ReproTests) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1535: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3, 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:20:05.1761070Z torch.sigmoid(inp, out=out1) 2022-11-23T01:20:05.1761900Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims_common/wrappers.py:145: UserWarning: An output with one or more elements was resized since it had shape torch.Size([]) which does not match the required output shape {str(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). 2022-11-23T01:20:05.1762390Z warnings.warn(msg) 2022-11-23T01:20:05.1763140Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1535: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3, 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:20:05.1763660Z torch.sigmoid(inp, out=out1) 2022-11-23T01:20:05.1763840Z frames [('total', 7), ('ok', 7)] 2022-11-23T01:20:05.1764070Z inline_call [('call_function UserDefinedClassVariable() [] {}', 1)] 2022-11-23T01:20:05.1764350Z ok (0.016s) 2022-11-23T01:20:05.1764640Z test_slice_into_list_mutable (__main__.ReproTests) ... stats [('calls_captured', 30), ('fusions_possible', 29), ('unique_graphs', 1)] 2022-11-23T01:20:05.1764850Z ok (0.016s) 2022-11-23T01:20:05.1765070Z test_slicing_dynamic_shape (__main__.ReproTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:05.1765320Z unimplemented [('Dynamic slicing not supported', 2)] 2022-11-23T01:20:05.1765570Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:05.1765740Z ok (0.005s) 2022-11-23T01:20:05.1765970Z test_slicing_dynamic_shape_setitem (__main__.ReproTests) ... frames [('total', 3), ('ok', 1)] 2022-11-23T01:20:05.1766220Z unimplemented [('Dynamic slicing not supported', 2)] 2022-11-23T01:20:05.1766450Z graph_break [('Dynamic slicing not supported', 1)] 2022-11-23T01:20:05.1766700Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1766870Z ok (0.005s) 2022-11-23T01:20:05.1767640Z test_sort_out (__main__.ReproTests) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1519: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:20:05.1768340Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:20:05.1769150Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/utils.py:1103: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:20:05.1769730Z return node.target(*args, **kwargs) 2022-11-23T01:20:05.1770480Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1519: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:20:05.1771010Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:20:05.1771770Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py:1519: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:20:05.1772310Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:20:05.1772500Z frames [('total', 7), ('ok', 7)] 2022-11-23T01:20:05.1772730Z inline_call [('call_function UserDefinedClassVariable() [] {}', 1)] 2022-11-23T01:20:05.1772900Z ok (0.020s) 2022-11-23T01:20:05.1773120Z test_specialized_stride (__main__.ReproTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1779110Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1779290Z ok (0.003s) 2022-11-23T01:20:05.1779720Z test_tensor_isinstance_tuple (__main__.ReproTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:05.1780010Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1780180Z ok (0.003s) 2022-11-23T01:20:05.1780400Z test_tokenization (__main__.ReproTests) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:20:05.1780760Z inline_call [('inline in skipfiles: __init__ /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/collections/__init__.py', 2)] 2022-11-23T01:20:05.1781000Z unimplemented [] 2022-11-23T01:20:05.1781300Z graph_break [('inline in skipfiles: __init__ /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/collections/__init__.py', 2)] 2022-11-23T01:20:05.1781530Z ok (0.005s) 2022-11-23T01:20:05.1781800Z test_torch_ops_aten (__main__.ReproTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1782000Z ok (0.005s) 2022-11-23T01:20:05.1782340Z test_vdd_duplicate_error (__main__.ReproTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:20:05.1782560Z ok (0.007s) 2022-11-23T01:20:05.1782780Z test_while_loop_graph_break (__main__.ReproTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:05.1782970Z inline_call [] 2022-11-23T01:20:05.1783290Z unimplemented [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/__init__.py', 1)] 2022-11-23T01:20:05.1783640Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:05.1783810Z ok (0.004s) 2022-11-23T01:20:05.1783980Z test_with_on_graph_break_inst (__main__.ReproTests) ... Hello world 2022-11-23T01:20:05.1784150Z Hello world 2022-11-23T01:20:05.1784310Z frames [('total', 6), ('ok', 6)] 2022-11-23T01:20:05.1784560Z inline_call [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:20:05.1784750Z unimplemented [] 2022-11-23T01:20:05.1785040Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 2), ('Tensor.backward', 1)] 2022-11-23T01:20:05.1785340Z stats [('calls_captured', 11), ('fusions_possible', 7), ('unique_graphs', 4)] 2022-11-23T01:20:05.1785510Z ok (0.014s) 2022-11-23T01:20:05.1785590Z 2022-11-23T01:20:05.1785740Z ---------------------------------------------------------------------- 2022-11-23T01:20:05.1785920Z Ran 70 tests in 2.111s 2022-11-23T01:20:05.1786010Z 2022-11-23T01:20:05.1786080Z OK (skipped=1, expected failures=3) 2022-11-23T01:20:05.1786180Z 2022-11-23T01:20:05.1786240Z Generating XML reports... 2022-11-23T01:20:05.1786540Z Generated XML report: test-reports/python-unittest/dynamo.test_repros/TEST-ReproTests-20221123012002.xml 2022-11-23T01:20:05.1786710Z 2022-11-23T01:20:05.1786990Z ##[endgroup] 2022-11-23T01:20:05.1787310Z FINISHED PRINTING LOG FILE of dynamo/test_repros (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_repros_zezzu3rj) 2022-11-23T01:20:05.1787500Z 2022-11-23T01:20:06.2506930Z Running dynamo/test_aot_autograd ... [2022-11-23 01:20:06.250480] 2022-11-23T01:20:06.2507590Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_aot_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:06.250687] 2022-11-23T01:20:06.2507890Z Ignoring disabled issues: [] 2022-11-23T01:20:08.8927950Z 2022-11-23T01:20:08.8928600Z Expand the folded group to see the log file of dynamo/test_aot_autograd 2022-11-23T01:20:08.8929220Z ##[group]PRINTING LOG FILE of dynamo/test_aot_autograd (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_aot_autograd_cdpthflo) 2022-11-23T01:20:08.8929420Z 2022-11-23T01:20:08.8929470Z Running tests... 2022-11-23T01:20:08.8929790Z ---------------------------------------------------------------------- 2022-11-23T01:20:08.8930340Z Test results will be stored in test-reports/python-unittest/dynamo.test_aot_autograd 2022-11-23T01:20:08.8930780Z test_LSTM (__main__.AotAutogradFallbackTests) ... [2022-11-23 01:20:08,146] torch._dynamo.optimizations.training: [WARNING] Unable to use Aot Autograd because of presence of LSTM 2022-11-23T01:20:08.8931040Z ok (1.227s) 2022-11-23T01:20:08.8931310Z test_call_fn_with_non_const_inputs_aot_safe (__main__.AotAutogradFallbackTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:08.8931610Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:20:08.8931790Z inline_call [] 2022-11-23T01:20:08.8932010Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:08.8932230Z frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:08.8932370Z ok (0.014s) 2022-11-23T01:20:08.8932760Z test_call_fn_with_non_const_inputs_aot_unsafe (__main__.AotAutogradFallbackTests) ... [2022-11-23 01:20:08,247] torch._dynamo.optimizations.training: [WARNING] Unable to use Aot Autograd because of presence of mutation 2022-11-23T01:20:08.8933220Z inline_call [] 2022-11-23T01:20:08.8933440Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:08.8933650Z frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:08.8933780Z ok (0.009s) 2022-11-23T01:20:08.8934060Z test_call_fn_with_non_const_inputs_aot_unsafe_control_flow (__main__.AotAutogradFallbackTests) ... frames [('total', 8), ('ok', 8)] 2022-11-23T01:20:08.8934350Z inline_call [('generic_jump TensorVariable()', 2)] 2022-11-23T01:20:08.8934510Z unimplemented [] 2022-11-23T01:20:08.8934710Z graph_break [('generic_jump TensorVariable()', 2)] 2022-11-23T01:20:08.8934960Z stats [('calls_captured', 14), ('unique_graphs', 8), ('fusions_possible', 6)] 2022-11-23T01:20:08.8935140Z ok (0.028s) 2022-11-23T01:20:08.8935480Z test_mutation (__main__.AotAutogradFallbackTests) ... [2022-11-23 01:20:08,280] torch._dynamo.optimizations.training: [WARNING] Unable to use Aot Autograd because of presence of mutation 2022-11-23T01:20:08.8935770Z frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:08.8936000Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:08.8936170Z ok (0.005s) 2022-11-23T01:20:08.8936510Z test_mutation1 (__main__.AotAutogradFallbackTests) ... [2022-11-23 01:20:08,492] torch._dynamo.optimizations.training: [WARNING] Unable to use Aot Autograd because of presence of mutation 2022-11-23T01:20:08.8936800Z frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:08.8937030Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:08.8937200Z ok (0.214s) 2022-11-23T01:20:08.8937440Z test_negative_testing (__main__.AotAutogradFallbackTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:08.8937730Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:08.8937900Z ok (0.004s) 2022-11-23T01:20:08.8938160Z test_negative_testing_mutation (__main__.AotAutogradFallbackTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:08.8938480Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:08.8938650Z ok (0.217s) 2022-11-23T01:20:08.8938720Z 2022-11-23T01:20:08.8938860Z ---------------------------------------------------------------------- 2022-11-23T01:20:08.8939040Z Ran 8 tests in 1.720s 2022-11-23T01:20:08.8939130Z 2022-11-23T01:20:08.8939170Z OK 2022-11-23T01:20:08.8939240Z 2022-11-23T01:20:08.8939300Z Generating XML reports... 2022-11-23T01:20:08.8939630Z Generated XML report: test-reports/python-unittest/dynamo.test_aot_autograd/TEST-AotAutogradFallbackTests-20221123012006.xml 2022-11-23T01:20:08.8939840Z 2022-11-23T01:20:08.8940000Z ##[endgroup] 2022-11-23T01:20:08.8940330Z FINISHED PRINTING LOG FILE of dynamo/test_aot_autograd (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_aot_autograd_cdpthflo) 2022-11-23T01:20:08.8940530Z 2022-11-23T01:20:09.9481440Z Running test_openmp ... [2022-11-23 01:20:09.947911] 2022-11-23T01:20:09.9483140Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:09.948133] 2022-11-23T01:20:09.9483490Z Ignoring disabled issues: [] 2022-11-23T01:20:12.4587610Z 2022-11-23T01:20:12.4587890Z Expand the folded group to see the log file of test_openmp 2022-11-23T01:20:12.4588440Z ##[group]PRINTING LOG FILE of test_openmp (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_openmp_jvt9aqc8) 2022-11-23T01:20:12.4588640Z 2022-11-23T01:20:12.4588690Z Running tests... 2022-11-23T01:20:12.4589030Z ---------------------------------------------------------------------- 2022-11-23T01:20:12.4589320Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-11-23T01:20:12.4589550Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-11-23T01:20:12.4589770Z Make sure there is no memory leak with many threads ... ok (0.906s) 2022-11-23T01:20:12.4590170Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-11-23T01:20:12.4590690Z Make sure there is no memory leak with one thread: issue gh-32284 ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-11-23T01:20:12.4591020Z ok (0.755s) 2022-11-23T01:20:12.4591100Z 2022-11-23T01:20:12.4591240Z ---------------------------------------------------------------------- 2022-11-23T01:20:12.4591430Z Ran 2 tests in 1.662s 2022-11-23T01:20:12.4591520Z 2022-11-23T01:20:12.4591570Z OK 2022-11-23T01:20:12.4598510Z 2022-11-23T01:20:12.4598600Z Generating XML reports... 2022-11-23T01:20:12.4598930Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221123012010.xml 2022-11-23T01:20:12.4599120Z 2022-11-23T01:20:12.4599290Z ##[endgroup] 2022-11-23T01:20:12.4599600Z FINISHED PRINTING LOG FILE of test_openmp (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_openmp_jvt9aqc8) 2022-11-23T01:20:12.4599780Z 2022-11-23T01:20:13.5216670Z Running nn/test_embedding ... [2022-11-23 01:20:13.521480] 2022-11-23T01:20:13.5217250Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:13.521669] 2022-11-23T01:20:13.5217620Z Ignoring disabled issues: [] 2022-11-23T01:20:16.1726450Z 2022-11-23T01:20:16.1726730Z Expand the folded group to see the log file of nn/test_embedding 2022-11-23T01:20:16.1727390Z ##[group]PRINTING LOG FILE of nn/test_embedding (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_embedding_zp5p37uu) 2022-11-23T01:20:16.1727600Z 2022-11-23T01:20:16.1727660Z Running tests... 2022-11-23T01:20:16.1728000Z ---------------------------------------------------------------------- 2022-11-23T01:20:16.1728310Z Test results will be stored in test-reports/python-unittest/nn.test_embedding 2022-11-23T01:20:16.1728640Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:20:16.1728910Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1729160Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1729420Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.006s) 2022-11-23T01:20:16.1729670Z test_embedding_from_pretrained_float32 (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1729920Z test_embedding_from_pretrained_float64 (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1730650Z test_embedding_from_pretrained_int16 (__main__.TestEmbeddingNN) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/nn/test_embedding.py:84: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:20:16.1731060Z a = torch.tensor([[1., 2., 3.], [4., 5., 6.]], dtype=dtype) 2022-11-23T01:20:16.1731220Z ok (0.001s) 2022-11-23T01:20:16.1731410Z test_embedding_from_pretrained_int32 (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1731640Z test_embedding_from_pretrained_int64 (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1731880Z test_embedding_from_pretrained_int8 (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1732120Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1732360Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1732650Z test_embedding_from_pretrained_uint8 (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1732930Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1733150Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1733530Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:20:16.1733800Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.009s) 2022-11-23T01:20:16.1734040Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1734280Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1734520Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1734770Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-11-23T01:20:16.1735070Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1735410Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1735740Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1736070Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1736390Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1736710Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1737040Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1737360Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1737680Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1738000Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1738330Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1738650Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1738980Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1739310Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1739690Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1740030Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1740350Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1740700Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1741030Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1741350Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1741670Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1742050Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1742380Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1742690Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1743020Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:20:16.1743340Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1743660Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1743980Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1744300Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1744630Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1744950Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1745260Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1745580Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1745900Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1746220Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1746530Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1746850Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1747160Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1747480Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1747840Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1748160Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:20:16.1748480Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:20:16.1748800Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:20:16.1749110Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:20:16.1749400Z test_embedding_backward_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1749690Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.225s) 2022-11-23T01:20:16.1749980Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.220s) 2022-11-23T01:20:16.1750320Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:20:16.1750600Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T01:20:16.1750900Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:16.1751220Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:16.1751530Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:16.1751830Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:16.1752130Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.061s) 2022-11-23T01:20:16.1752430Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.061s) 2022-11-23T01:20:16.1752710Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.064s) 2022-11-23T01:20:16.1753430Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86982 for platform(s) mac, macos. 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-11-23T01:20:16.1753940Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.061s) 2022-11-23T01:20:16.1754220Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.064s) 2022-11-23T01:20:16.1754510Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.061s) 2022-11-23T01:20:16.1754790Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.060s) 2022-11-23T01:20:16.1755100Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.064s) 2022-11-23T01:20:16.1755750Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86638 for platform(s) mac, macos. 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-11-23T01:20:16.1756270Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.060s) 2022-11-23T01:20:16.1756670Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.064s) 2022-11-23T01:20:16.1756960Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1757250Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1757540Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1757820Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1758480Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86654 for platform(s) mac, macos. 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-11-23T01:20:16.1759060Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:20:16.1759340Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:20:16.1759610Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:20:16.1759910Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1760220Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1760530Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1768010Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1768320Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1768630Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1768930Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1769230Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1769530Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1769830Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1770130Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1770440Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1770750Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:16.1771080Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:16.1771400Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:16.1771720Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:16.1772040Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:20:16.1772560Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:20:16.1772890Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1773250Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1773570Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:20:16.1773890Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:20:16.1774200Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:20:16.1774520Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:20:16.1774920Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:16.1775250Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:16.1775570Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:16.1775900Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:16.1776220Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:20:16.1776550Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:20:16.1776870Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1777200Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:16.1777520Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:20:16.1777850Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:20:16.1778170Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:20:16.1778500Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:20:16.1778790Z test_embedding_dense_grad_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:16.1779080Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:16.1779380Z test_embedding_max_norm_device_cpu_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:16.1779700Z test_embedding_max_norm_device_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:16.1780010Z test_embedding_max_norm_device_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:16.1780300Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.065s) 2022-11-23T01:20:16.1780580Z test_embedding_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:20:16.1780910Z test_embedding_scalar_weight_error_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:16.1781070Z 2022-11-23T01:20:16.1781290Z ---------------------------------------------------------------------- 2022-11-23T01:20:16.1781470Z Ran 138 tests in 1.646s 2022-11-23T01:20:16.1781560Z 2022-11-23T01:20:16.1781610Z OK (skipped=11) 2022-11-23T01:20:16.1781690Z 2022-11-23T01:20:16.1781740Z Generating XML reports... 2022-11-23T01:20:16.1782050Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221123012014.xml 2022-11-23T01:20:16.1782460Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCPU-20221123012014.xml 2022-11-23T01:20:16.1782650Z 2022-11-23T01:20:16.1782920Z ##[endgroup] 2022-11-23T01:20:16.1783220Z FINISHED PRINTING LOG FILE of nn/test_embedding (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_embedding_zp5p37uu) 2022-11-23T01:20:16.1783410Z 2022-11-23T01:20:17.2561820Z Running test_module_init ... [2022-11-23 01:20:17.255996] 2022-11-23T01:20:17.2562570Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:17.256187] 2022-11-23T01:20:17.2562920Z Ignoring disabled issues: [] 2022-11-23T01:20:19.7120860Z 2022-11-23T01:20:19.7121300Z Expand the folded group to see the log file of test_module_init 2022-11-23T01:20:19.7121940Z ##[group]PRINTING LOG FILE of test_module_init (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_module_init_9nt_y88f) 2022-11-23T01:20:19.7122150Z 2022-11-23T01:20:19.7122210Z Running tests... 2022-11-23T01:20:19.7122570Z ---------------------------------------------------------------------- 2022-11-23T01:20:19.7122860Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-11-23T01:20:19.7123140Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7123410Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7123670Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7123910Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7124170Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7124420Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7124680Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7125050Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7125310Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7125570Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7125820Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7126050Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7126290Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7126530Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7126770Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7127010Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7127250Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7127480Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7127880Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7128120Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7128350Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7128580Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7128820Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7129050Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7129290Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7129530Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7129770Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7130010Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7130240Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7130570Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7130800Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7131020Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7131250Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7131480Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7131710Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7131930Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7132150Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7132380Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7132620Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7132860Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7133100Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7141580Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7141820Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7142060Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7142300Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7142530Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7142750Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7142980Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7143210Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7143430Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7143650Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7143870Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7144100Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7144350Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7144590Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7144830Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7145060Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7145430Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7145680Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7145940Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7146200Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7146450Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7146690Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7146930Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7147170Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7147410Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7147700Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7147940Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7148160Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7148390Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7148610Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7148830Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7149060Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7149280Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7149510Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7149730Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7149960Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7150200Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7150440Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7150660Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7150910Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7151160Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7151410Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7151630Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7151850Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7152070Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7152310Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7152560Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7152800Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7153050Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7153280Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7153500Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7153710Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7153930Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7154240Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7154470Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7154690Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7154900Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7155140Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7155370Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7155610Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7155840Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7156070Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7156300Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7156530Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7156890Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7157120Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7157350Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7157570Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7157790Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7158030Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7158280Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7158510Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7158740Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7158960Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7159190Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7159420Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7159660Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7159900Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7160140Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7160370Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7160600Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7160830Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7161060Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7161280Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7161500Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7161720Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7161950Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7162160Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7162380Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7162600Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7162820Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7163040Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7163340Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7163570Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7163790Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7164440Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:20:19.7164930Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:20:19.7165110Z ok (0.003s) 2022-11-23T01:20:19.7165300Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7165540Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7165880Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7166120Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7166370Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7166600Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7166830Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7167050Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7167270Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7167500Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7167720Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7167950Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7168210Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7168460Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7168710Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7168960Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7169200Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7169450Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7169700Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7169950Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7170190Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7170430Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7170670Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7176560Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7176850Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7177080Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7177310Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7177530Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7177760Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7178170Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7178430Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7178680Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7178910Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7179130Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7179360Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7179580Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7179810Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7180040Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7180290Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7180580Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7180810Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7181040Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7181260Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7181480Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7181700Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7181930Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7182160Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7182390Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7182620Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7182850Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7183080Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7183300Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7183520Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7183750Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7183980Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7184200Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7184430Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7184670Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7184930Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7185190Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7185460Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7185710Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7185960Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7186200Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7186450Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7186680Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7186900Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7187200Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7187430Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7187670Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7187910Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7188150Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7188400Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7188630Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7188870Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7189110Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7189350Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7189620Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7189870Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7190100Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7190340Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7190570Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7190790Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7191020Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7191250Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7191480Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7191700Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7191920Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7192140Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7192360Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7192580Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7192800Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7193020Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7193240Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7193460Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7193690Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7193940Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7194180Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7194410Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7194650Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7194890Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7195130Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7195370Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7195610Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7195840Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7196140Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7196380Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7196610Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7196830Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7197050Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7197280Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7197500Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7197710Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7197930Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7198160Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7198480Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7198720Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7198950Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7199190Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7199430Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7199650Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7199880Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7200100Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7200310Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7200530Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7200750Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7200970Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7201200Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7201430Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7201650Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7201870Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7202100Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7202340Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7202570Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7202780Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7203010Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7203230Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7203460Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7203690Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7203940Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7204200Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7204460Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:20:19.7204710Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:20:19.7205020Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7205290Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7210620Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7210930Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:20:19.7211170Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.331s) 2022-11-23T01:20:19.7211400Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.404s) 2022-11-23T01:20:19.7211650Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7211900Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7212170Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7212460Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7212930Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7213160Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7213390Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7213610Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7213840Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7214060Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7214310Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7214560Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7214820Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7215080Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7215320Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7215550Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7215790Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7216010Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7216230Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7216440Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7216660Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7216870Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7217110Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7217350Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7217590Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7217820Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7218040Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7218260Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7218500Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7218740Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7218980Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7219310Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7219570Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7219840Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7220090Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7220340Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7220580Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:20:19.7220820Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7221160Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7221590Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7222100Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7222510Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7222910Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7223300Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7223720Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7224140Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7224560Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7224970Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7225390Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7225790Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7226110Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7226350Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7226590Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7226820Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7227060Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7227340Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7227580Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7227840Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7228090Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7228340Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7228580Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7228820Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7229060Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7229290Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7229620Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7229870Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7230110Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7230350Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7230590Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7230840Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7231070Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7231310Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7231540Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7231780Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7232100Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7232510Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:20:19.7232820Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7233050Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7233280Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7233520Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7233760Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7234000Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7234320Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7234560Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7234790Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7235020Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7235250Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7235490Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7235720Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7236090Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:20:19.7236230Z 2022-11-23T01:20:19.7236460Z ---------------------------------------------------------------------- 2022-11-23T01:20:19.7236640Z Ran 376 tests in 1.406s 2022-11-23T01:20:19.7236730Z 2022-11-23T01:20:19.7236780Z OK (skipped=14) 2022-11-23T01:20:19.7236850Z 2022-11-23T01:20:19.7236910Z Generating XML reports... 2022-11-23T01:20:19.7237220Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221123012018.xml 2022-11-23T01:20:19.7237400Z 2022-11-23T01:20:19.7237690Z ##[endgroup] 2022-11-23T01:20:19.7238000Z FINISHED PRINTING LOG FILE of test_module_init (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_module_init_9nt_y88f) 2022-11-23T01:20:19.7238180Z 2022-11-23T01:20:20.7740860Z Running dynamo/test_misc ... [2022-11-23 01:20:20.773886] 2022-11-23T01:20:20.7747960Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_misc.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:20.774066] 2022-11-23T01:20:20.7748540Z Ignoring disabled issues: [] 2022-11-23T01:20:23.2535210Z 2022-11-23T01:20:23.2535470Z Expand the folded group to see the log file of dynamo/test_misc 2022-11-23T01:20:23.2536520Z ##[group]PRINTING LOG FILE of dynamo/test_misc (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_misc_8n1ck22z) 2022-11-23T01:20:23.2536750Z 2022-11-23T01:20:23.2536800Z Running tests... 2022-11-23T01:20:23.2537130Z ---------------------------------------------------------------------- 2022-11-23T01:20:23.2537420Z Test results will be stored in test-reports/python-unittest/dynamo.test_misc 2022-11-23T01:20:23.2537660Z test_allow_in_graph (__main__.MiscTests) ... ok (0.167s) 2022-11-23T01:20:23.2537920Z test_autocast (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2538220Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:20:23.2538430Z skip: requires cuda (0.001s) 2022-11-23T01:20:23.2538720Z test_autocast_cpu (__main__.MiscTests) ... stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:20:23.2538940Z ok (0.007s) 2022-11-23T01:20:23.2539130Z test_autocast_device (__main__.MiscTests) ... skip: requires cuda (0.001s) 2022-11-23T01:20:23.2539360Z test_autocast_float64 (__main__.MiscTests) ... skip: requires cuda (0.001s) 2022-11-23T01:20:23.2539590Z test_autograd_function_equivalence (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2539850Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:23.2540020Z ok (0.074s) 2022-11-23T01:20:23.2540330Z test_autograd_profiler (__main__.MiscTests) ... STAGE:2022-11-23 01:20:21 29415:41656579 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:20:23.2540700Z STAGE:2022-11-23 01:20:21 29415:41656579 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:20:23.2541040Z STAGE:2022-11-23 01:20:21 29415:41656579 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:20:23.2541360Z [2022-11-23 01:20:21,799] torch._dynamo.variables.torch: [WARNING] Profiler will be ignored 2022-11-23T01:20:23.2541590Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2541730Z unimplemented [] 2022-11-23T01:20:23.2541900Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:20:23.2542150Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:23.2542320Z ok (0.009s) 2022-11-23T01:20:23.2542680Z test_autograd_profiler_enabled (__main__.MiscTests) ... STAGE:2022-11-23 01:20:21 29415:41656579 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:20:23.2543050Z STAGE:2022-11-23 01:20:21 29415:41656579 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:20:23.2543620Z STAGE:2022-11-23 01:20:21 29415:41656579 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:20:23.2543880Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:23.2544020Z unimplemented [] 2022-11-23T01:20:23.2544250Z graph_break [('torch.autograd._profiler_enabled not supported yet', 1)] 2022-11-23T01:20:23.2544520Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:23.2544690Z ok (0.007s) 2022-11-23T01:20:23.2544970Z test_boolarg (__main__.MiscTests) ... stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:20:23.2545170Z ok (0.006s) 2022-11-23T01:20:23.2545330Z test_build_tuple_unpack (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2545590Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:23.2545760Z ok (0.007s) 2022-11-23T01:20:23.2546030Z test_builtin_isinstance (__main__.MiscTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2546360Z ok (0.004s) 2022-11-23T01:20:23.2546550Z test_builtin_subclasses_as_method_on_class_type (__main__.MiscTests) ... ok (0.001s) 2022-11-23T01:20:23.2546820Z test_builtin_subclasses_as_method_on_var (__main__.MiscTests) ... ok (0.002s) 2022-11-23T01:20:23.2547140Z test_callpacked (__main__.MiscTests) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:23.2547340Z ok (0.006s) 2022-11-23T01:20:23.2547550Z test_cell_output1 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2547830Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2548000Z ok (0.003s) 2022-11-23T01:20:23.2548210Z test_cell_output2 (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2548380Z unimplemented [] 2022-11-23T01:20:23.2548670Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:20:23.2548980Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2549150Z ok (0.005s) 2022-11-23T01:20:23.2549420Z test_change_backends (__main__.MiscTests) ... stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:20:23.2549660Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2549790Z ok (0.012s) 2022-11-23T01:20:23.2549990Z test_cond (__main__.MiscTests) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:20:23.2550160Z unimplemented [] 2022-11-23T01:20:23.2550370Z graph_break [('Fake tensor mode not yet supported for cond', 2)] 2022-11-23T01:20:23.2550630Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:23.2550800Z ok (0.008s) 2022-11-23T01:20:23.2551090Z test_cond_export (__main__.MiscTests) ... stats [('calls_captured', 6), ('unique_graphs', 5), ('fusions_possible', 1)] 2022-11-23T01:20:23.2551280Z ok (0.012s) 2022-11-23T01:20:23.2551550Z test_cond_export_single_arg (__main__.MiscTests) ... stats [('unique_graphs', 3), ('calls_captured', 2), ('fusions_possible', -1)] 2022-11-23T01:20:23.2551760Z ok (0.006s) 2022-11-23T01:20:23.2551980Z test_cond_nested (__main__.MiscTests) ... frames [('total', 11), ('ok', 11)] 2022-11-23T01:20:23.2552160Z unimplemented [] 2022-11-23T01:20:23.2552370Z graph_break [('Fake tensor mode not yet supported for cond', 6)] 2022-11-23T01:20:23.2552630Z stats [('calls_captured', 4), ('unique_graphs', 4), ('fusions_possible', 0)] 2022-11-23T01:20:23.2552790Z ok (0.018s) 2022-11-23T01:20:23.2553020Z test_cond_nested_fake_tensor_off (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2553290Z stats [('calls_captured', 6), ('unique_graphs', 5), ('fusions_possible', 1)] 2022-11-23T01:20:23.2553460Z ok (0.011s) 2022-11-23T01:20:23.2553680Z test_config_getattr_default (__main__.MiscTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:23.2553960Z stats [('calls_captured', 21), ('fusions_possible', 18), ('unique_graphs', 3)] 2022-11-23T01:20:23.2554190Z ok (0.016s) 2022-11-23T01:20:23.2554420Z test_config_log_level (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2554690Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2554850Z ok (0.003s) 2022-11-23T01:20:23.2555050Z test_config_obj (__main__.MiscTests) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:20:23.2555310Z stats [('calls_captured', 8), ('fusions_possible', 4), ('unique_graphs', 4)] 2022-11-23T01:20:23.2555480Z ok (0.011s) 2022-11-23T01:20:23.2555650Z test_const_dict_variable_python_type (__main__.MiscTests) ... ok (0.001s) 2022-11-23T01:20:23.2556150Z test_cross_entropy_loss_fancy_ctor (__main__.MiscTests) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T01:20:23.2556510Z warnings.warn(warning.format(ret)) 2022-11-23T01:20:23.2556720Z ok (0.001s) 2022-11-23T01:20:23.2556890Z test_cross_entropy_loss_simple_ctor (__main__.MiscTests) ... ok (0.001s) 2022-11-23T01:20:23.2557170Z test_dataclass_fields (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2557340Z inline_call [] 2022-11-23T01:20:23.2557560Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:20:23.2557730Z ok (0.019s) 2022-11-23T01:20:23.2557950Z test_dict_mutation_side_effect (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2558230Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2558540Z ok (0.003s) 2022-11-23T01:20:23.2558790Z test_dict_reconstruct_keeps_original_order (__main__.MiscTests) ... frames [('total', 13), ('ok', 12)] 2022-11-23T01:20:23.2559140Z unimplemented [("Guard setup for uninitialized class ", 1)] 2022-11-23T01:20:23.2559920Z graph_break [('UnspecializedNNModuleVariable missing add_module', 3), ('construct nn.Module: ReLU', 1), ('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/collections/__init__.py', 1), ('construct nn.Module: ModuleDict', 1), ('Patched init cannot be inlined.', 1), ('construct nn.Module: Linear', 1), ('construct nn.Module: Sigmoid', 1), ('call_method ConstDictVariable() update [TupleVariable()] {}', 1)] 2022-11-23T01:20:23.2560490Z inline_call [('inline __setitem__', 2), ('Patched init cannot be inlined.', 1)] 2022-11-23T01:20:23.2560660Z ok (0.022s) 2022-11-23T01:20:23.2560870Z test_dictcomp (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2561040Z inline_call [] 2022-11-23T01:20:23.2561250Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2561420Z ok (0.004s) 2022-11-23T01:20:23.2561580Z test_disable_optimize (__main__.MiscTests) ... ok (0.001s) 2022-11-23T01:20:23.2561850Z test_disallow_in_graph (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2562030Z unimplemented [] 2022-11-23T01:20:23.2562310Z graph_break [('call_function UserDefinedObjectVariable(sub) [TensorVariable(), ConstantVariable(int)] {}', 1)] 2022-11-23T01:20:23.2562610Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:23.2562780Z ok (0.006s) 2022-11-23T01:20:23.2562940Z test_dunder_methods (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2563190Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:23.2570940Z ok (0.011s) 2022-11-23T01:20:23.2571130Z test_duplicate_graph_break_warning (__main__.MiscTests) ... break 2022-11-23T01:20:23.2571290Z break 2022-11-23T01:20:23.2571480Z frames [('total', 9), ('ok', 9)] 2022-11-23T01:20:23.2571720Z inline_call [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 2)] 2022-11-23T01:20:23.2571910Z unimplemented [] 2022-11-23T01:20:23.2572320Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 4)] 2022-11-23T01:20:23.2572610Z stats [('calls_captured', 6), ('unique_graphs', 4), ('fusions_possible', 2)] 2022-11-23T01:20:23.2572770Z ok (0.014s) 2022-11-23T01:20:23.2572950Z test_dynamo_min_operator_with_shape (__main__.MiscTests) ... ok (0.001s) 2022-11-23T01:20:23.2573200Z test_empty_list (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2573460Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:23.2573620Z ok (0.004s) 2022-11-23T01:20:23.2573890Z test_enum_no_graphbreaks (__main__.MiscTests) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:20:23.2574090Z ok (0.006s) 2022-11-23T01:20:23.2574320Z test_error_on_nested_fx_trace (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2574590Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2574810Z ok (0.003s) 2022-11-23T01:20:23.2575070Z test_fold (__main__.MiscTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2575260Z ok (0.002s) 2022-11-23T01:20:23.2575540Z test_frozenset_torch_func_contains (__main__.MiscTests) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:20:23.2575750Z ok (0.005s) 2022-11-23T01:20:23.2576010Z test_function_annotation (__main__.MiscTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:23.2576210Z ok (0.004s) 2022-11-23T01:20:23.2576470Z test_generate_tensor_from_list_of_numpy_primitive_type (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2576670Z unimplemented [] 2022-11-23T01:20:23.2576820Z graph_break [('numpy', 1)] 2022-11-23T01:20:23.2577050Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2577220Z ok (0.004s) 2022-11-23T01:20:23.2577420Z test_grad (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2577590Z unimplemented [] 2022-11-23T01:20:23.2577760Z graph_break [('Tensor.backward', 1)] 2022-11-23T01:20:23.2578000Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:23.2578170Z ok (0.014s) 2022-11-23T01:20:23.2578380Z test_grad_mode_guard (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2578560Z unimplemented [] 2022-11-23T01:20:23.2578730Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:20:23.2578970Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:23.2579130Z ok (0.006s) 2022-11-23T01:20:23.2579340Z test_graph_break (__main__.MiscTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:23.2579510Z unimplemented [] 2022-11-23T01:20:23.2579850Z graph_break [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/__init__.py', 2)] 2022-11-23T01:20:23.2580180Z stats [('calls_captured', 6), ('fusions_possible', 3), ('unique_graphs', 3)] 2022-11-23T01:20:23.2580350Z ok (0.009s) 2022-11-23T01:20:23.2580610Z test_id_of_nn_module (__main__.MiscTests) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:20:23.2580810Z ok (0.005s) 2022-11-23T01:20:23.2581060Z test_if_cond_nn_mod (__main__.MiscTests) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:20:23.2581260Z ok (0.006s) 2022-11-23T01:20:23.2581470Z test_inference_mode (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2581740Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2581910Z ok (0.003s) 2022-11-23T01:20:23.2582120Z test_inline_dict_mutation (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2582300Z inline_call [] 2022-11-23T01:20:23.2582640Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2582810Z ok (0.004s) 2022-11-23T01:20:23.2583050Z test_inline_func_jump_on_tensor_condition (__main__.MiscTests) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:20:23.2583300Z inline_call [('generic_jump TensorVariable()', 1)] 2022-11-23T01:20:23.2583460Z unimplemented [] 2022-11-23T01:20:23.2583660Z graph_break [('generic_jump TensorVariable()', 1)] 2022-11-23T01:20:23.2583900Z stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:20:23.2584070Z ok (0.006s) 2022-11-23T01:20:23.2584280Z test_inline_list_mutation (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2584460Z inline_call [] 2022-11-23T01:20:23.2584670Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2584840Z ok (0.003s) 2022-11-23T01:20:23.2585090Z test_inplace (__main__.MiscTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2585360Z ok (0.003s) 2022-11-23T01:20:23.2585630Z test_inplace_param_update (__main__.MiscTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:20:23.2585840Z ok (0.004s) 2022-11-23T01:20:23.2586100Z test_is_floating_point (__main__.MiscTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2586300Z ok (0.003s) 2022-11-23T01:20:23.2586570Z test_is_floating_point2 (__main__.MiscTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2586770Z ok (0.003s) 2022-11-23T01:20:23.2587020Z test_is_tensor (__main__.MiscTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2587210Z ok (0.003s) 2022-11-23T01:20:23.2587420Z test_is_tensor2 (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2587670Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:23.2587840Z ok (0.005s) 2022-11-23T01:20:23.2588100Z test_is_tensor_like (__main__.MiscTests) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:20:23.2588300Z ok (0.004s) 2022-11-23T01:20:23.2588520Z test_is_tensor_like2 (__main__.MiscTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:23.2588690Z unimplemented [] 2022-11-23T01:20:23.2588920Z graph_break [('call_function args: UserDefinedObjectVariable(MyTensor) ', 1)] 2022-11-23T01:20:23.2589210Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:23.2589380Z ok (0.006s) 2022-11-23T01:20:23.2589620Z test_item (__main__.MiscTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2589810Z ok (0.004s) 2022-11-23T01:20:23.2590070Z test_item_changes (__main__.MiscTests) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:23.2590260Z ok (0.006s) 2022-11-23T01:20:23.2590530Z test_item_changes_new_shape (__main__.MiscTests) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:23.2590730Z ok (0.006s) 2022-11-23T01:20:23.2590900Z test_large_reduction_list (__main__.MiscTests) ... ok (0.006s) 2022-11-23T01:20:23.2591140Z test_linetable_writer (__main__.MiscTests) ... skip: use linetable when python >= 3.10 (0.000s) 2022-11-23T01:20:23.2591430Z test_list_append_return_none (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2591690Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2591860Z ok (0.003s) 2022-11-23T01:20:23.2592060Z test_list_mul (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2592230Z ok (0.001s) 2022-11-23T01:20:23.2592430Z test_listcomp (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2592720Z inline_call [] 2022-11-23T01:20:23.2593130Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:23.2593310Z ok (0.005s) 2022-11-23T01:20:23.2593470Z test_lnotab_writer (__main__.MiscTests) ... ok (0.001s) 2022-11-23T01:20:23.2593780Z test_manual_seed (__main__.MiscTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2593980Z ok (0.004s) 2022-11-23T01:20:23.2594240Z test_matmul1 (__main__.MiscTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2594440Z ok (0.002s) 2022-11-23T01:20:23.2594600Z test_module_complex_iter (__main__.MiscTests) ... ok (0.006s) 2022-11-23T01:20:23.2594860Z test_module_deepcopy (__main__.MiscTests) ... frames [('total', 6), ('ok', 6)] 2022-11-23T01:20:23.2595040Z unimplemented [] 2022-11-23T01:20:23.2595350Z graph_break [('call_function in skip_files /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/copy.py', 2)] 2022-11-23T01:20:23.2595630Z inline_call [] 2022-11-23T01:20:23.2595850Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:23.2596030Z ok (0.021s) 2022-11-23T01:20:23.2596190Z test_named_parameters (__main__.MiscTests) ... ok (0.013s) 2022-11-23T01:20:23.2602360Z test_namedtuple1 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2602660Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2602830Z ok (0.003s) 2022-11-23T01:20:23.2603030Z test_namedtuple2 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2603290Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2603450Z ok (0.004s) 2022-11-23T01:20:23.2603660Z test_namedtuple3 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2603910Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2604080Z ok (0.003s) 2022-11-23T01:20:23.2604280Z test_nan (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2604540Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2604700Z ok (0.002s) 2022-11-23T01:20:23.2604870Z test_nested_closure (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2605120Z stats [('calls_captured', 9), ('fusions_possible', 7), ('unique_graphs', 2)] 2022-11-23T01:20:23.2605290Z ok (0.010s) 2022-11-23T01:20:23.2605460Z test_nested_closure_mutation (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2605730Z stats [('calls_captured', 11), ('fusions_possible', 9), ('unique_graphs', 2)] 2022-11-23T01:20:23.2605900Z ok (0.008s) 2022-11-23T01:20:23.2606270Z test_nested_disable_decorator (__main__.MiscTests) ... [2022-11-23 01:20:22,261] torch._dynamo.convert_frame: [ERROR] WON'T CONVERT fn3 /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py line 1195 2022-11-23T01:20:23.2606550Z due to: 2022-11-23T01:20:23.2606680Z Traceback (most recent call last): 2022-11-23T01:20:23.2607010Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/exc.py", line 67, in unimplemented 2022-11-23T01:20:23.2607260Z raise Unsupported(msg) 2022-11-23T01:20:23.2607530Z torch._dynamo.exc.Unsupported: call torch._dynamo.disable() wrapped function .fn1 at 0x1265c2820> 2022-11-23T01:20:23.2607730Z 2022-11-23T01:20:23.2607780Z from user code: 2022-11-23T01:20:23.2608040Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py", line 1197, in fn3 2022-11-23T01:20:23.2608240Z return fn2(x) 2022-11-23T01:20:23.2608480Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py", line 1190, in fn2 2022-11-23T01:20:23.2608680Z x = fn1(x) # graph break 2022-11-23T01:20:23.2608770Z 2022-11-23T01:20:23.2608970Z Set torch._dynamo.config.verbose=True for more information 2022-11-23T01:20:23.2609090Z 2022-11-23T01:20:23.2609100Z 2022-11-23T01:20:23.2609190Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2609330Z unimplemented [] 2022-11-23T01:20:23.2609640Z graph_break [('call torch._dynamo.disable() wrapped function .fn1 at 0x1265c2820>', 1)] 2022-11-23T01:20:23.2609970Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:23.2610320Z inline_call [('call torch._dynamo.disable() wrapped function .fn1 at 0x1265c2820>', 1)] 2022-11-23T01:20:23.2610540Z ok (0.007s) 2022-11-23T01:20:23.2610810Z test_nested_optimize (__main__.MiscTests) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:20:23.2611010Z ok (0.007s) 2022-11-23T01:20:23.2611180Z test_nested_optimize_decorator (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2611440Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:23.2611670Z ok (0.004s) 2022-11-23T01:20:23.2611940Z test_nested_optimize_run (__main__.MiscTests) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:20:23.2612140Z ok (0.006s) 2022-11-23T01:20:23.2612310Z test_nn_sequential_invocation (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2612570Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2612740Z ok (0.009s) 2022-11-23T01:20:23.2612920Z test_nn_sequential_invocation_reposition_indices (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2613190Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2613360Z ok (0.007s) 2022-11-23T01:20:23.2613590Z test_no_error_on_nested_fx_trace (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2613860Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2614020Z ok (0.003s) 2022-11-23T01:20:23.2614280Z test_no_grad (__main__.MiscTests) ... stats [('calls_captured', 40), ('fusions_possible', 32), ('unique_graphs', 8)] 2022-11-23T01:20:23.2614480Z ok (0.025s) 2022-11-23T01:20:23.2614720Z test_numel (__main__.MiscTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2614910Z ok (0.003s) 2022-11-23T01:20:23.2615120Z test_numpy_int_constant (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2615380Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2615550Z ok (0.003s) 2022-11-23T01:20:23.2615770Z test_numpy_variable_isinstance (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2616040Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2616200Z ok (0.003s) 2022-11-23T01:20:23.2616370Z test_object_classmethod (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2616620Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2616780Z ok (0.003s) 2022-11-23T01:20:23.2616950Z test_object_staticmethod (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2617200Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2617360Z ok (0.003s) 2022-11-23T01:20:23.2617630Z test_onnx_shape_as_tensor (__main__.MiscTests) ... stats [('calls_captured', 15), ('fusions_possible', 10), ('unique_graphs', 5)] 2022-11-23T01:20:23.2617830Z ok (0.033s) 2022-11-23T01:20:23.2618090Z test_optimize_on_module (__main__.MiscTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2618290Z ok (0.003s) 2022-11-23T01:20:23.2618540Z test_pair (__main__.MiscTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:20:23.2618730Z ok (0.005s) 2022-11-23T01:20:23.2618980Z test_python_slice (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2619160Z ok (0.003s) 2022-11-23T01:20:23.2619370Z test_raise_on_backend_error (__main__.MiscTests) ... frames [('total', 1)] 2022-11-23T01:20:23.2619610Z stats [('calls_captured', 3), ('fusions_possible', 2)] 2022-11-23T01:20:23.2619760Z ok (0.003s) 2022-11-23T01:20:23.2619960Z test_raises (__main__.MiscTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:23.2620130Z unimplemented [] 2022-11-23T01:20:23.2620360Z graph_break [('call_function BuiltinVariable(str) [TensorVariable()] {}', 1)] 2022-11-23T01:20:23.2620640Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2620800Z ok (0.004s) 2022-11-23T01:20:23.2620970Z test_rand (__main__.MiscTests) ... skip: requires cuda (0.000s) 2022-11-23T01:20:23.2621170Z test_range_input (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2621520Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2621740Z ok (0.003s) 2022-11-23T01:20:23.2621980Z test_recursive_inline_list_mutation (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2622160Z inline_call [] 2022-11-23T01:20:23.2622380Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:20:23.2622540Z ok (0.008s) 2022-11-23T01:20:23.2622760Z test_release_input_memory (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2623030Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2623200Z ok (0.002s) 2022-11-23T01:20:23.2623420Z test_release_module_memory (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2623680Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2623850Z ok (0.004s) 2022-11-23T01:20:23.2624140Z test_repro_graph_breaks_in__get_item_by_idx (__main__.MiscTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2624350Z ok (0.004s) 2022-11-23T01:20:23.2624570Z test_return_nested_function (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2624840Z stats [('calls_captured', 7), ('fusions_possible', 5), ('unique_graphs', 2)] 2022-11-23T01:20:23.2625010Z ok (0.007s) 2022-11-23T01:20:23.2625210Z test_sample_input (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2625540Z unimplemented [('call_method UserDefinedObjectVariable(member_descriptor) __mul__ [ConstantVariable(int)] {}', 1)] 2022-11-23T01:20:23.2625930Z graph_break [("isinstance called on UserDefinedClass UserDefinedObjectVariable(member_descriptor) ", 1)] 2022-11-23T01:20:23.2626150Z ok (0.301s) 2022-11-23T01:20:23.2626370Z test_setattr_mutation1 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2626640Z stats [('calls_captured', 12), ('fusions_possible', 11), ('unique_graphs', 1)] 2022-11-23T01:20:23.2626820Z ok (0.009s) 2022-11-23T01:20:23.2627030Z test_setattr_mutation2 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2627200Z inline_call [] 2022-11-23T01:20:23.2627420Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:20:23.2627580Z ok (0.007s) 2022-11-23T01:20:23.2627800Z test_setattr_mutation3 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2627970Z inline_call [] 2022-11-23T01:20:23.2628190Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:20:23.2628360Z ok (0.007s) 2022-11-23T01:20:23.2628560Z test_shape_unpack (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2628820Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2628990Z ok (0.002s) 2022-11-23T01:20:23.2629350Z test_side_effects_codegen_update_mutated (__main__.MiscTests) ... frames [('total', 6), ('ok', 6)] 2022-11-23T01:20:23.2629550Z unimplemented [] 2022-11-23T01:20:23.2635390Z graph_break [('Tensor.item', 4)] 2022-11-23T01:20:23.2635640Z stats [('calls_captured', 8), ('fusions_possible', 4), ('unique_graphs', 4)] 2022-11-23T01:20:23.2635810Z ok (0.015s) 2022-11-23T01:20:23.2636010Z test_size_input (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2636270Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:23.2636430Z ok (0.004s) 2022-11-23T01:20:23.2636690Z test_slice_input (__main__.MiscTests) ... stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:20:23.2636890Z ok (0.010s) 2022-11-23T01:20:23.2637120Z test_tensor_build_list_unpack (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2637380Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2637550Z ok (0.010s) 2022-11-23T01:20:23.2637970Z test_tensor_data (__main__.MiscTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2638160Z ok (0.004s) 2022-11-23T01:20:23.2638370Z test_tensor_dict1 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2638620Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2638780Z ok (0.003s) 2022-11-23T01:20:23.2638980Z test_tensor_dict2 (__main__.MiscTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:23.2639220Z stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:20:23.2639380Z ok (0.010s) 2022-11-23T01:20:23.2639610Z test_tensor_dot_grad_no_graph_break (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2639800Z unimplemented [] 2022-11-23T01:20:23.2639970Z graph_break [('Tensor.backward', 1)] 2022-11-23T01:20:23.2640190Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:23.2640360Z ok (0.008s) 2022-11-23T01:20:23.2640580Z test_tensor_is_contiguous (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2640840Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:20:23.2641000Z ok (0.009s) 2022-11-23T01:20:23.2641200Z test_tensor_item_capture (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2641460Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2641620Z ok (0.003s) 2022-11-23T01:20:23.2641830Z test_tensor_item_no_capture (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2642010Z unimplemented [] 2022-11-23T01:20:23.2642170Z graph_break [('Tensor.item', 1)] 2022-11-23T01:20:23.2642400Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2642560Z ok (0.003s) 2022-11-23T01:20:23.2642810Z test_tensor_layout (__main__.MiscTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2643000Z ok (0.003s) 2022-11-23T01:20:23.2643210Z test_tensor_types (__main__.MiscTests) ... frames [('total', 10), ('ok', 10)] 2022-11-23T01:20:23.2643470Z stats [('calls_captured', 10), ('unique_graphs', 10), ('fusions_possible', 0)] 2022-11-23T01:20:23.2643630Z ok (0.017s) 2022-11-23T01:20:23.2643890Z test_top_package_import (__main__.MiscTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2644090Z ok (0.003s) 2022-11-23T01:20:23.2644350Z test_torch_cuda_is_available (__main__.MiscTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2644560Z ok (0.002s) 2022-11-23T01:20:23.2644780Z test_torch_nn_parameter_isinstance (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2645050Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2645210Z ok (0.004s) 2022-11-23T01:20:23.2645630Z test_torch_profiler (__main__.MiscTests) ... STAGE:2022-11-23 01:20:22 29415:41656579 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:20:23.2646040Z STAGE:2022-11-23 01:20:22 29415:41656579 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:20:23.2646370Z STAGE:2022-11-23 01:20:22 29415:41656579 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:20:23.2646680Z [2022-11-23 01:20:22,853] torch._dynamo.variables.torch: [WARNING] Profiler will be ignored 2022-11-23T01:20:23.2646970Z [2022-11-23 01:20:22,854] torch._dynamo.variables.torch: [WARNING] Profiler will be ignored 2022-11-23T01:20:23.2647190Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2647330Z unimplemented [] 2022-11-23T01:20:23.2647490Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:20:23.2647730Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:23.2647900Z ok (0.009s) 2022-11-23T01:20:23.2648260Z test_torch_seed (__main__.MiscTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2648460Z ok (0.003s) 2022-11-23T01:20:23.2648710Z test_torch_size (__main__.MiscTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2648900Z ok (0.003s) 2022-11-23T01:20:23.2649100Z test_type_copy (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2649360Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:23.2649520Z ok (0.007s) 2022-11-23T01:20:23.2649740Z test_typing_variable_isinstance (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2650000Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2650170Z ok (0.003s) 2022-11-23T01:20:23.2650420Z test_unpack4 (__main__.MiscTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:20:23.2650610Z ok (0.005s) 2022-11-23T01:20:23.2650850Z test_unpack5 (__main__.MiscTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:20:23.2651030Z ok (0.005s) 2022-11-23T01:20:23.2651390Z test_unsupported_fake_tensor (__main__.MiscTests) ... [2022-11-23 01:20:22,887] torch._dynamo.convert_frame: [ERROR] WON'T CONVERT f /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py line 1705 2022-11-23T01:20:23.2651650Z due to: 2022-11-23T01:20:23.2651780Z Traceback (most recent call last): 2022-11-23T01:20:23.2652100Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_ops.py", line 107, in resolve_key 2022-11-23T01:20:23.2652390Z raise NotImplementedError(f"could not find kernel for {op} at dispatch key {k}") 2022-11-23T01:20:23.2652670Z NotImplementedError: could not find kernel for aten.quantize_per_tensor.default at dispatch key DispatchKey.Meta 2022-11-23T01:20:23.2652870Z 2022-11-23T01:20:23.2652980Z During handling of the above exception, another exception occurred: 2022-11-23T01:20:23.2653110Z 2022-11-23T01:20:23.2653170Z Traceback (most recent call last): 2022-11-23T01:20:23.2653530Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_subclasses/fake_tensor.py", line 213, in from_real_tensor 2022-11-23T01:20:23.2653840Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-11-23T01:20:23.2654120Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-11-23T01:20:23.2654280Z 2022-11-23T01:20:23.2654380Z The above exception was the direct cause of the following exception: 2022-11-23T01:20:23.2654510Z 2022-11-23T01:20:23.2654570Z Traceback (most recent call last): 2022-11-23T01:20:23.2654880Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/utils.py", line 1112, in run_node 2022-11-23T01:20:23.2655230Z raise RuntimeError( 2022-11-23T01:20:23.2655640Z RuntimeError: Failed running call_function (*(FakeTensor(FakeTensor(..., device='meta', size=(2, 2)), cpu), 0.1, 10, torch.quint8), **{}): 2022-11-23T01:20:23.2655910Z quantized nyi in meta tensors 2022-11-23T01:20:23.2656050Z (scroll up for backtrace) 2022-11-23T01:20:23.2656140Z 2022-11-23T01:20:23.2656240Z The above exception was the direct cause of the following exception: 2022-11-23T01:20:23.2656370Z 2022-11-23T01:20:23.2656430Z Traceback (most recent call last): 2022-11-23T01:20:23.2656750Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/utils.py", line 1082, in get_fake_value 2022-11-23T01:20:23.2656990Z raise TorchRuntimeError() from e 2022-11-23T01:20:23.2657170Z torch._dynamo.exc.TorchRuntimeError: 2022-11-23T01:20:23.2657270Z 2022-11-23T01:20:23.2657320Z from user code: 2022-11-23T01:20:23.2657690Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py", line 1706, in f 2022-11-23T01:20:23.2657930Z return torch.quantize_per_tensor(x, 0.1, 10, torch.quint8) 2022-11-23T01:20:23.2658040Z 2022-11-23T01:20:23.2658140Z Set torch._dynamo.config.verbose=True for more information 2022-11-23T01:20:23.2658260Z 2022-11-23T01:20:23.2658260Z 2022-11-23T01:20:23.2658330Z frames [('total', 1)] 2022-11-23T01:20:23.2658550Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2658720Z ok (0.004s) 2022-11-23T01:20:23.2658960Z test_update_locals_and_stack_uses_shared_cache (__main__.MiscTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:20:23.2659150Z inline_call [] 2022-11-23T01:20:23.2659270Z unimplemented [] 2022-11-23T01:20:23.2659510Z graph_break [('call_method ListVariable() extend [ListIteratorVariable()] {}', 1)] 2022-11-23T01:20:23.2659690Z ok (0.004s) 2022-11-23T01:20:23.2659960Z test_user_defined_class_name (__main__.MiscTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2660170Z ok (0.004s) 2022-11-23T01:20:23.2660350Z test_user_function_variable_supports_enum_argument (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2660530Z ok (0.002s) 2022-11-23T01:20:23.2660710Z test_user_function_variable_supports_function_argument (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2660990Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2661160Z ok (0.003s) 2022-11-23T01:20:23.2661350Z test_user_function_variable_supports_type_abcmeta_argument (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2661630Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:23.2661790Z ok (0.003s) 2022-11-23T01:20:23.2662000Z test_user_getattr1 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2662160Z inline_call [] 2022-11-23T01:20:23.2662370Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2662530Z ok (0.003s) 2022-11-23T01:20:23.2662740Z test_user_getattr2 (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2669780Z inline_call [] 2022-11-23T01:20:23.2670140Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2670340Z ok (0.004s) 2022-11-23T01:20:23.2670550Z test_user_property (__main__.MiscTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:23.2670720Z inline_call [] 2022-11-23T01:20:23.2670930Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2671090Z ok (0.003s) 2022-11-23T01:20:23.2671260Z test_usr_cls_classmethod (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2671510Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2671670Z ok (0.004s) 2022-11-23T01:20:23.2672020Z test_usr_cls_staticmethod (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2672290Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:23.2672460Z ok (0.004s) 2022-11-23T01:20:23.2672610Z test_version_ci (__main__.MiscTests) ... ok (0.000s) 2022-11-23T01:20:23.2672820Z test_write_to_closures_in_inlining (__main__.MiscTests) ... inline_call [] 2022-11-23T01:20:23.2673120Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:23.2673280Z ok (0.004s) 2022-11-23T01:20:23.2673430Z test_jit_save (__main__.TestTracer) ... ok (0.020s) 2022-11-23T01:20:23.2673570Z 2022-11-23T01:20:23.2673710Z ---------------------------------------------------------------------- 2022-11-23T01:20:23.2673890Z Ran 149 tests in 1.403s 2022-11-23T01:20:23.2673980Z 2022-11-23T01:20:23.2674030Z OK (skipped=5) 2022-11-23T01:20:23.2674100Z 2022-11-23T01:20:23.2674160Z Generating XML reports... 2022-11-23T01:20:23.2674450Z Generated XML report: test-reports/python-unittest/dynamo.test_misc/TEST-MiscTests-20221123012021.xml 2022-11-23T01:20:23.2674920Z Generated XML report: test-reports/python-unittest/dynamo.test_misc/TEST-TestTracer-20221123012021.xml 2022-11-23T01:20:23.2675080Z 2022-11-23T01:20:23.2675410Z ##[endgroup] 2022-11-23T01:20:23.2675710Z FINISHED PRINTING LOG FILE of dynamo/test_misc (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_misc_8n1ck22z) 2022-11-23T01:20:23.2675890Z 2022-11-23T01:20:24.3095570Z Running test_mkl_verbose ... [2022-11-23 01:20:24.309302] 2022-11-23T01:20:24.3097580Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:24.309594] 2022-11-23T01:20:24.3097930Z Ignoring disabled issues: [] 2022-11-23T01:20:26.5408920Z 2022-11-23T01:20:26.5409240Z Expand the folded group to see the log file of test_mkl_verbose 2022-11-23T01:20:26.5409790Z ##[group]PRINTING LOG FILE of test_mkl_verbose (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mkl_verbose_luac648e) 2022-11-23T01:20:26.5410020Z 2022-11-23T01:20:26.5410070Z Running tests... 2022-11-23T01:20:26.5410470Z ---------------------------------------------------------------------- 2022-11-23T01:20:26.5410790Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-11-23T01:20:26.5411020Z test_verbose_off (__main__.TestMKLVerbose) ... ok (0.774s) 2022-11-23T01:20:26.5411230Z test_verbose_on (__main__.TestMKLVerbose) ... ok (0.616s) 2022-11-23T01:20:26.5411340Z 2022-11-23T01:20:26.5411490Z ---------------------------------------------------------------------- 2022-11-23T01:20:26.5411670Z Ran 2 tests in 1.391s 2022-11-23T01:20:26.5411760Z 2022-11-23T01:20:26.5411810Z OK 2022-11-23T01:20:26.5411870Z 2022-11-23T01:20:26.5411940Z Generating XML reports... 2022-11-23T01:20:26.5412250Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221123012024.xml 2022-11-23T01:20:26.5412440Z 2022-11-23T01:20:26.5412600Z ##[endgroup] 2022-11-23T01:20:26.5412920Z FINISHED PRINTING LOG FILE of test_mkl_verbose (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mkl_verbose_luac648e) 2022-11-23T01:20:26.5413100Z 2022-11-23T01:20:27.6135630Z Running test_mkldnn_verbose ... [2022-11-23 01:20:27.613282] 2022-11-23T01:20:27.6136350Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:27.613574] 2022-11-23T01:20:27.6136650Z Ignoring disabled issues: [] 2022-11-23T01:20:29.8346040Z 2022-11-23T01:20:29.8346300Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-11-23T01:20:29.8347800Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mkldnn_verbose_ybe7tn9i) 2022-11-23T01:20:29.8348070Z 2022-11-23T01:20:29.8348360Z Running tests... 2022-11-23T01:20:29.8348750Z ---------------------------------------------------------------------- 2022-11-23T01:20:29.8349100Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-11-23T01:20:29.8349340Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (0.775s) 2022-11-23T01:20:29.8349560Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (0.622s) 2022-11-23T01:20:29.8349680Z 2022-11-23T01:20:29.8349820Z ---------------------------------------------------------------------- 2022-11-23T01:20:29.8350010Z Ran 2 tests in 1.398s 2022-11-23T01:20:29.8350110Z 2022-11-23T01:20:29.8350150Z OK 2022-11-23T01:20:29.8350220Z 2022-11-23T01:20:29.8350280Z Generating XML reports... 2022-11-23T01:20:29.8350600Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221123012028.xml 2022-11-23T01:20:29.8350790Z 2022-11-23T01:20:29.8350950Z ##[endgroup] 2022-11-23T01:20:29.8351260Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mkldnn_verbose_ybe7tn9i) 2022-11-23T01:20:29.8351570Z 2022-11-23T01:20:30.8953030Z Running test_import_stats ... [2022-11-23 01:20:30.895097] 2022-11-23T01:20:30.8953580Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:30.895297] 2022-11-23T01:20:30.8953880Z Ignoring disabled issues: [] 2022-11-23T01:20:33.1070350Z 2022-11-23T01:20:33.1070730Z Expand the folded group to see the log file of test_import_stats 2022-11-23T01:20:33.1071540Z ##[group]PRINTING LOG FILE of test_import_stats (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_import_stats_yt5na9kc) 2022-11-23T01:20:33.1071730Z 2022-11-23T01:20:33.1071780Z Running tests... 2022-11-23T01:20:33.1072130Z ---------------------------------------------------------------------- 2022-11-23T01:20:33.1072430Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-11-23T01:20:33.1072680Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (0.761s) 2022-11-23T01:20:33.1072900Z test_time_import_torch (__main__.TestImportTime) ... ok (0.610s) 2022-11-23T01:20:33.1073030Z 2022-11-23T01:20:33.1073170Z ---------------------------------------------------------------------- 2022-11-23T01:20:33.1073360Z Ran 2 tests in 1.371s 2022-11-23T01:20:33.1073440Z 2022-11-23T01:20:33.1073490Z OK 2022-11-23T01:20:33.1073550Z 2022-11-23T01:20:33.1073620Z Generating XML reports... 2022-11-23T01:20:33.1073920Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221123012031.xml 2022-11-23T01:20:33.1074100Z 2022-11-23T01:20:33.1074260Z ##[endgroup] 2022-11-23T01:20:33.1074570Z FINISHED PRINTING LOG FILE of test_import_stats (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_import_stats_yt5na9kc) 2022-11-23T01:20:33.1074760Z 2022-11-23T01:20:34.1659450Z Running test_sort_and_select ... [2022-11-23 01:20:34.165700] 2022-11-23T01:20:34.1660820Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:34.165929] 2022-11-23T01:20:34.1661230Z Ignoring disabled issues: [] 2022-11-23T01:20:36.2735230Z 2022-11-23T01:20:36.2735610Z Expand the folded group to see the log file of test_sort_and_select 2022-11-23T01:20:36.2736180Z ##[group]PRINTING LOG FILE of test_sort_and_select (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_sort_and_select_1m7i3err) 2022-11-23T01:20:36.2736390Z 2022-11-23T01:20:36.2736960Z Running tests... 2022-11-23T01:20:36.2737360Z ---------------------------------------------------------------------- 2022-11-23T01:20:36.2737690Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-11-23T01:20:36.2738130Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-11-23T01:20:36.2738390Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2738650Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2738890Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2739110Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2746690Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2746920Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2747190Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2747480Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2747780Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2748220Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2748500Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2748780Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2749060Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2749320Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T01:20:36.2749560Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-11-23T01:20:36.2749800Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2750040Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2750280Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2750510Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2750730Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2750960Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2751180Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2751400Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2751620Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2751840Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2752780Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:20:36.2753430Z torch.sort(tensor, out=(values, indices)) 2022-11-23T01:20:36.2753580Z ok (0.001s) 2022-11-23T01:20:36.2753750Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (0.723s) 2022-11-23T01:20:36.2754010Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2754340Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:36.2754720Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2755000Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2755890Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:20:36.2756500Z torch.sort(tensor, out=(values, indices)) 2022-11-23T01:20:36.2756650Z ok (0.001s) 2022-11-23T01:20:36.2756850Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-11-23T01:20:36.2757170Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2757430Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-11-23T01:20:36.2757680Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-11-23T01:20:36.2757930Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2758180Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2758430Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2758680Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2758940Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T01:20:36.2759180Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T01:20:36.2759420Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T01:20:36.2759660Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T01:20:36.2759890Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T01:20:36.2760120Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2760350Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2760570Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2760800Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T01:20:36.2761030Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2761270Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2761520Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2761740Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2762000Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:36.2762240Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.104s) 2022-11-23T01:20:36.2762470Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2762710Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2762940Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2763180Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2763410Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2763710Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:36.2763990Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2764230Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2764480Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2764720Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2764950Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2765170Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2765400Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2765630Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2765850Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2766150Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-11-23T01:20:36.2766390Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T01:20:36.2766640Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2766890Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T01:20:36.2767140Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T01:20:36.2767390Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2767630Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2767870Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2768120Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2768370Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T01:20:36.2768610Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T01:20:36.2768830Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-11-23T01:20:36.2769060Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T01:20:36.2769280Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T01:20:36.2769510Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T01:20:36.2769730Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T01:20:36.2769950Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T01:20:36.2770170Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T01:20:36.2770390Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T01:20:36.2770940Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_sort_and_select.py:423: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:20:36.2771320Z x = torch.tensor([[[1., 1.], 2022-11-23T01:20:36.2771750Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_sort_and_select.py:438: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:20:36.2772100Z expected_unique_dim0 = torch.tensor([[[1., 1.], 2022-11-23T01:20:36.2772640Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_sort_and_select.py:446: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:20:36.2772990Z expected_unique_dim1 = torch.tensor([[[0., 1.], 2022-11-23T01:20:36.2773440Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_sort_and_select.py:462: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:20:36.2773770Z expected_unique_dim2 = torch.tensor([[[1., 1.], 2022-11-23T01:20:36.2773920Z ok (0.025s) 2022-11-23T01:20:36.2773990Z 2022-11-23T01:20:36.2774140Z ---------------------------------------------------------------------- 2022-11-23T01:20:36.2774320Z Ran 91 tests in 1.120s 2022-11-23T01:20:36.2774410Z 2022-11-23T01:20:36.2774460Z OK (skipped=13) 2022-11-23T01:20:36.2774540Z 2022-11-23T01:20:36.2774600Z Generating XML reports... 2022-11-23T01:20:36.2774910Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20221123012034.xml 2022-11-23T01:20:36.2775220Z 2022-11-23T01:20:36.2775460Z ##[endgroup] 2022-11-23T01:20:36.2775780Z FINISHED PRINTING LOG FILE of test_sort_and_select (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_sort_and_select_1m7i3err) 2022-11-23T01:20:36.2775970Z 2022-11-23T01:20:37.3557930Z Running test_bundled_inputs ... [2022-11-23 01:20:37.355614] 2022-11-23T01:20:37.3558520Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:37.355799] 2022-11-23T01:20:37.3558830Z Ignoring disabled issues: [] 2022-11-23T01:20:39.3041120Z 2022-11-23T01:20:39.3041620Z Expand the folded group to see the log file of test_bundled_inputs 2022-11-23T01:20:39.3043560Z ##[group]PRINTING LOG FILE of test_bundled_inputs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_bundled_inputs_op53dape) 2022-11-23T01:20:39.3043770Z 2022-11-23T01:20:39.3043820Z Running tests... 2022-11-23T01:20:39.3050710Z ---------------------------------------------------------------------- 2022-11-23T01:20:39.3051040Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-11-23T01:20:39.3051280Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.156s) 2022-11-23T01:20:39.3051870Z test_dict_args (__main__.TestBundledInputs) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:20:39.3052310Z warnings.warn(message, UserWarning) 2022-11-23T01:20:39.3052460Z ok (0.877s) 2022-11-23T01:20:39.3052640Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.004s) 2022-11-23T01:20:39.3052880Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.004s) 2022-11-23T01:20:39.3053120Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.005s) 2022-11-23T01:20:39.3053360Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.006s) 2022-11-23T01:20:39.3053600Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.027s) 2022-11-23T01:20:39.3053860Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.003s) 2022-11-23T01:20:39.3054140Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.002s) 2022-11-23T01:20:39.3054380Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.005s) 2022-11-23T01:20:39.3054600Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.006s) 2022-11-23T01:20:39.3054810Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.019s) 2022-11-23T01:20:39.3054930Z 2022-11-23T01:20:39.3055080Z ---------------------------------------------------------------------- 2022-11-23T01:20:39.3055500Z Ran 12 tests in 1.124s 2022-11-23T01:20:39.3055600Z 2022-11-23T01:20:39.3055640Z OK 2022-11-23T01:20:39.3055710Z 2022-11-23T01:20:39.3055770Z Generating XML reports... 2022-11-23T01:20:39.3056090Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221123012038.xml 2022-11-23T01:20:39.3056280Z 2022-11-23T01:20:39.3056480Z ##[endgroup] 2022-11-23T01:20:39.3056790Z FINISHED PRINTING LOG FILE of test_bundled_inputs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_bundled_inputs_op53dape) 2022-11-23T01:20:39.3056980Z 2022-11-23T01:20:40.3701430Z Running test_maskedtensor ... [2022-11-23 01:20:40.369990] 2022-11-23T01:20:40.3702460Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:40.370171] 2022-11-23T01:20:40.3702860Z Ignoring disabled issues: [] 2022-11-23T01:20:42.6662400Z 2022-11-23T01:20:42.6662760Z Expand the folded group to see the log file of test_maskedtensor 2022-11-23T01:20:42.6664130Z ##[group]PRINTING LOG FILE of test_maskedtensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_maskedtensor_15wf_jbk) 2022-11-23T01:20:42.6664350Z 2022-11-23T01:20:42.6664410Z Running tests... 2022-11-23T01:20:42.6664730Z ---------------------------------------------------------------------- 2022-11-23T01:20:42.6665020Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-11-23T01:20:42.6665750Z test_add_cpu (__main__.TestBasicsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T01:20:42.6666250Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T01:20:42.6666430Z ok (0.002s) 2022-11-23T01:20:42.6666600Z test_contiguous_cpu (__main__.TestBasicsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6666800Z test_diff_dim_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6667000Z test_diff_layouts_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6667210Z test_diff_sizes_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6667420Z test_grad_warning_cpu (__main__.TestBasicsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6668090Z test_invalid_sparse_coo_values_cpu (__main__.TestBasicsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T01:20:42.6668620Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T01:20:42.6668790Z ok (0.001s) 2022-11-23T01:20:42.6669680Z test_invalid_sparse_csr_values_cpu (__main__.TestBasicsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_maskedtensor.py:293: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:20:42.6670150Z t1 = torch.sparse_csr_tensor( 2022-11-23T01:20:42.6670290Z ok (0.001s) 2022-11-23T01:20:42.6670460Z test_invalid_sparse_layout_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6670680Z test_invalid_tensor_inputs_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6671360Z test_softmax_cpu (__main__.TestBasicsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T01:20:42.6671800Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T01:20:42.6672000Z ok (0.015s) 2022-11-23T01:20:42.6672170Z test_to_dense_and_sparse_coo_cpu (__main__.TestBasicsCPU) ... ok (0.008s) 2022-11-23T01:20:42.6672410Z test_to_dense_and_sparse_csr_cpu (__main__.TestBasicsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6672620Z test_to_dense_cpu (__main__.TestBasicsCPU) ... ok (0.005s) 2022-11-23T01:20:42.6672830Z test_to_sparse_cpu (__main__.TestBasicsCPU) ... ok (0.004s) 2022-11-23T01:20:42.6673020Z test_where_cpu (__main__.TestBasicsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6673220Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6673430Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6673710Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6673920Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6674140Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6674360Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6674590Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6674810Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6675010Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6675220Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6675430Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6675640Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6675860Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6676060Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6676260Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6676460Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6676660Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6676880Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6677090Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6677280Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6677490Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6677690Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6677920Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6678140Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6678340Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6678540Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6678750Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6678950Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6679160Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6679370Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6679580Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6679790Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6680000Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6680270Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6680480Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6680700Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6680920Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6681140Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6681370Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6681590Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6681840Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6682070Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6690480Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6690880Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6691100Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6691320Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6691540Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.005s) 2022-11-23T01:20:42.6691770Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6692000Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6692220Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6692440Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6692670Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6692900Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6693120Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6693330Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6693560Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6693780Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6693990Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6694220Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6694440Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6694660Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6694890Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T01:20:42.6695120Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6695340Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6695570Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6695800Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6696020Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6696240Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T01:20:42.6696490Z test_binary_core_add_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6696770Z test_binary_core_add_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6697040Z test_binary_core_add_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6697420Z test_binary_core_add_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6697700Z test_binary_core_add_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6697960Z test_binary_core_add_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6698270Z test_binary_core_add_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6698530Z test_binary_core_add_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6698800Z test_binary_core_add_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6699060Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6699330Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6699680Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6699950Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6700220Z test_binary_core_atan2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6700480Z test_binary_core_atan2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6700760Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6701060Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6701340Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6701610Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6701900Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6702180Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6702460Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6702750Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6703040Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6703330Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6703630Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6703920Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6704200Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6704490Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6704780Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6705070Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6705360Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6705690Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6705980Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6706270Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6706550Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6706830Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6707110Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6707390Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6707680Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6708040Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6708330Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6708600Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6708870Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6709120Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6709380Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6709640Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6709900Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6710160Z test_binary_core_eq_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6710430Z test_binary_core_eq_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6710690Z test_binary_core_eq_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6710960Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6711250Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6711530Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6711810Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6712090Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6712370Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6712650Z test_binary_core_floor_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6712930Z test_binary_core_floor_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6713200Z test_binary_core_floor_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6713470Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6713790Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6714070Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6714340Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6714600Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6714860Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6715130Z test_binary_core_fmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6715390Z test_binary_core_fmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6715650Z test_binary_core_fmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6715920Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6716270Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6716530Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6716790Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6717050Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6717310Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6717570Z test_binary_core_fmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6717840Z test_binary_core_fmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6718100Z test_binary_core_fmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6718360Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6718620Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6718880Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6719140Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6719400Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6719660Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6719920Z test_binary_core_fmod_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6720190Z test_binary_core_fmod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6720440Z test_binary_core_fmod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6720720Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6720980Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6721250Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6721510Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6721770Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6722030Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6722340Z test_binary_core_ge_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6722600Z test_binary_core_ge_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6728650Z test_binary_core_ge_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6728920Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6729190Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6729450Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6729710Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6729980Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6730390Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6730660Z test_binary_core_gt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6730910Z test_binary_core_gt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6731170Z test_binary_core_gt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6731440Z test_binary_core_le_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6731700Z test_binary_core_le_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6731960Z test_binary_core_le_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6732220Z test_binary_core_le_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6732470Z test_binary_core_le_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6732730Z test_binary_core_le_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6732980Z test_binary_core_le_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6733240Z test_binary_core_le_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6733500Z test_binary_core_le_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6733750Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6734020Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6734280Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6734530Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6734790Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6735040Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6735300Z test_binary_core_lt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6735560Z test_binary_core_lt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6735820Z test_binary_core_lt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6736090Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6736470Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6736750Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6737020Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6737290Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6737560Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6737840Z test_binary_core_maximum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6738110Z test_binary_core_maximum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6738370Z test_binary_core_maximum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6738700Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6738970Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6739230Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6739490Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6739760Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6740030Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6740300Z test_binary_core_minimum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6740570Z test_binary_core_minimum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6740840Z test_binary_core_minimum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6741100Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6741370Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6741640Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6741910Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6742170Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6742440Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6742700Z test_binary_core_mul_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6742960Z test_binary_core_mul_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6743220Z test_binary_core_mul_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6743480Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6743740Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6744000Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6744260Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6744520Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6744830Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6745090Z test_binary_core_ne_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6745350Z test_binary_core_ne_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6745600Z test_binary_core_ne_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6745870Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6746150Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6746430Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6746710Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6747030Z test_binary_core_nextafter_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6747310Z test_binary_core_nextafter_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6747580Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6747860Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6748130Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6748400Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6748670Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6748940Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6749220Z test_binary_core_remainder_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6749480Z test_binary_core_remainder_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6749750Z test_binary_core_remainder_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6750020Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6750290Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6750560Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6750820Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6751090Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6751350Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6751610Z test_binary_core_sub_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6751870Z test_binary_core_sub_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6752140Z test_binary_core_sub_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6752410Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6752700Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6753020Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6753310Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6753590Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6753860Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6754140Z test_binary_core_true_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6754420Z test_binary_core_true_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6754690Z test_binary_core_true_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6754970Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T01:20:42.6755340Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T01:20:42.6755610Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T01:20:42.6755880Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6756150Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6756420Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6756690Z test_reduction_all_amax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6756960Z test_reduction_all_amax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6757230Z test_reduction_all_amax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6757500Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T01:20:42.6757770Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T01:20:42.6758030Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T01:20:42.6758300Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6758570Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6758830Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6759090Z test_reduction_all_amin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6759360Z test_reduction_all_amin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6759630Z test_reduction_all_amin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6759900Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6760180Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6760460Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6760730Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6761000Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6766340Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6766660Z test_reduction_all_argmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6766960Z test_reduction_all_argmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6767230Z test_reduction_all_argmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6767510Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6767780Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6768050Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6768320Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6768590Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6768930Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6769200Z test_reduction_all_argmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6769470Z test_reduction_all_argmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6769740Z test_reduction_all_argmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6770020Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T01:20:42.6770290Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T01:20:42.6770560Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6770830Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6771090Z test_reduction_all_prod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T01:20:42.6771360Z test_reduction_all_prod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T01:20:42.6771620Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T01:20:42.6771900Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:42.6772180Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T01:20:42.6772450Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6772720Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:42.6772990Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T01:20:42.6773250Z test_reduction_all_sum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6773530Z test_reduction_all_sum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:42.6773800Z test_reduction_all_sum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T01:20:42.6774050Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6774310Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6774560Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6774910Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6775170Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6775420Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6775670Z test_unary_core_abs_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6775930Z test_unary_core_abs_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6776180Z test_unary_core_abs_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6776440Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6776700Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6777080Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6777340Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6777600Z test_unary_core_acos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6777850Z test_unary_core_acos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6778120Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6778380Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6778640Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6778900Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6779160Z test_unary_core_acosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6779420Z test_unary_core_acosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6779680Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6779940Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6780200Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6780460Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6780710Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6780970Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6781230Z test_unary_core_angle_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6781490Z test_unary_core_angle_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6781760Z test_unary_core_angle_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6782010Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6782280Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6782540Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6782800Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6783230Z test_unary_core_asin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6783540Z test_unary_core_asin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6783800Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6784060Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6784310Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6784570Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6784830Z test_unary_core_asinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6785090Z test_unary_core_asinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6785480Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6785740Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6786000Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6786260Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6786510Z test_unary_core_atan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6786760Z test_unary_core_atan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6787020Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6787290Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6787550Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6787800Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6788060Z test_unary_core_atanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6788330Z test_unary_core_atanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6788590Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6788850Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6789110Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6789370Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6789640Z test_unary_core_ceil_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6789890Z test_unary_core_ceil_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6790170Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6790440Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6790720Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6791000Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6791270Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6791620Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6791900Z test_unary_core_conj_physical_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6792180Z test_unary_core_conj_physical_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6792450Z test_unary_core_conj_physical_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6792710Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6792970Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6793230Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6793490Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6793820Z test_unary_core_cos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6794080Z test_unary_core_cos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6794340Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6794610Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6794870Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6795130Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6795390Z test_unary_core_cosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6795640Z test_unary_core_cosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6795910Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6796180Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6796440Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6796710Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6796970Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6797220Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6797480Z test_unary_core_deg2rad_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6797750Z test_unary_core_deg2rad_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6798010Z test_unary_core_deg2rad_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6798270Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6798540Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6798800Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6805090Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6805390Z test_unary_core_digamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6805860Z test_unary_core_digamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6806150Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6806410Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6806670Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6806920Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6807170Z test_unary_core_erf_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6807430Z test_unary_core_erf_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6807690Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6807950Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6808270Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6808530Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6808800Z test_unary_core_erfc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6809060Z test_unary_core_erfc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6809320Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6809590Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6809860Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6810120Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6810380Z test_unary_core_erfinv_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6810640Z test_unary_core_erfinv_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6810900Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6811160Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6811420Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6811680Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6811930Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6812190Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6812450Z test_unary_core_exp2_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6812710Z test_unary_core_exp2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6812970Z test_unary_core_exp2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6813220Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6813480Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6813730Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6813990Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6814350Z test_unary_core_exp_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6814650Z test_unary_core_exp_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6814920Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6815190Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6815450Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6815710Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6815970Z test_unary_core_expm1_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6816230Z test_unary_core_expm1_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6816610Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6816870Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6817130Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6817390Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6817640Z test_unary_core_floor_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6817900Z test_unary_core_floor_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6818160Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6818420Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6818700Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6818960Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6819210Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6819480Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6819740Z test_unary_core_frac_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6820000Z test_unary_core_frac_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6820250Z test_unary_core_frac_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6820510Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6820770Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6821020Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6821270Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6821530Z test_unary_core_i0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6821780Z test_unary_core_i0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6822040Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6822300Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6822660Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6822930Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6823190Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6823450Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6823700Z test_unary_core_isnan_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6823960Z test_unary_core_isnan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6824210Z test_unary_core_isnan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6824470Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6824850Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6825110Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6825380Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6825650Z test_unary_core_lgamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6825910Z test_unary_core_lgamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6826180Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6826440Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6826690Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6826950Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6827210Z test_unary_core_log10_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6827460Z test_unary_core_log10_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6827720Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6827980Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6828240Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6828510Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6828770Z test_unary_core_log1p_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6829030Z test_unary_core_log1p_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6829290Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6829550Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6829820Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6830080Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6830340Z test_unary_core_log2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6830600Z test_unary_core_log2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6830970Z test_unary_core_log_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6831270Z test_unary_core_log_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6831530Z test_unary_core_log_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6831790Z test_unary_core_log_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6832040Z test_unary_core_log_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6832300Z test_unary_core_log_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6832560Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6832820Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6833080Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6833470Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6833730Z test_unary_core_logit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6833990Z test_unary_core_logit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6834250Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6834520Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6834790Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6835060Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6835330Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6835590Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6835850Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6836120Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6836380Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6836640Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6836900Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6837160Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6843560Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6843910Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6844170Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6844420Z test_unary_core_neg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6844680Z test_unary_core_neg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6844930Z test_unary_core_neg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6845200Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6845680Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6845960Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6846230Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6846500Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6846760Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6847020Z test_unary_core_positive_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6847290Z test_unary_core_positive_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6847560Z test_unary_core_positive_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6847900Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6848170Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6848430Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6848700Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6848960Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6849220Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6849480Z test_unary_core_rad2deg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6849750Z test_unary_core_rad2deg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6850010Z test_unary_core_rad2deg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6850280Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6850560Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6850830Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6851100Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6851370Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6851640Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6851910Z test_unary_core_reciprocal_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6852180Z test_unary_core_reciprocal_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6852440Z test_unary_core_reciprocal_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6852720Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6853000Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6853280Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6853550Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6853960Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6854300Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6854580Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6854860Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6855130Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6855410Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6855680Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6855950Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6856370Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6856660Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6856940Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6857230Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6857510Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6857790Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T01:20:42.6858060Z test_unary_core_round_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6858330Z test_unary_core_round_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6858600Z test_unary_core_round_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6858860Z test_unary_core_round_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6859120Z test_unary_core_round_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6859380Z test_unary_core_round_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6859640Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6859900Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6860150Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6860410Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6860670Z test_unary_core_rsqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6860930Z test_unary_core_rsqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6861190Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6861450Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6861710Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6861960Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6862310Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6862580Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6862840Z test_unary_core_sgn_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6863100Z test_unary_core_sgn_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6863360Z test_unary_core_sgn_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6863620Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6863880Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6864150Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6864500Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6864770Z test_unary_core_sigmoid_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6865030Z test_unary_core_sigmoid_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6865290Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6865550Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6865810Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6866070Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6866330Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6866590Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6866840Z test_unary_core_sign_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6867110Z test_unary_core_sign_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6867360Z test_unary_core_sign_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6867640Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6867900Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6868160Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6868420Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6868690Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6868940Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6869200Z test_unary_core_signbit_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6869460Z test_unary_core_signbit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6869720Z test_unary_core_signbit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6869980Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6870240Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6870590Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6870880Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6871140Z test_unary_core_sin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6871390Z test_unary_core_sin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6871650Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6871910Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6872160Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6872420Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6872750Z test_unary_core_sinc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6873010Z test_unary_core_sinc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6873270Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6873520Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6873780Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6874030Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6874290Z test_unary_core_sinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6874550Z test_unary_core_sinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6874810Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6875070Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6875330Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6875580Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6875840Z test_unary_core_sqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6876090Z test_unary_core_sqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6876360Z test_unary_core_square_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6882450Z test_unary_core_square_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6882740Z test_unary_core_square_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6883000Z test_unary_core_square_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6883330Z test_unary_core_square_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6883590Z test_unary_core_square_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6883850Z test_unary_core_square_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6884110Z test_unary_core_square_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6884370Z test_unary_core_square_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6884820Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6885090Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6885340Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6885590Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6885850Z test_unary_core_tan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6886110Z test_unary_core_tan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6886370Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6886630Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6886990Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6887250Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6887510Z test_unary_core_tanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6887770Z test_unary_core_tanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6888030Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6888290Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6888550Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6888810Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6889080Z test_unary_core_trunc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6889340Z test_unary_core_trunc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T01:20:42.6889560Z test_all (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6889740Z test_amax (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6889930Z test_amax_grad (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6890120Z test_amin (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6890300Z test_amin_grad (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6890490Z test_grad_dtype (__main__.TestReductions) ... ok (0.002s) 2022-11-23T01:20:42.6891100Z test_max_not_implemented (__main__.TestReductions) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:299: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-11-23T01:20:42.6891640Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-11-23T01:20:42.6892020Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-11-23T01:20:42.6892240Z warnings.warn(msg) 2022-11-23T01:20:42.6892360Z ok (0.001s) 2022-11-23T01:20:42.6892510Z test_mean (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6892710Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6892900Z test_mean_grad_case_1a (__main__.TestReductions) 2022-11-23T01:20:42.6893710Z values.requires_grad = True ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T01:20:42.6894280Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T01:20:42.6894780Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T01:20:42.6895170Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T01:20:42.6895360Z ok (0.003s) 2022-11-23T01:20:42.6895510Z test_mean_grad_case_1b (__main__.TestReductions) 2022-11-23T01:20:42.6895690Z values.requires_grad = False ... ok (0.001s) 2022-11-23T01:20:42.6895870Z test_mean_grad_case_1c (__main__.TestReductions) 2022-11-23T01:20:42.6896730Z values.requires_grad = True ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T01:20:42.6897200Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T01:20:42.6897370Z ok (0.002s) 2022-11-23T01:20:42.6897520Z test_mean_grad_case_1d (__main__.TestReductions) 2022-11-23T01:20:42.6897700Z values.requires_grad = False ... ok (0.001s) 2022-11-23T01:20:42.6897870Z test_mean_grad_case_1e (__main__.TestReductions) 2022-11-23T01:20:42.6898360Z values.requires_grad = True ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T01:20:42.6898770Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T01:20:42.6898960Z ok (0.002s) 2022-11-23T01:20:42.6899110Z test_mean_grad_case_1f (__main__.TestReductions) 2022-11-23T01:20:42.6899720Z values.requires_grad = False ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T01:20:42.6900220Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T01:20:42.6900390Z ok (0.001s) 2022-11-23T01:20:42.6900540Z test_prod (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6901050Z test_prod_grad (__main__.TestReductions) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T01:20:42.6901480Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T01:20:42.6901670Z ok (0.001s) 2022-11-23T01:20:42.6901820Z test_sum (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6902010Z test_sum_grad (__main__.TestReductions) ... ok (0.001s) 2022-11-23T01:20:42.6902210Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6902430Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6902640Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6902980Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6903230Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6903450Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6903660Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6903880Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6904090Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6904300Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6904510Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6904720Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6904930Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6905230Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6905440Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6905660Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6905860Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6906070Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6906280Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6906510Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6906720Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6906940Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6907150Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6907360Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6907570Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6907780Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6908000Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6908200Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6908420Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6908630Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6908840Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6909040Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6909250Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6909470Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6909680Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6909880Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6910090Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6910300Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6910500Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6910720Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6910930Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6911150Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6911360Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6911630Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6911890Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6912100Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6912310Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6912520Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6912730Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6912940Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6913150Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6913350Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6913560Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6913770Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6919780Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6920060Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6920270Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6920490Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6920690Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6920890Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6921090Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6921290Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6921480Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6921690Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6921890Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6922090Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6922280Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6922480Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6922680Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6922880Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6923070Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6923260Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6923460Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6923650Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6923860Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6924050Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6924240Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6924450Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6924650Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6924840Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6925040Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6925240Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6925430Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6925620Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6925820Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6926180Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6926370Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6926560Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6926760Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6926950Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6927140Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6927320Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6927520Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6927710Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6927900Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6928090Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6928280Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6928560Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6928750Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6928950Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6929140Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6929340Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6929540Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6929740Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6929940Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6930140Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6930350Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6930540Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6930730Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6930920Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6931120Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6931310Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6931500Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6931690Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6931880Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6932070Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6932260Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6932460Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6932650Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6932830Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.001s) 2022-11-23T01:20:42.6932950Z 2022-11-23T01:20:42.6933160Z ---------------------------------------------------------------------- 2022-11-23T01:20:42.6933340Z Ran 826 tests in 0.858s 2022-11-23T01:20:42.6933420Z 2022-11-23T01:20:42.6933470Z OK (skipped=3) 2022-11-23T01:20:42.6933550Z 2022-11-23T01:20:42.6933610Z Generating XML reports... 2022-11-23T01:20:42.6933900Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCPU-20221123012041.xml 2022-11-23T01:20:42.6934270Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221123012041.xml 2022-11-23T01:20:42.6934630Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCPU-20221123012041.xml 2022-11-23T01:20:42.6934990Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221123012041.xml 2022-11-23T01:20:42.6935480Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221123012041.xml 2022-11-23T01:20:42.6935690Z 2022-11-23T01:20:42.6935980Z ##[endgroup] 2022-11-23T01:20:42.6936290Z FINISHED PRINTING LOG FILE of test_maskedtensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_maskedtensor_15wf_jbk) 2022-11-23T01:20:42.6936470Z 2022-11-23T01:20:43.7288900Z Running test_ao_sparsity ... [2022-11-23 01:20:43.728697] 2022-11-23T01:20:43.7289430Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:43.728887] 2022-11-23T01:20:43.7289740Z Ignoring disabled issues: [] 2022-11-23T01:20:45.5714720Z 2022-11-23T01:20:45.5715000Z Expand the folded group to see the log file of test_ao_sparsity 2022-11-23T01:20:45.5715590Z ##[group]PRINTING LOG FILE of test_ao_sparsity (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ao_sparsity_s023v2xo) 2022-11-23T01:20:45.5716010Z 2022-11-23T01:20:45.5716070Z Running tests... 2022-11-23T01:20:45.5716410Z ---------------------------------------------------------------------- 2022-11-23T01:20:45.5716730Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-11-23T01:20:45.5717010Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-11-23T01:20:45.5717310Z Simulates the workflow of the activation sparsifier, starting from object creation ... ok (0.174s) 2022-11-23T01:20:45.5717580Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-11-23T01:20:45.5717830Z Checks if the warning is thrown if the scheduler step is called ... ok (0.001s) 2022-11-23T01:20:45.5718090Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.003s) 2022-11-23T01:20:45.5718370Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.032s) 2022-11-23T01:20:45.5718650Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.004s) 2022-11-23T01:20:45.5719270Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-11-23T01:20:45.5719790Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-11-23T01:20:45.5719990Z ok (0.009s) 2022-11-23T01:20:45.5720210Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.007s) 2022-11-23T01:20:45.5720490Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.007s) 2022-11-23T01:20:45.5720760Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.001s) 2022-11-23T01:20:45.5721010Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.005s) 2022-11-23T01:20:45.5721260Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.002s) 2022-11-23T01:20:45.5721510Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.005s) 2022-11-23T01:20:45.5721760Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.002s) 2022-11-23T01:20:45.5722000Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.005s) 2022-11-23T01:20:45.5722250Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-11-23T01:20:45.5722510Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5722770Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5723050Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5723450Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5723740Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5724010Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5724280Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-11-23T01:20:45.5724540Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5724790Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.001s) 2022-11-23T01:20:45.5725450Z test_step (ao.sparsity.test_scheduler.TestCubicScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/pruning/scheduler/base_scheduler.py:125: 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-11-23T01:20:45.5726010Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-11-23T01:20:45.5726200Z ok (0.001s) 2022-11-23T01:20:45.5726410Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.045s) 2022-11-23T01:20:45.5726680Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.001s) 2022-11-23T01:20:45.5726970Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-11-23T01:20:45.5727260Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.001s) 2022-11-23T01:20:45.5727560Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5727860Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5728150Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5728450Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.154s) 2022-11-23T01:20:45.5728750Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.099s) 2022-11-23T01:20:45.5729040Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.086s) 2022-11-23T01:20:45.5729330Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.081s) 2022-11-23T01:20:45.5729610Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.075s) 2022-11-23T01:20:45.5729890Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T01:20:45.5730150Z The expectation is post_training_sparse_quantize function ... ok (0.006s) 2022-11-23T01:20:45.5730400Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T01:20:45.5730660Z The expectation is post_training_sparse_quantize function ... ok (0.003s) 2022-11-23T01:20:45.5730920Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... ok (0.000s) 2022-11-23T01:20:45.5731210Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.000s) 2022-11-23T01:20:45.5731500Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.000s) 2022-11-23T01:20:45.5731770Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.001s) 2022-11-23T01:20:45.5732020Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.001s) 2022-11-23T01:20:45.5732260Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-11-23T01:20:45.5732500Z Checks if the warning is thrown if the scheduler step is called ... ok (0.002s) 2022-11-23T01:20:45.5732740Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.001s) 2022-11-23T01:20:45.5732990Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:20:45.5733280Z Tests that fqn_to_module operates as inverse ... ok (0.002s) 2022-11-23T01:20:45.5733540Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:20:45.5733780Z Tests that fqn_to_module returns None when it tries to ... ok (0.001s) 2022-11-23T01:20:45.5734040Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:20:45.5734300Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.002s) 2022-11-23T01:20:45.5734570Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:20:45.5734840Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.002s) 2022-11-23T01:20:45.5735120Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:20:45.5735400Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.001s) 2022-11-23T01:20:45.5735720Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:20:45.5735980Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.001s) 2022-11-23T01:20:45.5736240Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:20:45.5736540Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.001s) 2022-11-23T01:20:45.5736810Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T01:20:45.5737110Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.001s) 2022-11-23T01:20:45.5737400Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5737680Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5737950Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.001s) 2022-11-23T01:20:45.5738230Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.013s) 2022-11-23T01:20:45.5738520Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.109s) 2022-11-23T01:20:45.5738790Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.005s) 2022-11-23T01:20:45.5738950Z 2022-11-23T01:20:45.5739090Z ---------------------------------------------------------------------- 2022-11-23T01:20:45.5739270Z Ran 60 tests in 0.975s 2022-11-23T01:20:45.5739360Z 2022-11-23T01:20:45.5739400Z OK 2022-11-23T01:20:45.5739470Z 2022-11-23T01:20:45.5739530Z Generating XML reports... 2022-11-23T01:20:45.5739910Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221123012044.xml 2022-11-23T01:20:45.5740410Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221123012044.xml 2022-11-23T01:20:45.5740880Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221123012044.xml 2022-11-23T01:20:45.5741330Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20221123012044.xml 2022-11-23T01:20:45.5741770Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221123012044.xml 2022-11-23T01:20:45.5742210Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221123012044.xml 2022-11-23T01:20:45.5742660Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221123012044.xml 2022-11-23T01:20:45.5743190Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221123012044.xml 2022-11-23T01:20:45.5743690Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221123012044.xml 2022-11-23T01:20:45.5744160Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221123012044.xml 2022-11-23T01:20:45.5744630Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221123012044.xml 2022-11-23T01:20:45.5745080Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221123012044.xml 2022-11-23T01:20:45.5745520Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20221123012044.xml 2022-11-23T01:20:45.5745980Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221123012044.xml 2022-11-23T01:20:45.5746500Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221123012044.xml 2022-11-23T01:20:45.5746710Z 2022-11-23T01:20:45.5746900Z ##[endgroup] 2022-11-23T01:20:45.5747210Z FINISHED PRINTING LOG FILE of test_ao_sparsity (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ao_sparsity_s023v2xo) 2022-11-23T01:20:45.5747390Z 2022-11-23T01:20:46.6303060Z Running test_public_bindings ... [2022-11-23 01:20:46.630154] 2022-11-23T01:20:46.6305110Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:46.630341] 2022-11-23T01:20:46.6305510Z Ignoring disabled issues: [] 2022-11-23T01:20:48.4267010Z 2022-11-23T01:20:48.4267260Z Expand the folded group to see the log file of test_public_bindings 2022-11-23T01:20:48.4276140Z ##[group]PRINTING LOG FILE of test_public_bindings (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_public_bindings_tsdtlxt_) 2022-11-23T01:20:48.4276390Z 2022-11-23T01:20:48.4276450Z Running tests... 2022-11-23T01:20:48.4276790Z ---------------------------------------------------------------------- 2022-11-23T01:20:48.4277080Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-11-23T01:20:48.4277320Z test_correct_module_names (__main__.TestPublicBindings) 2022-11-23T01:20:48.4277600Z An API is considered public, if its `__module__` starts with `torch.` ... NOTE: Redirects are currently not supported in Windows or MacOs. 2022-11-23T01:20:48.4277830Z ok (0.896s) 2022-11-23T01:20:48.4277990Z test_no_new_bindings (__main__.TestPublicBindings) 2022-11-23T01:20:48.4278220Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.002s) 2022-11-23T01:20:48.4278370Z 2022-11-23T01:20:48.4278510Z ---------------------------------------------------------------------- 2022-11-23T01:20:48.4278700Z Ran 2 tests in 0.898s 2022-11-23T01:20:48.4278780Z 2022-11-23T01:20:48.4278830Z OK 2022-11-23T01:20:48.4278890Z 2022-11-23T01:20:48.4278950Z Generating XML reports... 2022-11-23T01:20:48.4279300Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20221123012047.xml 2022-11-23T01:20:48.4279480Z 2022-11-23T01:20:48.4279660Z ##[endgroup] 2022-11-23T01:20:48.4279970Z FINISHED PRINTING LOG FILE of test_public_bindings (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_public_bindings_tsdtlxt_) 2022-11-23T01:20:48.4280160Z 2022-11-23T01:20:49.4852980Z Running test_nestedtensor ... [2022-11-23 01:20:49.485116] 2022-11-23T01:20:49.4853660Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:49.485309] 2022-11-23T01:20:49.4855570Z Ignoring disabled issues: [] 2022-11-23T01:20:51.2900020Z 2022-11-23T01:20:51.2900330Z Expand the folded group to see the log file of test_nestedtensor 2022-11-23T01:20:51.2900950Z ##[group]PRINTING LOG FILE of test_nestedtensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_nestedtensor_psu6u6oi) 2022-11-23T01:20:51.2901160Z 2022-11-23T01:20:51.2901210Z Running tests... 2022-11-23T01:20:51.2901550Z ---------------------------------------------------------------------- 2022-11-23T01:20:51.2901840Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-11-23T01:20:51.2902500Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nestedtensor.py:113: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/NestedTensorImpl.cpp:179.) 2022-11-23T01:20:51.2903200Z nested_tensor = torch.nested.nested_tensor(data, dtype=torch.int64) 2022-11-23T01:20:51.2903370Z ok (0.002s) 2022-11-23T01:20:51.2903600Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2903870Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2904140Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2904400Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2904660Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2904940Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2905220Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2905480Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2905750Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2906010Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2906290Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2906540Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2906810Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2907070Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2907330Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2907600Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2907870Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2908150Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2908420Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2908690Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2908960Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2909350Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2909620Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2909850Z test_copy_ (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:20:51.2910070Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2910280Z test_dim (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2910470Z test_fill_ (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:20:51.2910670Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2910890Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2911100Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:20:51.2911330Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:20:51.2911600Z test_numel (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2911800Z test_ones_like (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2912010Z test_repr_string (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2912210Z test_size (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2912410Z test_size_dim (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:20:51.2912610Z test_stride (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2912800Z test_to (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:20:51.2913030Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:20:51.2913250Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2913440Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2913640Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2913830Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:20:51.2914030Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:20:51.2914280Z test_as_nested_tensor_propagates_gradients_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.009s) 2022-11-23T01:20:51.2914620Z test_backward_for_add_op_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2914880Z test_dropout_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2915140Z test_indexing_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2915410Z test_nested_tensor_bmm_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2915680Z test_nested_tensor_bmm_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.013s) 2022-11-23T01:20:51.2915950Z test_nested_tensor_from_list_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2916240Z test_nested_tensor_from_mask_and_to_padded_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2916510Z test_nested_tensor_from_padded_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2916780Z test_nested_tensor_from_padded_fused_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2917060Z test_nested_tensor_generates_leaf_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2917340Z test_nested_tensor_linear_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2917610Z test_nested_tensor_linear_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.003s) 2022-11-23T01:20:51.2917870Z test_nested_tensor_matmul_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2918140Z test_nested_tensor_matmul_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.021s) 2022-11-23T01:20:51.2918470Z test_nested_tensor_reshape_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2919180Z test_nested_tensor_reshape_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T01:20:51.2919620Z warnings.warn( 2022-11-23T01:20:51.2920120Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T01:20:51.2920480Z warnings.warn( 2022-11-23T01:20:51.2920610Z ok (0.006s) 2022-11-23T01:20:51.2920870Z test_nested_tensor_softmax_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.002s) 2022-11-23T01:20:51.2921140Z test_nested_tensor_squeeze_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2921420Z test_nested_tensor_squeeze_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.006s) 2022-11-23T01:20:51.2921690Z test_nested_tensor_to_padded_tensor_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2921970Z test_nested_tensor_transpose_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2922260Z test_nested_tensor_transpose_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.005s) 2022-11-23T01:20:51.2922550Z test_nested_tensor_unsqueeze_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2922820Z test_nested_tensor_unsqueeze_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.006s) 2022-11-23T01:20:51.2923100Z test_set_requires_grad_from_list_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.000s) 2022-11-23T01:20:51.2923370Z test_set_requires_grad_from_mask_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.000s) 2022-11-23T01:20:51.2923650Z test_to_buffer_series_ops_grad_with_broadcast_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2923940Z test_unbind_flow_through_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2924210Z test_values_grad_with_broadcast_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.001s) 2022-11-23T01:20:51.2924480Z test_activations_gelu__cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2924740Z test_activations_gelu_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2925000Z test_activations_neg_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2925270Z test_activations_relu__cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2932750Z test_activations_relu_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2933220Z test_activations_tanh__cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2933510Z test_activations_tanh_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:51.2933790Z test_bmm_cpu_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:20:51.2934040Z test_bmm_cpu_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:20:51.2934320Z test_bmm_cuda_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:51.2934610Z test_bmm_cuda_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:51.2934900Z test_bmm_cuda_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:51.2935350Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2935630Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2935900Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2936150Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2936410Z test_contiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2936670Z test_contiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2936940Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2937190Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2937440Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2937760Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:20:51.2938020Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:51.2938270Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:51.2938550Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2938830Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2939100Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2939350Z test_empty_like_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2939610Z test_empty_like_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2939870Z test_empty_like_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2940140Z test_layer_norm_breaking_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:20:51.2940410Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.078s) 2022-11-23T01:20:51.2940670Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:20:51.2940920Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:20:51.2941190Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:51.2941470Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:51.2941730Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:20:51.2941980Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:20:51.2942240Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2942520Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2942790Z test_matmul_with_bmm_path_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:51.2943060Z test_matmul_with_bmm_path_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:51.2943330Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2943590Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2943870Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2944170Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2944540Z test_nested_tensor_chunk_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:20:51.2944820Z test_nested_tensor_chunk_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:20:51.2945090Z test_nested_tensor_chunk_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:20:51.2945410Z test_nested_tensor_dense_elementwise_embedding_dim_128_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:51.2945760Z test_nested_tensor_dense_elementwise_embedding_dim_128_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:51.2946100Z test_nested_tensor_dense_elementwise_embedding_dim_256_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:51.2946440Z test_nested_tensor_dense_elementwise_embedding_dim_256_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:51.2946770Z test_nested_tensor_dense_elementwise_embedding_dim_384_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:51.2947220Z test_nested_tensor_dense_elementwise_embedding_dim_384_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:51.2947560Z test_nested_tensor_dense_elementwise_embedding_dim_8_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:51.2947900Z test_nested_tensor_dense_elementwise_embedding_dim_8_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:51.2948200Z test_nested_tensor_div_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:20:51.2948470Z test_nested_tensor_div_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:20:51.2948750Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:20:51.2949030Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:20:51.2949300Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:20:51.2949590Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2949890Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2950190Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2950480Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:20:51.2950740Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:20:51.2951020Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:20:51.2951300Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:20:51.2951580Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:51.2951850Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:20:51.2952110Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:20:51.2952360Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:20:51.2952630Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:51.2952930Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:20:51.2953290Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:20:51.2953560Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:20:51.2953820Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2954100Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2954380Z test_squeeze_unsqueeze_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:20:51.2954650Z test_squeeze_unsqueeze_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:51.2954910Z test_squeeze_unsqueeze_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:51.2955180Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2955450Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2955770Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2956050Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2956320Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2956590Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2956850Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:20:51.2957130Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2957400Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2957680Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:20:51.2957980Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:51.2958280Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:20:51.2958560Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2958850Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2959130Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2959410Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2959700Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2959990Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:51.2960250Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:51.2960500Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:20:51.2960790Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2961090Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2961400Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2961680Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2961960Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2962310Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2962580Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:20:51.2962830Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:20:51.2963080Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:20:51.2963350Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2963650Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2963950Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:20:51.2964100Z 2022-11-23T01:20:51.2964350Z ---------------------------------------------------------------------- 2022-11-23T01:20:51.2964540Z Ran 189 tests in 0.768s 2022-11-23T01:20:51.2964620Z 2022-11-23T01:20:51.2964680Z OK (skipped=11) 2022-11-23T01:20:51.2964870Z 2022-11-23T01:20:51.2964930Z Generating XML reports... 2022-11-23T01:20:51.2965250Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20221123012050.xml 2022-11-23T01:20:51.2965670Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutogradCPU-20221123012050.xml 2022-11-23T01:20:51.2966090Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20221123012050.xml 2022-11-23T01:20:51.2966290Z 2022-11-23T01:20:51.2966570Z ##[endgroup] 2022-11-23T01:20:51.2966890Z FINISHED PRINTING LOG FILE of test_nestedtensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_nestedtensor_psu6u6oi) 2022-11-23T01:20:51.2967070Z 2022-11-23T01:20:52.3612380Z Running dynamo/test_export ... [2022-11-23 01:20:52.361041] 2022-11-23T01:20:52.3612950Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_export.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:52.361236] 2022-11-23T01:20:52.3613240Z Ignoring disabled issues: [] 2022-11-23T01:20:54.0499870Z 2022-11-23T01:20:54.0500400Z Expand the folded group to see the log file of dynamo/test_export 2022-11-23T01:20:54.0500980Z ##[group]PRINTING LOG FILE of dynamo/test_export (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_export_bf7i49vj) 2022-11-23T01:20:54.0501170Z 2022-11-23T01:20:54.0501220Z Running tests... 2022-11-23T01:20:54.0501850Z ---------------------------------------------------------------------- 2022-11-23T01:20:54.0502240Z Test results will be stored in test-reports/python-unittest/dynamo.test_export 2022-11-23T01:20:54.0502500Z test_dict_return (__main__.ExportTests) ... ok (0.169s) 2022-11-23T01:20:54.0502900Z test_dict_return_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:54.0503270Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:54.0503440Z ok (0.008s) 2022-11-23T01:20:54.0503740Z test_dupes (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0503980Z ok (0.004s) 2022-11-23T01:20:54.0504300Z test_dupes_2 (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0504500Z ok (0.004s) 2022-11-23T01:20:54.0504790Z test_dupes_2_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0505000Z ok (0.005s) 2022-11-23T01:20:54.0505270Z test_dupes_and_bypass (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0505470Z ok (0.005s) 2022-11-23T01:20:54.0505920Z test_dupes_and_bypass_reorder_with_non_tensor_arg (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0506150Z ok (0.072s) 2022-11-23T01:20:54.0506470Z test_dupes_and_bypass_reorder_with_non_tensor_arg_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0506700Z ok (0.006s) 2022-11-23T01:20:54.0506980Z test_dupes_and_bypass_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0507220Z ok (0.006s) 2022-11-23T01:20:54.0507570Z test_dupes_and_bypass_with_non_tensor_arg (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0507780Z ok (0.005s) 2022-11-23T01:20:54.0508080Z test_dupes_and_bypass_with_non_tensor_arg_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0508300Z ok (0.006s) 2022-11-23T01:20:54.0508760Z test_dupes_and_bypass_with_non_tensor_output (__main__.ExportTests) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:54.0509020Z ok (0.007s) 2022-11-23T01:20:54.0509320Z test_dupes_and_bypass_with_non_tensor_output_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:54.0509550Z ok (0.006s) 2022-11-23T01:20:54.0509830Z test_dupes_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0510040Z ok (0.005s) 2022-11-23T01:20:54.0510190Z test_export (__main__.ExportTests) ... inline_call [] 2022-11-23T01:20:54.0510440Z stats [('calls_captured', 80), ('fusions_possible', 78), ('unique_graphs', 2)] 2022-11-23T01:20:54.0510620Z ok (0.052s) 2022-11-23T01:20:54.0510910Z test_export_compare_optimize_with_make_fx (__main__.ExportTests) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:20:54.0511120Z ok (0.019s) 2022-11-23T01:20:54.0511390Z test_export_decomp (__main__.ExportTests) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:54.0511590Z ok (0.009s) 2022-11-23T01:20:54.0511800Z test_export_decomp_asserts_bad_args (__main__.ExportTests) ... ok (0.001s) 2022-11-23T01:20:54.0512100Z test_export_decomp_asserts_bad_args_mode (__main__.ExportTests) ... ok (0.001s) 2022-11-23T01:20:54.0512500Z test_export_graph_bypass (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0512750Z ok (0.006s) 2022-11-23T01:20:54.0513100Z test_export_graph_bypass_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0513360Z ok (0.007s) 2022-11-23T01:20:54.0513640Z test_export_graph_with_complex_reorder (__main__.ExportTests) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:54.0513870Z ok (0.008s) 2022-11-23T01:20:54.0514170Z test_export_graph_with_complex_reorder_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:54.0514400Z ok (0.010s) 2022-11-23T01:20:54.0514670Z test_export_graph_with_list (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0514880Z ok (0.006s) 2022-11-23T01:20:54.0515170Z test_export_graph_with_list_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0515390Z ok (0.008s) 2022-11-23T01:20:54.0515650Z test_export_meta_val (__main__.ExportTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:54.0515850Z ok (0.035s) 2022-11-23T01:20:54.0516250Z test_export_mismatched_out (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0516490Z ok (0.005s) 2022-11-23T01:20:54.0516820Z test_export_mismatched_out_2 (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0517070Z ok (0.005s) 2022-11-23T01:20:54.0517360Z test_export_mismatched_out_2_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0517580Z ok (0.006s) 2022-11-23T01:20:54.0517870Z test_export_mismatched_out_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0518090Z ok (0.006s) 2022-11-23T01:20:54.0518330Z test_export_shape_control_flow_1 (__main__.ExportTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:54.0518600Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:20:54.0518850Z ok (0.013s) 2022-11-23T01:20:54.0519030Z test_export_with_aten_graph (__main__.ExportTests) ... inline_call [] 2022-11-23T01:20:54.0519310Z stats [('calls_captured', 80), ('fusions_possible', 78), ('unique_graphs', 2)] 2022-11-23T01:20:54.0519490Z ok (0.065s) 2022-11-23T01:20:54.0519770Z test_export_with_constant_dict_values (__main__.ExportTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:54.0519990Z ok (0.005s) 2022-11-23T01:20:54.0520350Z test_export_with_constant_free_function (__main__.ExportTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:54.0520590Z ok (0.007s) 2022-11-23T01:20:54.0520960Z test_export_with_constant_free_function_and_class_method (__main__.ExportTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:54.0521210Z ok (0.006s) 2022-11-23T01:20:54.0521520Z test_export_with_constant_free_function_and_class_method_multiarg (__main__.ExportTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:54.0521750Z ok (0.007s) 2022-11-23T01:20:54.0522060Z test_export_with_constant_free_function_and_class_method_multiarg_diff (__main__.ExportTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:54.0522290Z ok (0.004s) 2022-11-23T01:20:54.0522580Z test_export_with_constant_list_nonzero (__main__.ExportTests) ... stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:20:54.0522790Z ok (0.008s) 2022-11-23T01:20:54.0523090Z test_export_with_constant_list_nonzero_free_function (__main__.ExportTests) ... stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:20:54.0523310Z ok (0.008s) 2022-11-23T01:20:54.0523640Z test_export_with_constant_method_on_module (__main__.ExportTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:54.0523910Z ok (0.006s) 2022-11-23T01:20:54.0524240Z test_export_with_constant_method_on_module_invoke_twice (__main__.ExportTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:20:54.0524510Z ok (0.007s) 2022-11-23T01:20:54.0524820Z test_export_with_constant_none_control_flow (__main__.ExportTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:54.0525040Z ok (0.003s) 2022-11-23T01:20:54.0525340Z test_export_with_constant_none_control_flow_free_func (__main__.ExportTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:54.0525560Z ok (0.003s) 2022-11-23T01:20:54.0525850Z test_export_with_constant_not_none_control_flow (__main__.ExportTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:54.0526070Z ok (0.004s) 2022-11-23T01:20:54.0526420Z test_export_with_constant_not_none_control_flow_free_func (__main__.ExportTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:54.0526650Z ok (0.004s) 2022-11-23T01:20:54.0526950Z test_export_with_constant_not_none_control_flow_pos (__main__.ExportTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:20:54.0527210Z ok (0.004s) 2022-11-23T01:20:54.0527570Z test_export_with_constant_not_return_const (__main__.ExportTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:20:54.0527810Z ok (0.003s) 2022-11-23T01:20:54.0528160Z test_export_with_constant_tuple_nonzero (__main__.ExportTests) ... stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:20:54.0528370Z ok (0.008s) 2022-11-23T01:20:54.0528650Z test_export_with_module_layer (__main__.ExportTests) ... stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:20:54.0536120Z ok (0.009s) 2022-11-23T01:20:54.0536650Z test_export_with_stack_trace (__main__.ExportTests) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:20:54.0536860Z ok (0.013s) 2022-11-23T01:20:54.0537020Z test_func_return (__main__.ExportTests) ... inline_call [] 2022-11-23T01:20:54.0537280Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:54.0537450Z ok (0.007s) 2022-11-23T01:20:54.0537670Z test_func_return_with_aten_graph (__main__.ExportTests) ... inline_call [] 2022-11-23T01:20:54.0538000Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:20:54.0538190Z ok (0.010s) 2022-11-23T01:20:54.0538510Z test_list_unpack (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0538720Z ok (0.007s) 2022-11-23T01:20:54.0538990Z test_list_unpack_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:20:54.0539200Z ok (0.008s) 2022-11-23T01:20:54.0539490Z test_zeroes_in_and_out_different_shape_on_test (__main__.ExportTests) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:54.0539710Z ok (0.007s) 2022-11-23T01:20:54.0540010Z test_zeroes_in_and_out_different_shape_on_test_with_aten_graph (__main__.ExportTests) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:20:54.0540240Z ok (0.009s) 2022-11-23T01:20:54.0540530Z test_zeroes_in_new_shape_scalar_out (__main__.ExportTests) ... stats [('calls_captured', 16), ('fusions_possible', 14), ('unique_graphs', 2)] 2022-11-23T01:20:54.0540730Z ok (0.010s) 2022-11-23T01:20:54.0541050Z test_zeroes_in_new_shape_scalar_out_permute (__main__.ExportTests) ... stats [('calls_captured', 22), ('fusions_possible', 20), ('unique_graphs', 2)] 2022-11-23T01:20:54.0541370Z ok (0.011s) 2022-11-23T01:20:54.0541710Z test_zeroes_in_new_shape_scalar_out_permute_dupe_and_bypass (__main__.ExportTests) ... stats [('calls_captured', 22), ('fusions_possible', 20), ('unique_graphs', 2)] 2022-11-23T01:20:54.0541990Z ok (0.012s) 2022-11-23T01:20:54.0542090Z 2022-11-23T01:20:54.0542230Z ---------------------------------------------------------------------- 2022-11-23T01:20:54.0542420Z Ran 59 tests in 0.759s 2022-11-23T01:20:54.0542500Z 2022-11-23T01:20:54.0542540Z OK 2022-11-23T01:20:54.0542610Z 2022-11-23T01:20:54.0542670Z Generating XML reports... 2022-11-23T01:20:54.0542990Z Generated XML report: test-reports/python-unittest/dynamo.test_export/TEST-ExportTests-20221123012053.xml 2022-11-23T01:20:54.0543160Z 2022-11-23T01:20:54.0543390Z ##[endgroup] 2022-11-23T01:20:54.0543710Z FINISHED PRINTING LOG FILE of dynamo/test_export (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_export_bf7i49vj) 2022-11-23T01:20:54.0543900Z 2022-11-23T01:20:55.1417550Z Running dynamo/test_optimizers ... [2022-11-23 01:20:55.141576] 2022-11-23T01:20:55.1418630Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_optimizers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:55.141770] 2022-11-23T01:20:55.1418950Z Ignoring disabled issues: [] 2022-11-23T01:20:56.7988790Z 2022-11-23T01:20:56.7989350Z Expand the folded group to see the log file of dynamo/test_optimizers 2022-11-23T01:20:56.7989930Z ##[group]PRINTING LOG FILE of dynamo/test_optimizers (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_optimizers_59wk2l96) 2022-11-23T01:20:56.7990140Z 2022-11-23T01:20:56.7990190Z Running tests... 2022-11-23T01:20:56.7990650Z ---------------------------------------------------------------------- 2022-11-23T01:20:56.7990970Z Test results will be stored in test-reports/python-unittest/dynamo.test_optimizers 2022-11-23T01:20:56.7991250Z test_optimizing_over_tensor_with_requires_grad (__main__.End2EndTests) ... ok (0.281s) 2022-11-23T01:20:56.7991700Z frames [('total', 10), ('ok', 9)] 2022-11-23T01:20:56.7992120Z inline_call [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py', 3), ('Tensor.item', 2), ('inline with __closure__', 1)] 2022-11-23T01:20:56.7992490Z unimplemented [('generator', 1), ('Tensor.item', 1)] 2022-11-23T01:20:56.7992910Z graph_break [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py', 2), ('Tensor.backward', 1), ('inline with __closure__', 1)] 2022-11-23T01:20:56.7993280Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:20:56.7993540Z test_adadelta (__main__.OptimizerTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:56.7993710Z inline_call [] 2022-11-23T01:20:56.7993930Z stats [('calls_captured', 54), ('fusions_possible', 53), ('unique_graphs', 1)] 2022-11-23T01:20:56.7994100Z ok (0.037s) 2022-11-23T01:20:56.7994320Z test_adagrad (__main__.OptimizerTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:56.7994490Z inline_call [] 2022-11-23T01:20:56.7994710Z stats [('calls_captured', 46), ('fusions_possible', 45), ('unique_graphs', 1)] 2022-11-23T01:20:56.7994880Z ok (0.033s) 2022-11-23T01:20:56.7995080Z test_adam (__main__.OptimizerTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:56.7995460Z inline_call [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py', 2)] 2022-11-23T01:20:56.7995700Z unimplemented [] 2022-11-23T01:20:56.7996030Z graph_break [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py', 1)] 2022-11-23T01:20:56.7996360Z stats [('calls_captured', 80), ('fusions_possible', 79), ('unique_graphs', 1)] 2022-11-23T01:20:56.7996540Z ok (0.058s) 2022-11-23T01:20:56.7996750Z test_adamax (__main__.OptimizerTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:56.7996930Z inline_call [] 2022-11-23T01:20:56.7997150Z stats [('calls_captured', 78), ('fusions_possible', 77), ('unique_graphs', 1)] 2022-11-23T01:20:56.7997320Z ok (0.045s) 2022-11-23T01:20:56.7997530Z test_adamw (__main__.OptimizerTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:20:56.7997890Z inline_call [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py', 2)] 2022-11-23T01:20:56.7998130Z unimplemented [] 2022-11-23T01:20:56.7998440Z graph_break [('inline in skipfiles: _fn /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py', 1)] 2022-11-23T01:20:56.7998780Z stats [('calls_captured', 80), ('fusions_possible', 79), ('unique_graphs', 1)] 2022-11-23T01:20:56.7998950Z ok (0.054s) 2022-11-23T01:20:56.7999260Z test_nadam (__main__.OptimizerTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:56.7999440Z inline_call [] 2022-11-23T01:20:56.7999670Z stats [('calls_captured', 162), ('fusions_possible', 161), ('unique_graphs', 1)] 2022-11-23T01:20:56.7999850Z ok (0.061s) 2022-11-23T01:20:56.8000060Z test_radam (__main__.OptimizerTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:56.8000230Z inline_call [] 2022-11-23T01:20:56.8000450Z stats [('calls_captured', 86), ('fusions_possible', 85), ('unique_graphs', 1)] 2022-11-23T01:20:56.8000620Z ok (0.043s) 2022-11-23T01:20:56.8000830Z test_rmsprop (__main__.OptimizerTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:56.8001010Z inline_call [] 2022-11-23T01:20:56.8001220Z stats [('calls_captured', 26), ('fusions_possible', 25), ('unique_graphs', 1)] 2022-11-23T01:20:56.8001390Z ok (0.031s) 2022-11-23T01:20:56.8001600Z test_rprop (__main__.OptimizerTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:56.8001770Z inline_call [] 2022-11-23T01:20:56.8001990Z stats [('calls_captured', 82), ('fusions_possible', 81), ('unique_graphs', 1)] 2022-11-23T01:20:56.8002210Z ok (0.042s) 2022-11-23T01:20:56.8002430Z test_sgd (__main__.OptimizerTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:20:56.8002600Z inline_call [] 2022-11-23T01:20:56.8002820Z stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:20:56.8002990Z ok (0.020s) 2022-11-23T01:20:56.8003070Z 2022-11-23T01:20:56.8003210Z ---------------------------------------------------------------------- 2022-11-23T01:20:56.8003390Z Ran 11 tests in 0.706s 2022-11-23T01:20:56.8003480Z 2022-11-23T01:20:56.8003530Z OK 2022-11-23T01:20:56.8003600Z 2022-11-23T01:20:56.8003660Z Generating XML reports... 2022-11-23T01:20:56.8003960Z Generated XML report: test-reports/python-unittest/dynamo.test_optimizers/TEST-End2EndTests-20221123012055.xml 2022-11-23T01:20:56.8004350Z Generated XML report: test-reports/python-unittest/dynamo.test_optimizers/TEST-OptimizerTests-20221123012055.xml 2022-11-23T01:20:56.8004540Z 2022-11-23T01:20:56.8004720Z ##[endgroup] 2022-11-23T01:20:56.8005060Z FINISHED PRINTING LOG FILE of dynamo/test_optimizers (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_optimizers_59wk2l96) 2022-11-23T01:20:56.8005250Z 2022-11-23T01:20:57.8701520Z Running test_scatter_gather_ops ... [2022-11-23 01:20:57.869907] 2022-11-23T01:20:57.8703020Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:57.870141] 2022-11-23T01:20:57.8703410Z Ignoring disabled issues: [] 2022-11-23T01:20:59.5096120Z 2022-11-23T01:20:59.5096680Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-11-23T01:20:59.5097410Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_scatter_gather_ops_gmhew3eq) 2022-11-23T01:20:59.5097620Z 2022-11-23T01:20:59.5097700Z Running tests... 2022-11-23T01:20:59.5098030Z ---------------------------------------------------------------------- 2022-11-23T01:20:59.5098330Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-11-23T01:20:59.5105740Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-11-23T01:20:59.5106070Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-11-23T01:20:59.5106410Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-11-23T01:20:59.5106740Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-11-23T01:20:59.5107010Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-11-23T01:20:59.5107460Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.004s) 2022-11-23T01:20:59.5107700Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.004s) 2022-11-23T01:20:59.5107940Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.005s) 2022-11-23T01:20:59.5108180Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.005s) 2022-11-23T01:20:59.5108410Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.005s) 2022-11-23T01:20:59.5108650Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.052s) 2022-11-23T01:20:59.5108910Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.053s) 2022-11-23T01:20:59.5109170Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.052s) 2022-11-23T01:20:59.5109410Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.004s) 2022-11-23T01:20:59.5109670Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.004s) 2022-11-23T01:20:59.5110050Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.004s) 2022-11-23T01:20:59.5110300Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.006s) 2022-11-23T01:20:59.5110540Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.006s) 2022-11-23T01:20:59.5110790Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.006s) 2022-11-23T01:20:59.5111040Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-11-23T01:20:59.5111710Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1681.) 2022-11-23T01:20:59.5112200Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-11-23T01:20:59.5112380Z ok (0.009s) 2022-11-23T01:20:59.5112570Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5112820Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-11-23T01:20:59.5113070Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-11-23T01:20:59.5113310Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5113560Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5113800Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5114040Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5114280Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5114520Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5114770Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5115020Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5115260Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-11-23T01:20:59.5115500Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5115750Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5115990Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5116230Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5116480Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5116800Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5117050Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5117290Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5117550Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5117800Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5118050Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5118300Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5118530Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5118780Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5119070Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5119310Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5119550Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5119790Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5120030Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5120280Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5120530Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5120800Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5121050Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5121300Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5121540Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5121780Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5122020Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5122260Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5122490Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5122730Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5122970Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5123220Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5123480Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5123720Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5123970Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5124210Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5124450Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5124680Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5124920Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5125160Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5125460Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-11-23T01:20:59.5125590Z 2022-11-23T01:20:59.5125750Z ---------------------------------------------------------------------- 2022-11-23T01:20:59.5125940Z Ran 74 tests in 0.656s 2022-11-23T01:20:59.5126030Z 2022-11-23T01:20:59.5126070Z OK 2022-11-23T01:20:59.5126140Z 2022-11-23T01:20:59.5126200Z Generating XML reports... 2022-11-23T01:20:59.5126520Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20221123012058.xml 2022-11-23T01:20:59.5126710Z 2022-11-23T01:20:59.5126930Z ##[endgroup] 2022-11-23T01:20:59.5127250Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_scatter_gather_ops_gmhew3eq) 2022-11-23T01:20:59.5127440Z 2022-11-23T01:21:00.5675530Z Running dynamo/test_functions ... [2022-11-23 01:21:00.567295] 2022-11-23T01:21:00.5676210Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:00.567565] 2022-11-23T01:21:00.5677530Z Ignoring disabled issues: [] 2022-11-23T01:21:02.1030580Z 2022-11-23T01:21:02.1031060Z Expand the folded group to see the log file of dynamo/test_functions 2022-11-23T01:21:02.1031780Z ##[group]PRINTING LOG FILE of dynamo/test_functions (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_functions_nrjbip8v) 2022-11-23T01:21:02.1032000Z 2022-11-23T01:21:02.1032050Z Running tests... 2022-11-23T01:21:02.1032390Z ---------------------------------------------------------------------- 2022-11-23T01:21:02.1032750Z Test results will be stored in test-reports/python-unittest/dynamo.test_functions 2022-11-23T01:21:02.1032980Z test_T (__main__.FunctionTests) ... ok (0.236s) 2022-11-23T01:21:02.1033280Z test_add (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1033600Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1033780Z ok (0.003s) 2022-11-23T01:21:02.1033960Z test_build_list_unpack (__main__.FunctionTests) ... inline_call [] 2022-11-23T01:21:02.1034220Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:21:02.1034390Z ok (0.006s) 2022-11-23T01:21:02.1034660Z test_chunks1 (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1034860Z ok (0.004s) 2022-11-23T01:21:02.1035140Z test_const_tuple_add1 (__main__.FunctionTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:21:02.1035340Z ok (0.005s) 2022-11-23T01:21:02.1035620Z test_const_tuple_add2 (__main__.FunctionTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:21:02.1035810Z ok (0.004s) 2022-11-23T01:21:02.1036070Z test_constant1 (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1036280Z ok (0.004s) 2022-11-23T01:21:02.1036530Z test_constant2 (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1043970Z ok (0.004s) 2022-11-23T01:21:02.1044300Z test_constant3 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1044510Z ok (0.003s) 2022-11-23T01:21:02.1044780Z test_constant4 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1044980Z ok (0.003s) 2022-11-23T01:21:02.1045250Z test_default_dict (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1045450Z ok (0.005s) 2022-11-23T01:21:02.1045890Z test_del (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1046100Z ok (0.003s) 2022-11-23T01:21:02.1046360Z test_device (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1046570Z ok (0.003s) 2022-11-23T01:21:02.1046840Z test_device_constant (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1047060Z ok (0.004s) 2022-11-23T01:21:02.1047320Z test_dict_copy (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1047520Z ok (0.003s) 2022-11-23T01:21:02.1047770Z test_dict_ops (__main__.FunctionTests) ... stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:21:02.1047970Z ok (0.007s) 2022-11-23T01:21:02.1048240Z test_dict_param_keys (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1048440Z ok (0.003s) 2022-11-23T01:21:02.1048820Z test_dtype (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1049020Z ok (0.003s) 2022-11-23T01:21:02.1049280Z test_dtype_compare (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1049490Z ok (0.004s) 2022-11-23T01:21:02.1049740Z test_finfo (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1049940Z ok (0.003s) 2022-11-23T01:21:02.1050180Z test_float (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1050380Z ok (0.003s) 2022-11-23T01:21:02.1050650Z test_fn_with_self_set (__main__.FunctionTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:21:02.1050850Z ok (0.005s) 2022-11-23T01:21:02.1051110Z test_fstrings1 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1051310Z ok (0.003s) 2022-11-23T01:21:02.1051560Z test_fstrings2 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1051760Z ok (0.003s) 2022-11-23T01:21:02.1052010Z test_fstrings3 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1052210Z ok (0.003s) 2022-11-23T01:21:02.1052380Z test_funcdef_closure (__main__.FunctionTests) ... inline_call [] 2022-11-23T01:21:02.1052640Z stats [('calls_captured', 10), ('fusions_possible', 9), ('unique_graphs', 1)] 2022-11-23T01:21:02.1052820Z ok (0.007s) 2022-11-23T01:21:02.1053080Z test_globalfn (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1053270Z ok (0.003s) 2022-11-23T01:21:02.1053540Z test_globalmodule (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1053740Z ok (0.005s) 2022-11-23T01:21:02.1054000Z test_globalvar (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1054200Z ok (0.003s) 2022-11-23T01:21:02.1054460Z test_import1 (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1054650Z ok (0.004s) 2022-11-23T01:21:02.1054910Z test_indirect1 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1055100Z ok (0.003s) 2022-11-23T01:21:02.1055350Z test_indirect2 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1055550Z ok (0.003s) 2022-11-23T01:21:02.1055940Z test_indirect3 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1056140Z ok (0.003s) 2022-11-23T01:21:02.1056320Z test_inline_jit_annotations (__main__.FunctionTests) ... inline_call [] 2022-11-23T01:21:02.1056590Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1056760Z ok (0.004s) 2022-11-23T01:21:02.1057030Z test_inline_softmax (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1057240Z ok (0.005s) 2022-11-23T01:21:02.1057410Z test_inline_with_default (__main__.FunctionTests) ... inline_call [] 2022-11-23T01:21:02.1057670Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1057840Z ok (0.004s) 2022-11-23T01:21:02.1058010Z test_inner_function (__main__.FunctionTests) ... inline_call [] 2022-11-23T01:21:02.1058260Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1058430Z ok (0.003s) 2022-11-23T01:21:02.1058810Z test_is_contiguous_memory_format (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1059020Z ok (0.003s) 2022-11-23T01:21:02.1059280Z test_is_fx_tracing (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1059490Z ok (0.003s) 2022-11-23T01:21:02.1059760Z test_is_in_onnx_export (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1059960Z ok (0.003s) 2022-11-23T01:21:02.1060210Z test_is_not_null (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1060410Z ok (0.003s) 2022-11-23T01:21:02.1060670Z test_is_quantized (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1060870Z ok (0.003s) 2022-11-23T01:21:02.1061120Z test_is_sparse (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1061320Z ok (0.003s) 2022-11-23T01:21:02.1061580Z test_islice_chain (__main__.FunctionTests) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:21:02.1061780Z ok (0.006s) 2022-11-23T01:21:02.1062040Z test_jit_annotate (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1062230Z ok (0.003s) 2022-11-23T01:21:02.1062500Z test_len_constant_dict (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1062700Z ok (0.003s) 2022-11-23T01:21:02.1062970Z test_len_constant_list (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1063170Z ok (0.003s) 2022-11-23T01:21:02.1063450Z test_len_constant_misc_iterables (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1063660Z ok (0.003s) 2022-11-23T01:21:02.1063920Z test_len_tensor (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1064130Z ok (0.003s) 2022-11-23T01:21:02.1064380Z test_list_add (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1064580Z ok (0.003s) 2022-11-23T01:21:02.1064840Z test_list_clear (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1065040Z ok (0.004s) 2022-11-23T01:21:02.1065290Z test_list_convert (__main__.FunctionTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:21:02.1065490Z ok (0.004s) 2022-11-23T01:21:02.1065830Z test_list_reversed (__main__.FunctionTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:21:02.1066030Z ok (0.005s) 2022-11-23T01:21:02.1066310Z test_list_slice_assignment (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1066520Z ok (0.003s) 2022-11-23T01:21:02.1066770Z test_list_truth (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1066970Z ok (0.003s) 2022-11-23T01:21:02.1067220Z test_listarg1 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1067410Z ok (0.003s) 2022-11-23T01:21:02.1067670Z test_listarg2 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1067860Z ok (0.003s) 2022-11-23T01:21:02.1068110Z test_listarg3 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1068350Z ok (0.003s) 2022-11-23T01:21:02.1068600Z test_listarg4 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1068800Z ok (0.003s) 2022-11-23T01:21:02.1069050Z test_listarg5 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1069240Z ok (0.003s) 2022-11-23T01:21:02.1069500Z test_load_global_bool (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1069700Z ok (0.003s) 2022-11-23T01:21:02.1069850Z test_map_sum (__main__.FunctionTests) ... inline_call [] 2022-11-23T01:21:02.1070100Z stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:21:02.1070270Z ok (0.007s) 2022-11-23T01:21:02.1070430Z test_methodcall1 (__main__.FunctionTests) ... inline_call [] 2022-11-23T01:21:02.1070690Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1070860Z ok (0.004s) 2022-11-23T01:21:02.1071020Z test_methodcall2 (__main__.FunctionTests) ... inline_call [] 2022-11-23T01:21:02.1071270Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1071440Z ok (0.004s) 2022-11-23T01:21:02.1071600Z test_methodcall3 (__main__.FunctionTests) ... inline_call [] 2022-11-23T01:21:02.1071850Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1078050Z ok (0.004s) 2022-11-23T01:21:02.1078360Z test_min_max (__main__.FunctionTests) ... stats [('calls_captured', 11), ('fusions_possible', 10), ('unique_graphs', 1)] 2022-11-23T01:21:02.1078550Z ok (0.008s) 2022-11-23T01:21:02.1078820Z test_module_constant (__main__.FunctionTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:21:02.1079020Z ok (0.005s) 2022-11-23T01:21:02.1079270Z test_ndim (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1079470Z ok (0.003s) 2022-11-23T01:21:02.1079720Z test_pop (__main__.FunctionTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:21:02.1079920Z ok (0.005s) 2022-11-23T01:21:02.1080170Z test_reduce (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1080370Z ok (0.004s) 2022-11-23T01:21:02.1080630Z test_return_dict (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1080820Z ok (0.003s) 2022-11-23T01:21:02.1081080Z test_return_dict2 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1081280Z ok (0.004s) 2022-11-23T01:21:02.1081540Z test_return_tuple1 (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1081820Z ok (0.003s) 2022-11-23T01:21:02.1082100Z test_return_tuple2 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1082290Z ok (0.003s) 2022-11-23T01:21:02.1082550Z test_shape1 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1082750Z ok (0.003s) 2022-11-23T01:21:02.1083000Z test_shape2 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1083200Z ok (0.003s) 2022-11-23T01:21:02.1083450Z test_slice1 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1083640Z ok (0.002s) 2022-11-23T01:21:02.1083890Z test_slice2 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1084080Z ok (0.003s) 2022-11-23T01:21:02.1084390Z test_slice3 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1084580Z ok (0.002s) 2022-11-23T01:21:02.1084830Z test_slice4 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1085020Z ok (0.003s) 2022-11-23T01:21:02.1085270Z test_slice5 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1085460Z ok (0.003s) 2022-11-23T01:21:02.1085700Z test_slice6 (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1085890Z ok (0.004s) 2022-11-23T01:21:02.1086140Z test_startswith (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1086340Z ok (0.003s) 2022-11-23T01:21:02.1086600Z test_tensor_len (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1086790Z ok (0.004s) 2022-11-23T01:21:02.1087060Z test_tensor_new_with_shape (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1087270Z ok (0.004s) 2022-11-23T01:21:02.1087540Z test_tensor_new_with_size (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1087740Z ok (0.004s) 2022-11-23T01:21:02.1088000Z test_transpose_for_scores (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1088210Z ok (0.004s) 2022-11-23T01:21:02.1088510Z test_tuple1 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1088700Z ok (0.003s) 2022-11-23T01:21:02.1088950Z test_tuple2 (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1089140Z ok (0.003s) 2022-11-23T01:21:02.1089400Z test_tuple_contains (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1089600Z ok (0.003s) 2022-11-23T01:21:02.1089850Z test_tuple_iadd (__main__.FunctionTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:21:02.1090040Z ok (0.004s) 2022-11-23T01:21:02.1090300Z test_unpack1 (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1090500Z ok (0.003s) 2022-11-23T01:21:02.1090750Z test_unpack2 (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1090940Z ok (0.004s) 2022-11-23T01:21:02.1091190Z test_unpack3 (__main__.FunctionTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:21:02.1091380Z ok (0.004s) 2022-11-23T01:21:02.1091720Z test_unpack_ex1 (__main__.FunctionTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:21:02.1091920Z ok (0.004s) 2022-11-23T01:21:02.1092180Z test_unpack_ex2 (__main__.FunctionTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:21:02.1092380Z ok (0.004s) 2022-11-23T01:21:02.1092630Z test_unpack_ex3 (__main__.FunctionTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:21:02.1092820Z ok (0.004s) 2022-11-23T01:21:02.1093070Z test_viamethod (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1093270Z ok (0.003s) 2022-11-23T01:21:02.1093520Z test_viatorch (__main__.FunctionTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:02.1093720Z ok (0.003s) 2022-11-23T01:21:02.1093800Z 2022-11-23T01:21:02.1093990Z ---------------------------------------------------------------------- 2022-11-23T01:21:02.1094170Z Ran 99 tests in 0.590s 2022-11-23T01:21:02.1094260Z 2022-11-23T01:21:02.1094300Z OK 2022-11-23T01:21:02.1094370Z 2022-11-23T01:21:02.1094430Z Generating XML reports... 2022-11-23T01:21:02.1094740Z Generated XML report: test-reports/python-unittest/dynamo.test_functions/TEST-FunctionTests-20221123012101.xml 2022-11-23T01:21:02.1094910Z 2022-11-23T01:21:02.1095200Z ##[endgroup] 2022-11-23T01:21:02.1095520Z FINISHED PRINTING LOG FILE of dynamo/test_functions (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_functions_nrjbip8v) 2022-11-23T01:21:02.1095710Z 2022-11-23T01:21:03.1516220Z Running test_shape_ops ... [2022-11-23 01:21:03.151443] 2022-11-23T01:21:03.1517340Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:03.151632] 2022-11-23T01:21:03.1518190Z Ignoring disabled issues: [] 2022-11-23T01:21:04.6279150Z 2022-11-23T01:21:04.6279610Z Expand the folded group to see the log file of test_shape_ops 2022-11-23T01:21:04.6280310Z ##[group]PRINTING LOG FILE of test_shape_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_shape_ops_zk23igii) 2022-11-23T01:21:04.6280510Z 2022-11-23T01:21:04.6280560Z Running tests... 2022-11-23T01:21:04.6280890Z ---------------------------------------------------------------------- 2022-11-23T01:21:04.6281220Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-11-23T01:21:04.6281520Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6281740Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6282050Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6282330Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-11-23T01:21:04.6282590Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6282830Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6283050Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6283270Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6283490Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6284610Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-11-23T01:21:04.6285280Z return torch.as_tensor(tensor_like) 2022-11-23T01:21:04.6285420Z ok (0.002s) 2022-11-23T01:21:04.6285590Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:21:04.6285810Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6286030Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:21:04.6286250Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:21:04.6286460Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:21:04.6286670Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-11-23T01:21:04.6286880Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:21:04.6287090Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6287420Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6287620Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6287820Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6288030Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6295540Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6295790Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6296020Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6296260Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6296490Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6296720Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6296940Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6297160Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6297390Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6297610Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6297830Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6298050Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:21:04.6298290Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:21:04.6298540Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:21:04.6298770Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6298990Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6299220Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6299450Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:21:04.6299670Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:21:04.6299890Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6300110Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6300330Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6300540Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6300760Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6300970Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6301190Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6301590Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6301820Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6302050Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:21:04.6302290Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:21:04.6302520Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:21:04.6302740Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6302950Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6303160Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6303390Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6303620Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6303850Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:21:04.6304150Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-11-23T01:21:04.6304370Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-11-23T01:21:04.6304590Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-11-23T01:21:04.6304820Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-11-23T01:21:04.6305060Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-11-23T01:21:04.6305280Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-11-23T01:21:04.6306220Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_shape_ops.py:629: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [27, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:21:04.6306870Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-11-23T01:21:04.6307060Z ok (0.025s) 2022-11-23T01:21:04.6307860Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:21:04.6308430Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:21:04.6309180Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:21:04.6309730Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:21:04.6310520Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:21:04.6311050Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:21:04.6311770Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:21:04.6312290Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:21:04.6313020Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:21:04.6313620Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:21:04.6313750Z ok (0.013s) 2022-11-23T01:21:04.6313930Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-11-23T01:21:04.6314150Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-11-23T01:21:04.6314360Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-11-23T01:21:04.6314570Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-11-23T01:21:04.6314790Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-11-23T01:21:04.6315000Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-11-23T01:21:04.6315210Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-11-23T01:21:04.6315420Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-11-23T01:21:04.6315630Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-11-23T01:21:04.6315850Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6316080Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6316310Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:21:04.6316520Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-11-23T01:21:04.6316740Z test_sparse_dense_dim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6316980Z test_sparse_dense_dim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6317220Z test_sparse_dense_dim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6317850Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:21:04.6318250Z warnings.warn(message, UserWarning) 2022-11-23T01:21:04.6318390Z ok (0.001s) 2022-11-23T01:21:04.6318560Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6318780Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6318980Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6319190Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6319480Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6319700Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6319910Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6320110Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-11-23T01:21:04.6320230Z 2022-11-23T01:21:04.6320380Z ---------------------------------------------------------------------- 2022-11-23T01:21:04.6320560Z Ran 92 tests in 0.473s 2022-11-23T01:21:04.6320650Z 2022-11-23T01:21:04.6320700Z OK (skipped=1) 2022-11-23T01:21:04.6320780Z 2022-11-23T01:21:04.6320840Z Generating XML reports... 2022-11-23T01:21:04.6321140Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20221123012103.xml 2022-11-23T01:21:04.6321320Z 2022-11-23T01:21:04.6321580Z ##[endgroup] 2022-11-23T01:21:04.6321880Z FINISHED PRINTING LOG FILE of test_shape_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_shape_ops_zk23igii) 2022-11-23T01:21:04.6322140Z 2022-11-23T01:21:05.6928420Z Running dynamo/test_skip_non_tensor ... [2022-11-23 01:21:05.692643] 2022-11-23T01:21:05.6928980Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_skip_non_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:05.692833] 2022-11-23T01:21:05.6929300Z Ignoring disabled issues: [] 2022-11-23T01:21:06.8521250Z 2022-11-23T01:21:06.8521640Z Expand the folded group to see the log file of dynamo/test_skip_non_tensor 2022-11-23T01:21:06.8522820Z ##[group]PRINTING LOG FILE of dynamo/test_skip_non_tensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_skip_non_tensor_f_413xga) 2022-11-23T01:21:06.8523030Z 2022-11-23T01:21:06.8523090Z Running tests... 2022-11-23T01:21:06.8523420Z ---------------------------------------------------------------------- 2022-11-23T01:21:06.8523760Z Test results will be stored in test-reports/python-unittest/dynamo.test_skip_non_tensor 2022-11-23T01:21:06.8524010Z test_add_skip (__main__.SkipNonTensorTests) ... ok (0.162s) 2022-11-23T01:21:06.8524340Z test_add_tensor1 (__main__.SkipNonTensorTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:06.8524560Z ok (0.068s) 2022-11-23T01:21:06.8524850Z test_add_tensor2 (__main__.SkipNonTensorTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:06.8525050Z ok (0.003s) 2022-11-23T01:21:06.8525330Z test_add_tensor_dict (__main__.SkipNonTensorTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:06.8525540Z ok (0.002s) 2022-11-23T01:21:06.8525810Z test_add_tensor_list (__main__.SkipNonTensorTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:21:06.8526020Z ok (0.002s) 2022-11-23T01:21:06.8526190Z test_custom_list (__main__.SkipNonTensorTests) ... ok (0.001s) 2022-11-23T01:21:06.8526410Z test_recursive_list (__main__.SkipNonTensorTests) ... ok (0.001s) 2022-11-23T01:21:06.8533360Z 2022-11-23T01:21:06.8533590Z ---------------------------------------------------------------------- 2022-11-23T01:21:06.8533820Z Ran 7 tests in 0.239s 2022-11-23T01:21:06.8533910Z 2022-11-23T01:21:06.8533950Z OK 2022-11-23T01:21:06.8534020Z 2022-11-23T01:21:06.8534080Z Generating XML reports... 2022-11-23T01:21:06.8534410Z Generated XML report: test-reports/python-unittest/dynamo.test_skip_non_tensor/TEST-SkipNonTensorTests-20221123012106.xml 2022-11-23T01:21:06.8534600Z 2022-11-23T01:21:06.8534780Z ##[endgroup] 2022-11-23T01:21:06.8535120Z FINISHED PRINTING LOG FILE of dynamo/test_skip_non_tensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_skip_non_tensor_f_413xga) 2022-11-23T01:21:06.8535320Z 2022-11-23T01:21:07.8999900Z Running test_function_schema ... [2022-11-23 01:21:07.899802] 2022-11-23T01:21:07.9000780Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:07.899994] 2022-11-23T01:21:07.9001120Z Ignoring disabled issues: [] 2022-11-23T01:21:08.9972610Z 2022-11-23T01:21:08.9972910Z Expand the folded group to see the log file of test_function_schema 2022-11-23T01:21:08.9973540Z ##[group]PRINTING LOG FILE of test_function_schema (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_function_schema_lcua8wun) 2022-11-23T01:21:08.9973740Z 2022-11-23T01:21:08.9973790Z Running tests... 2022-11-23T01:21:08.9974140Z ---------------------------------------------------------------------- 2022-11-23T01:21:08.9974430Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-11-23T01:21:08.9974700Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.155s) 2022-11-23T01:21:08.9974980Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T01:21:08.9975480Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T01:21:08.9975750Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T01:21:08.9976030Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T01:21:08.9976290Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T01:21:08.9976560Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T01:21:08.9976790Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T01:21:08.9977010Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T01:21:08.9977230Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.111s) 2022-11-23T01:21:08.9977490Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T01:21:08.9977760Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T01:21:08.9978030Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T01:21:08.9978170Z 2022-11-23T01:21:08.9978320Z ---------------------------------------------------------------------- 2022-11-23T01:21:08.9978500Z Ran 13 tests in 0.273s 2022-11-23T01:21:08.9978590Z 2022-11-23T01:21:08.9978640Z OK 2022-11-23T01:21:08.9978700Z 2022-11-23T01:21:08.9978760Z Generating XML reports... 2022-11-23T01:21:08.9979080Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20221123012108.xml 2022-11-23T01:21:08.9979270Z 2022-11-23T01:21:08.9979430Z ##[endgroup] 2022-11-23T01:21:08.9979760Z FINISHED PRINTING LOG FILE of test_function_schema (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_function_schema_lcua8wun) 2022-11-23T01:21:08.9979950Z 2022-11-23T01:21:10.0557270Z Running profiler/test_memory_profiler ... [2022-11-23 01:21:10.055545] 2022-11-23T01:21:10.0557940Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'profiler/test_memory_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:10.055732] 2022-11-23T01:21:10.0558240Z Ignoring disabled issues: [] 2022-11-23T01:21:11.1494820Z 2022-11-23T01:21:11.1495110Z Expand the folded group to see the log file of profiler/test_memory_profiler 2022-11-23T01:21:11.1495700Z ##[group]PRINTING LOG FILE of profiler/test_memory_profiler (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/profiler-test_memory_profiler_giwxokak) 2022-11-23T01:21:11.1495920Z 2022-11-23T01:21:11.1495980Z Running tests... 2022-11-23T01:21:11.1496320Z ---------------------------------------------------------------------- 2022-11-23T01:21:11.1496820Z Test results will be stored in test-reports/python-unittest/profiler.test_memory_profiler 2022-11-23T01:21:11.1497240Z test_match_schemas (__main__.TestDataFlow) ... STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1497610Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1497960Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1498170Z ok (0.158s) 2022-11-23T01:21:11.1498500Z test_match_schemas_backward (__main__.TestDataFlow) ... STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1498870Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1499200Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1499530Z ok (0.012s) 2022-11-23T01:21:11.1499850Z test_match_schemas_tensorlist (__main__.TestDataFlow) ... STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1500210Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1500540Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1500730Z ok (0.001s) 2022-11-23T01:21:11.1501070Z test_extract_gradients_from_module (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1501470Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1501790Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1502360Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:21:11.1502740Z warnings.warn(message, UserWarning) 2022-11-23T01:21:11.1503020Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1503350Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1503680Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1504000Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1504320Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1504660Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1504980Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1505300Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1505620Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1505820Z ok (0.019s) 2022-11-23T01:21:11.1506180Z test_extract_gradients_from_module_and_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1506570Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1506960Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1507170Z ok (0.005s) 2022-11-23T01:21:11.1507510Z test_extract_gradients_from_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1507890Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1508220Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1508540Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1508850Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1509180Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1509570Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1509890Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1510220Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1510540Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1510860Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1511180Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1511380Z ok (0.021s) 2022-11-23T01:21:11.1511990Z test_extract_gradients_from_optimizer_set_to_none (__main__.TestIdentifyGradients) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88721 for platform(s) mac, macos, win, windows. 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-11-23T01:21:11.1512650Z test_extract_gradients_low_level (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1513020Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1513350Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1513670Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1513980Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1514300Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1514500Z ok (0.036s) 2022-11-23T01:21:11.1514810Z test_config_check (__main__.TestMemoryProfiler) ... STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1515170Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1515500Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1515820Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1516150Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1516470Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1516840Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:21:11.1517170Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:21:11.1517490Z STAGE:2022-11-23 01:21:10 29549:41657626 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:21:11.1517690Z ok (0.002s) 2022-11-23T01:21:11.1517760Z 2022-11-23T01:21:11.1526180Z ---------------------------------------------------------------------- 2022-11-23T01:21:11.1526430Z Ran 9 tests in 0.254s 2022-11-23T01:21:11.1526520Z 2022-11-23T01:21:11.1526580Z OK (skipped=1) 2022-11-23T01:21:11.1526660Z 2022-11-23T01:21:11.1526730Z Generating XML reports... 2022-11-23T01:21:11.1527120Z Generated XML report: test-reports/python-unittest/profiler.test_memory_profiler/TEST-TestDataFlow-20221123012110.xml 2022-11-23T01:21:11.1527550Z Generated XML report: test-reports/python-unittest/profiler.test_memory_profiler/TEST-TestIdentifyGradients-20221123012110.xml 2022-11-23T01:21:11.1528130Z Generated XML report: test-reports/python-unittest/profiler.test_memory_profiler/TEST-TestMemoryProfiler-20221123012110.xml 2022-11-23T01:21:11.1528330Z 2022-11-23T01:21:11.1528560Z ##[endgroup] 2022-11-23T01:21:11.1528910Z FINISHED PRINTING LOG FILE of profiler/test_memory_profiler (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/profiler-test_memory_profiler_giwxokak) 2022-11-23T01:21:11.1529130Z 2022-11-23T01:21:12.1793390Z Running test_python_dispatch ... [2022-11-23 01:21:12.179181] 2022-11-23T01:21:12.1795310Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:12.179365] 2022-11-23T01:21:12.1795640Z Ignoring disabled issues: [] 2022-11-23T01:21:13.2584880Z 2022-11-23T01:21:13.2585230Z Expand the folded group to see the log file of test_python_dispatch 2022-11-23T01:21:13.2585970Z ##[group]PRINTING LOG FILE of test_python_dispatch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_python_dispatch_y75jhhq3) 2022-11-23T01:21:13.2586190Z 2022-11-23T01:21:13.2586240Z Running tests... 2022-11-23T01:21:13.2586580Z ---------------------------------------------------------------------- 2022-11-23T01:21:13.2586880Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-11-23T01:21:13.2587120Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.155s) 2022-11-23T01:21:13.2587350Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.008s) 2022-11-23T01:21:13.2587580Z test_basic (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:21:13.2587820Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2588070Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:21:13.2588310Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:21:13.2588580Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2588830Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2589100Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2589370Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2589610Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:21:13.2589830Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2590050Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2590290Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2590730Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2591000Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T01:21:13.2591230Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2591460Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2591670Z test_format (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2591880Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2592090Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2592320Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2592760Z test_invalid_ret (__main__.TestPythonDispatch) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_python_dispatch.py:447: DeprecationWarning: Please use assertRaisesRegex instead. 2022-11-23T01:21:13.2593050Z self.assertRaisesRegexp( 2022-11-23T01:21:13.2593320Z ok (0.001s) 2022-11-23T01:21:13.2593500Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:21:13.2593730Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2593970Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2594210Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2594420Z test_like (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2594620Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2594840Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2595080Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:21:13.2595340Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2595590Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:21:13.2595820Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2596050Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2596300Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2596530Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:21:13.2596740Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2596940Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T01:21:13.2597170Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2597390Z test_optional_tensor_list (__main__.TestPythonDispatch) ... woof 2022-11-23T01:21:13.2597560Z ok (0.001s) 2022-11-23T01:21:13.2597720Z test_out (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2597930Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2598150Z test_set_data (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2598380Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2598600Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:21:13.2598830Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:21:13.2599440Z test_storage (__main__.TestPythonDispatch) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:21:13.2599860Z warnings.warn(message, UserWarning) 2022-11-23T01:21:13.2600010Z ok (0.001s) 2022-11-23T01:21:13.2600270Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:21:13.2600520Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:21:13.2600760Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2601000Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:21:13.2601220Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2601460Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T01:21:13.2601760Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:21:13.2602060Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2602350Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2602680Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T01:21:13.2602970Z test_version (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2603200Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2603480Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T01:21:13.2603730Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T01:21:13.2603960Z test_basic (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T01:21:13.2604170Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T01:21:13.2604420Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.003s) 2022-11-23T01:21:13.2604720Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.001s) 2022-11-23T01:21:13.2604970Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T01:21:13.2605240Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T01:21:13.2605570Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.002s) 2022-11-23T01:21:13.2606140Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T01:21:13.2606590Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-11-23T01:21:13.2606850Z registered at /Users/runner/work/pytorch/pytorch/build/aten/src/ATen/RegisterSchema.cpp:6 2022-11-23T01:21:13.2607050Z dispatch key: ZeroTensor 2022-11-23T01:21:13.2607300Z previous kernel: registered at /Users/runner/work/pytorch/pytorch/aten/src/ATen/BatchingRegistrations.cpp:1068 2022-11-23T01:21:13.2607660Z new kernel: registered at /dev/null:550 (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/core/dispatch/OperatorEntry.cpp:159.) 2022-11-23T01:21:13.2608000Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T01:21:13.2608190Z ok (0.003s) 2022-11-23T01:21:13.2608400Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.001s) 2022-11-23T01:21:13.2608710Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.002s) 2022-11-23T01:21:13.2608860Z 2022-11-23T01:21:13.2609010Z ---------------------------------------------------------------------- 2022-11-23T01:21:13.2609190Z Ran 72 tests in 0.247s 2022-11-23T01:21:13.2609280Z 2022-11-23T01:21:13.2609320Z OK 2022-11-23T01:21:13.2609390Z 2022-11-23T01:21:13.2609450Z Generating XML reports... 2022-11-23T01:21:13.2609770Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221123012112.xml 2022-11-23T01:21:13.2610230Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221123012112.xml 2022-11-23T01:21:13.2610640Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221123012112.xml 2022-11-23T01:21:13.2610820Z 2022-11-23T01:21:13.2611000Z ##[endgroup] 2022-11-23T01:21:13.2611320Z FINISHED PRINTING LOG FILE of test_python_dispatch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_python_dispatch_y75jhhq3) 2022-11-23T01:21:13.2611510Z 2022-11-23T01:21:14.3154590Z Running dynamo/test_nops ... [2022-11-23 01:21:14.315241] 2022-11-23T01:21:14.3155610Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_nops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:14.315456] 2022-11-23T01:21:14.3156090Z Ignoring disabled issues: [] 2022-11-23T01:21:15.4169760Z 2022-11-23T01:21:15.4170240Z Expand the folded group to see the log file of dynamo/test_nops 2022-11-23T01:21:15.4170840Z ##[group]PRINTING LOG FILE of dynamo/test_nops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_nops_amqa242g) 2022-11-23T01:21:15.4171250Z 2022-11-23T01:21:15.4171310Z Running tests... 2022-11-23T01:21:15.4171660Z ---------------------------------------------------------------------- 2022-11-23T01:21:15.4171940Z Test results will be stored in test-reports/python-unittest/dynamo.test_nops 2022-11-23T01:21:15.4172160Z test1 (__main__.NopTests) ... ok (0.161s) 2022-11-23T01:21:15.4172330Z test2 (__main__.NopTests) ... ok (0.001s) 2022-11-23T01:21:15.4172510Z test3 (__main__.NopTests) ... ok (0.001s) 2022-11-23T01:21:15.4172690Z test_extended_args (__main__.NopTests) ... ok (0.023s) 2022-11-23T01:21:15.4172810Z 2022-11-23T01:21:15.4172950Z ---------------------------------------------------------------------- 2022-11-23T01:21:15.4173130Z Ran 4 tests in 0.187s 2022-11-23T01:21:15.4173220Z 2022-11-23T01:21:15.4173260Z OK 2022-11-23T01:21:15.4173330Z 2022-11-23T01:21:15.4173390Z Generating XML reports... 2022-11-23T01:21:15.4173680Z Generated XML report: test-reports/python-unittest/dynamo.test_nops/TEST-NopTests-20221123012115.xml 2022-11-23T01:21:15.4173850Z 2022-11-23T01:21:15.4174020Z ##[endgroup] 2022-11-23T01:21:15.4174340Z FINISHED PRINTING LOG FILE of dynamo/test_nops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_nops_amqa242g) 2022-11-23T01:21:15.4174520Z 2022-11-23T01:21:16.4821400Z Running dynamo/test_export_mutations ... [2022-11-23 01:21:16.481951] 2022-11-23T01:21:16.4821990Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_export_mutations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:16.482136] 2022-11-23T01:21:16.4822300Z Ignoring disabled issues: [] 2022-11-23T01:21:17.5723630Z 2022-11-23T01:21:17.5724060Z Expand the folded group to see the log file of dynamo/test_export_mutations 2022-11-23T01:21:17.5724670Z ##[group]PRINTING LOG FILE of dynamo/test_export_mutations (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_export_mutations_ac8igl87) 2022-11-23T01:21:17.5724880Z 2022-11-23T01:21:17.5724930Z Running tests... 2022-11-23T01:21:17.5725270Z ---------------------------------------------------------------------- 2022-11-23T01:21:17.5725570Z Test results will be stored in test-reports/python-unittest/dynamo.test_export_mutations 2022-11-23T01:21:17.5726240Z test_module_attribute_mutation_violation_negative_1 (__main__.MutationExportTests) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88468 for platform(s) linux, macos, mac. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.160s) 2022-11-23T01:21:17.5727300Z test_module_attribute_mutation_violation_negative_2 (__main__.MutationExportTests) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88475 for platform(s) linux, mac, macos. 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-11-23T01:21:17.5728180Z test_module_attribute_mutation_violation_negative_3 (__main__.MutationExportTests) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88466 for platform(s) linux, mac, macos. 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-11-23T01:21:17.5729050Z test_module_attribute_mutation_violation_negative_4 (__main__.MutationExportTests) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88467 for platform(s) linux, macos. 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-11-23T01:21:17.5729640Z test_module_attribute_mutation_violation_positive_1 (__main__.MutationExportTests) ... ok (0.005s) 2022-11-23T01:21:17.5729920Z test_module_attribute_mutation_violation_positive_2 (__main__.MutationExportTests) ... ok (0.001s) 2022-11-23T01:21:17.5730190Z test_module_attribute_mutation_violation_positive_3 (__main__.MutationExportTests) ... ok (0.001s) 2022-11-23T01:21:17.5730460Z test_module_attribute_mutation_violation_positive_4 (__main__.MutationExportTests) ... inline_call [] 2022-11-23T01:21:17.5730650Z ok (0.002s) 2022-11-23T01:21:17.5730720Z 2022-11-23T01:21:17.5730870Z ---------------------------------------------------------------------- 2022-11-23T01:21:17.5731060Z Ran 8 tests in 0.171s 2022-11-23T01:21:17.5731140Z 2022-11-23T01:21:17.5731190Z OK (skipped=4) 2022-11-23T01:21:17.5731270Z 2022-11-23T01:21:17.5731330Z Generating XML reports... 2022-11-23T01:21:17.5731650Z Generated XML report: test-reports/python-unittest/dynamo.test_export_mutations/TEST-MutationExportTests-20221123012117.xml 2022-11-23T01:21:17.5731850Z 2022-11-23T01:21:17.5732010Z ##[endgroup] 2022-11-23T01:21:17.5732340Z FINISHED PRINTING LOG FILE of dynamo/test_export_mutations (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_export_mutations_ac8igl87) 2022-11-23T01:21:17.5732550Z 2022-11-23T01:21:18.6213090Z Running test_fx_reinplace_pass ... [2022-11-23 01:21:18.621141] 2022-11-23T01:21:18.6213740Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:18.621322] 2022-11-23T01:21:18.6214710Z Ignoring disabled issues: [] 2022-11-23T01:21:19.7373090Z 2022-11-23T01:21:19.7373400Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-11-23T01:21:19.7374020Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fx_reinplace_pass_w64vzb4x) 2022-11-23T01:21:19.7374260Z 2022-11-23T01:21:19.7374320Z Running tests... 2022-11-23T01:21:19.7374710Z ---------------------------------------------------------------------- 2022-11-23T01:21:19.7375030Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-11-23T01:21:19.7375290Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.136s) 2022-11-23T01:21:19.7375510Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.003s) 2022-11-23T01:21:19.7375750Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.003s) 2022-11-23T01:21:19.7375990Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.008s) 2022-11-23T01:21:19.7376230Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.003s) 2022-11-23T01:21:19.7376470Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.027s) 2022-11-23T01:21:19.7376910Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.028s) 2022-11-23T01:21:19.7377180Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.006s) 2022-11-23T01:21:19.7377470Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.006s) 2022-11-23T01:21:19.7377750Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.006s) 2022-11-23T01:21:19.7377990Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.003s) 2022-11-23T01:21:19.7378120Z 2022-11-23T01:21:19.7378260Z ---------------------------------------------------------------------- 2022-11-23T01:21:19.7378450Z Ran 11 tests in 0.229s 2022-11-23T01:21:19.7378540Z 2022-11-23T01:21:19.7378580Z OK 2022-11-23T01:21:19.7378650Z 2022-11-23T01:21:19.7378710Z Generating XML reports... 2022-11-23T01:21:19.7379030Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20221123012119.xml 2022-11-23T01:21:19.7379340Z 2022-11-23T01:21:19.7379500Z ##[endgroup] 2022-11-23T01:21:19.7379830Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fx_reinplace_pass_w64vzb4x) 2022-11-23T01:21:19.7380030Z 2022-11-23T01:21:20.7976480Z Running nn/test_lazy_modules ... [2022-11-23 01:21:20.797432] 2022-11-23T01:21:20.7977050Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'nn/test_lazy_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:20.797612] 2022-11-23T01:21:20.7977350Z Ignoring disabled issues: [] 2022-11-23T01:21:21.9799560Z 2022-11-23T01:21:21.9799850Z Expand the folded group to see the log file of nn/test_lazy_modules 2022-11-23T01:21:21.9800510Z ##[group]PRINTING LOG FILE of nn/test_lazy_modules (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_lazy_modules__sjwn247) 2022-11-23T01:21:21.9800770Z 2022-11-23T01:21:21.9800840Z Running tests... 2022-11-23T01:21:21.9801180Z ---------------------------------------------------------------------- 2022-11-23T01:21:21.9801470Z Test results will be stored in test-reports/python-unittest/nn.test_lazy_modules 2022-11-23T01:21:21.9801720Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T01:21:21.9801950Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9802490Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:21.9802940Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:21:21.9803140Z ok (0.006s) 2022-11-23T01:21:21.9803320Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T01:21:21.9803570Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9803790Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:21:21.9804010Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:21:21.9804240Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9804450Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:21:21.9804660Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:21:21.9804880Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9805100Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.016s) 2022-11-23T01:21:21.9805300Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T01:21:21.9805700Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9805920Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:21:21.9806120Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:21:21.9806340Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9814450Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.013s) 2022-11-23T01:21:21.9814670Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T01:21:21.9814880Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9815110Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:21:21.9815340Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9815570Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.007s) 2022-11-23T01:21:21.9815800Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:21:21.9816190Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9816410Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.060s) 2022-11-23T01:21:21.9816640Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.020s) 2022-11-23T01:21:21.9816870Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9817100Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T01:21:21.9817300Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-11-23T01:21:21.9817880Z This test is to test whether lazymodule can register other forward hook ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:21.9818360Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:21:21.9818540Z ok (0.001s) 2022-11-23T01:21:21.9818710Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:21:21.9818940Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:21:21.9819170Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:21:21.9819390Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:21:21.9819610Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:21:21.9819840Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:21:21.9820060Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T01:21:21.9820280Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:21:21.9820510Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:21:21.9820730Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9820950Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9821160Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9821380Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:21:21.9821600Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9821810Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-11-23T01:21:21.9822350Z This test is to test whether lazymodule can register other pre-forward hook ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:21:21.9822890Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:21:21.9823080Z ok (0.001s) 2022-11-23T01:21:21.9823250Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:21:21.9823480Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:21:21.9823690Z test_linear (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9823890Z test_linear_state (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9824120Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.000s) 2022-11-23T01:21:21.9824350Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:21:21.9824570Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:21:21.9824780Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:21:21.9824990Z test_weight_norm (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:21:21.9825100Z 2022-11-23T01:21:21.9825250Z ---------------------------------------------------------------------- 2022-11-23T01:21:21.9825490Z Ran 54 tests in 0.214s 2022-11-23T01:21:21.9825580Z 2022-11-23T01:21:21.9825630Z OK (skipped=1) 2022-11-23T01:21:21.9825710Z 2022-11-23T01:21:21.9825770Z Generating XML reports... 2022-11-23T01:21:21.9826070Z Generated XML report: test-reports/python-unittest/nn.test_lazy_modules/TEST-TestLazyModules-20221123012121.xml 2022-11-23T01:21:21.9826250Z 2022-11-23T01:21:21.9826470Z ##[endgroup] 2022-11-23T01:21:21.9826780Z FINISHED PRINTING LOG FILE of nn/test_lazy_modules (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_lazy_modules__sjwn247) 2022-11-23T01:21:21.9826960Z 2022-11-23T01:21:23.0499170Z Running test_native_functions ... [2022-11-23 01:21:23.049706] 2022-11-23T01:21:23.0500220Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:23.049926] 2022-11-23T01:21:23.0500550Z Ignoring disabled issues: [] 2022-11-23T01:21:24.0770590Z 2022-11-23T01:21:24.0770870Z Expand the folded group to see the log file of test_native_functions 2022-11-23T01:21:24.0771440Z ##[group]PRINTING LOG FILE of test_native_functions (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_native_functions__66fw27t) 2022-11-23T01:21:24.0771640Z 2022-11-23T01:21:24.0771700Z Running tests... 2022-11-23T01:21:24.0772090Z ---------------------------------------------------------------------- 2022-11-23T01:21:24.0773480Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-11-23T01:21:24.0774390Z test_intlist_error_with_overload (__main__.TestNativeFunctions) ... ok (0.154s) 2022-11-23T01:21:24.0774800Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0775170Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0775490Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0775800Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0776160Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0776460Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0776730Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T01:21:24.0776900Z ok (0.024s) 2022-11-23T01:21:24.0777080Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.005s) 2022-11-23T01:21:24.0777310Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.004s) 2022-11-23T01:21:24.0777550Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.004s) 2022-11-23T01:21:24.0777950Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.004s) 2022-11-23T01:21:24.0778190Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.004s) 2022-11-23T01:21:24.0778550Z test_symintlist_error (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0778890Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0779180Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0779490Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0779780Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0780070Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0780340Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T01:21:24.0780620Z ok (0.001s) 2022-11-23T01:21:24.0780950Z test_symintlist_error_with_overload (__main__.TestNativeFunctions) ... view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T01:21:24.0781200Z * (torch.dtype dtype) 2022-11-23T01:21:24.0781450Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T01:21:24.0781640Z * (tuple of ints size) 2022-11-23T01:21:24.0781880Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T01:21:24.0782010Z 2022-11-23T01:21:24.0782170Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0782470Z view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T01:21:24.0782660Z * (torch.dtype dtype) 2022-11-23T01:21:24.0782910Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T01:21:24.0783110Z * (tuple of ints size) 2022-11-23T01:21:24.0783350Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T01:21:24.0783490Z 2022-11-23T01:21:24.0783650Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T01:21:24.0783840Z * (torch.dtype dtype) 2022-11-23T01:21:24.0784080Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T01:21:24.0784270Z * (tuple of ints size) 2022-11-23T01:21:24.0784500Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T01:21:24.0784630Z 2022-11-23T01:21:24.0784780Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0785070Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T01:21:24.0785260Z * (torch.dtype dtype) 2022-11-23T01:21:24.0785500Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T01:21:24.0785690Z * (tuple of ints size) 2022-11-23T01:21:24.0785940Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T01:21:24.0786070Z 2022-11-23T01:21:24.0786230Z view() received an invalid combination of arguments - got (str), but expected one of: 2022-11-23T01:21:24.0786420Z * (torch.dtype dtype) 2022-11-23T01:21:24.0786650Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T01:21:24.0786840Z * (tuple of ints size) 2022-11-23T01:21:24.0787060Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T01:21:24.0787190Z 2022-11-23T01:21:24.0787240Z ok (0.001s) 2022-11-23T01:21:24.0787580Z test_symintlist_error_with_overload_but_is_unique (__main__.TestNativeFunctions) ... set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T01:21:24.0787840Z * () 2022-11-23T01:21:24.0788080Z * (torch.Storage source) 2022-11-23T01:21:24.0788290Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0796290Z * (Tensor source) 2022-11-23T01:21:24.0796550Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0796700Z 2022-11-23T01:21:24.0796880Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0797200Z set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T01:21:24.0797390Z * () 2022-11-23T01:21:24.0797520Z * (torch.Storage source) 2022-11-23T01:21:24.0797730Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0797910Z * (Tensor source) 2022-11-23T01:21:24.0798100Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0798240Z 2022-11-23T01:21:24.0798580Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T01:21:24.0798780Z * () 2022-11-23T01:21:24.0798900Z * (torch.Storage source) 2022-11-23T01:21:24.0799090Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0799270Z * (Tensor source) 2022-11-23T01:21:24.0799450Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0799580Z 2022-11-23T01:21:24.0799730Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0800030Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T01:21:24.0800230Z * () 2022-11-23T01:21:24.0800350Z * (torch.Storage source) 2022-11-23T01:21:24.0800550Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0800730Z * (Tensor source) 2022-11-23T01:21:24.0800920Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0801050Z 2022-11-23T01:21:24.0801230Z set_() received an invalid combination of arguments - got (Tensor, int, str), but expected one of: 2022-11-23T01:21:24.0801420Z * () 2022-11-23T01:21:24.0801540Z * (torch.Storage source) 2022-11-23T01:21:24.0801740Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0801920Z * (Tensor source) 2022-11-23T01:21:24.0802110Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:21:24.0802240Z 2022-11-23T01:21:24.0802280Z ok (0.001s) 2022-11-23T01:21:24.0802600Z test_vararg_symintlist_error (__main__.TestNativeFunctions) ... rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0802950Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0803250Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0803560Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0803850Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0804150Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0804450Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0804740Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0805040Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0805340Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T01:21:24.0805740Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0806140Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0806500Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0806830Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0807010Z 2022-11-23T01:21:24.0807180Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:21:24.0807470Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:21:24.0807760Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T01:21:24.0808140Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0808530Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0808870Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0809200Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0809380Z 2022-11-23T01:21:24.0809550Z rand() received an invalid combination of arguments - got (str, str, str), but expected one of: 2022-11-23T01:21:24.0809880Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0810260Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0810600Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0810930Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:21:24.0811100Z 2022-11-23T01:21:24.0811150Z ok (0.001s) 2022-11-23T01:21:24.0811230Z 2022-11-23T01:21:24.0811370Z ---------------------------------------------------------------------- 2022-11-23T01:21:24.0811550Z Ran 11 tests in 0.202s 2022-11-23T01:21:24.0811640Z 2022-11-23T01:21:24.0811680Z OK 2022-11-23T01:21:24.0811740Z 2022-11-23T01:21:24.0811810Z Generating XML reports... 2022-11-23T01:21:24.0812120Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20221123012123.xml 2022-11-23T01:21:24.0812310Z 2022-11-23T01:21:24.0812520Z ##[endgroup] 2022-11-23T01:21:24.0812830Z FINISHED PRINTING LOG FILE of test_native_functions (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_native_functions__66fw27t) 2022-11-23T01:21:24.0813020Z 2022-11-23T01:21:25.1394500Z Running test_autocast ... [2022-11-23 01:21:25.139270] 2022-11-23T01:21:25.1395040Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:25.139447] 2022-11-23T01:21:25.1395340Z Ignoring disabled issues: [] 2022-11-23T01:21:26.1703630Z 2022-11-23T01:21:26.1704190Z Expand the folded group to see the log file of test_autocast 2022-11-23T01:21:26.1704990Z ##[group]PRINTING LOG FILE of test_autocast (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_autocast_jc6mts5h) 2022-11-23T01:21:26.1705180Z 2022-11-23T01:21:26.1705230Z Running tests... 2022-11-23T01:21:26.1705570Z ---------------------------------------------------------------------- 2022-11-23T01:21:26.1705850Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-11-23T01:21:26.1706120Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.159s) 2022-11-23T01:21:26.1706350Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.004s) 2022-11-23T01:21:26.1706560Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.005s) 2022-11-23T01:21:26.1706780Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.008s) 2022-11-23T01:21:26.1707030Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.004s) 2022-11-23T01:21:26.1707260Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.040s) 2022-11-23T01:21:26.1707500Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.004s) 2022-11-23T01:21:26.1707840Z test_cast_cache_is_global (__main__.TestAutocastGPU) 2022-11-23T01:21:26.1708090Z Verifies that the autocast cache is global. This is done by ... skip: requires cuda (0.001s) 2022-11-23T01:21:26.1708340Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-11-23T01:21:26.1708470Z 2022-11-23T01:21:26.1708610Z ---------------------------------------------------------------------- 2022-11-23T01:21:26.1708790Z Ran 9 tests in 0.226s 2022-11-23T01:21:26.1708880Z 2022-11-23T01:21:26.1708930Z OK (skipped=1) 2022-11-23T01:21:26.1709020Z 2022-11-23T01:21:26.1709080Z Generating XML reports... 2022-11-23T01:21:26.1709380Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221123012125.xml 2022-11-23T01:21:26.1709740Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221123012125.xml 2022-11-23T01:21:26.1710120Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastGPU-20221123012125.xml 2022-11-23T01:21:26.1710290Z 2022-11-23T01:21:26.1710450Z ##[endgroup] 2022-11-23T01:21:26.1710750Z FINISHED PRINTING LOG FILE of test_autocast (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_autocast_jc6mts5h) 2022-11-23T01:21:26.1710930Z 2022-11-23T01:21:27.2507960Z Running benchmark_utils/test_benchmark_utils ... [2022-11-23 01:21:27.250613] 2022-11-23T01:21:27.2508690Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:27.250805] 2022-11-23T01:21:27.2509060Z Ignoring disabled issues: [] 2022-11-23T01:21:28.5387770Z 2022-11-23T01:21:28.5388280Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-11-23T01:21:28.5388980Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/benchmark_utils-test_benchmark_utils_mgj4pb_g) 2022-11-23T01:21:28.5389240Z 2022-11-23T01:21:28.5389300Z Running tests... 2022-11-23T01:21:28.5389650Z ---------------------------------------------------------------------- 2022-11-23T01:21:28.5389960Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-11-23T01:21:28.5390380Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-11-23T01:21:28.5390850Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-11-23T01:21:28.5391420Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-11-23T01:21:28.5391690Z ok (0.126s) 2022-11-23T01:21:28.5391930Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:21:28.5392240Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-11-23T01:21:28.5392480Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.042s) 2022-11-23T01:21:28.5392720Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.000s) 2022-11-23T01:21:28.5392960Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.001s) 2022-11-23T01:21:28.5393190Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.024s) 2022-11-23T01:21:28.5401460Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.025s) 2022-11-23T01:21:28.5401760Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.000s) 2022-11-23T01:21:28.5402030Z 2022-11-23T01:21:28.5402190Z ---------------------------------------------------------------------- 2022-11-23T01:21:28.5402370Z Ran 9 tests in 0.220s 2022-11-23T01:21:28.5402450Z 2022-11-23T01:21:28.5402500Z OK (skipped=4) 2022-11-23T01:21:28.5402580Z 2022-11-23T01:21:28.5402640Z Generating XML reports... 2022-11-23T01:21:28.5402980Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20221123012128.xml 2022-11-23T01:21:28.5403180Z 2022-11-23T01:21:28.5403360Z ##[endgroup] 2022-11-23T01:21:28.5403720Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/benchmark_utils-test_benchmark_utils_mgj4pb_g) 2022-11-23T01:21:28.5403930Z 2022-11-23T01:21:29.6091310Z Running nn/test_dropout ... [2022-11-23 01:21:29.608909] 2022-11-23T01:21:29.6093150Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:29.609156] 2022-11-23T01:21:29.6093530Z Ignoring disabled issues: [] 2022-11-23T01:21:30.7356760Z 2022-11-23T01:21:30.7357430Z Expand the folded group to see the log file of nn/test_dropout 2022-11-23T01:21:30.7357980Z ##[group]PRINTING LOG FILE of nn/test_dropout (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_dropout_9lykjk2k) 2022-11-23T01:21:30.7358170Z 2022-11-23T01:21:30.7358230Z Running tests... 2022-11-23T01:21:30.7358570Z ---------------------------------------------------------------------- 2022-11-23T01:21:30.7358860Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-11-23T01:21:30.7359100Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.009s) 2022-11-23T01:21:30.7359320Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.071s) 2022-11-23T01:21:30.7359570Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.001s) 2022-11-23T01:21:30.7359820Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:21:30.7360080Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:21:30.7360330Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:21:30.7360570Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:21:30.7360810Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.050s) 2022-11-23T01:21:30.7361060Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:21:30.7361200Z 2022-11-23T01:21:30.7361340Z ---------------------------------------------------------------------- 2022-11-23T01:21:30.7361520Z Ran 9 tests in 0.145s 2022-11-23T01:21:30.7361610Z 2022-11-23T01:21:30.7361660Z OK (skipped=1) 2022-11-23T01:21:30.7361740Z 2022-11-23T01:21:30.7362000Z Generating XML reports... 2022-11-23T01:21:30.7362320Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20221123012130.xml 2022-11-23T01:21:30.7362720Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20221123012130.xml 2022-11-23T01:21:30.7362910Z 2022-11-23T01:21:30.7363060Z ##[endgroup] 2022-11-23T01:21:30.7363370Z FINISHED PRINTING LOG FILE of nn/test_dropout (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_dropout_9lykjk2k) 2022-11-23T01:21:30.7363540Z 2022-11-23T01:21:31.7929710Z Running lazy/test_debug_util ... [2022-11-23 01:21:31.792818] 2022-11-23T01:21:31.7931340Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'lazy/test_debug_util.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:31.793005] 2022-11-23T01:21:31.7931660Z Ignoring disabled issues: [] 2022-11-23T01:21:32.8211970Z 2022-11-23T01:21:32.8212460Z Expand the folded group to see the log file of lazy/test_debug_util 2022-11-23T01:21:32.8213030Z ##[group]PRINTING LOG FILE of lazy/test_debug_util (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_debug_util_ev6_g3g9) 2022-11-23T01:21:32.8213240Z 2022-11-23T01:21:32.8213310Z Running tests... 2022-11-23T01:21:32.8213710Z ---------------------------------------------------------------------- 2022-11-23T01:21:32.8214000Z Test results will be stored in test-reports/python-unittest/lazy.test_debug_util 2022-11-23T01:21:32.8214250Z test_get_python_frames (__main__.DebugUtilTest) ... ok (0.176s) 2022-11-23T01:21:32.8214370Z 2022-11-23T01:21:32.8214510Z ---------------------------------------------------------------------- 2022-11-23T01:21:32.8214680Z Ran 1 test in 0.176s 2022-11-23T01:21:32.8214760Z 2022-11-23T01:21:32.8214810Z OK 2022-11-23T01:21:32.8214880Z 2022-11-23T01:21:32.8214940Z Generating XML reports... 2022-11-23T01:21:32.8215240Z Generated XML report: test-reports/python-unittest/lazy.test_debug_util/TEST-DebugUtilTest-20221123012132.xml 2022-11-23T01:21:32.8215420Z 2022-11-23T01:21:32.8215580Z ##[endgroup] 2022-11-23T01:21:32.8215880Z FINISHED PRINTING LOG FILE of lazy/test_debug_util (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_debug_util_ev6_g3g9) 2022-11-23T01:21:32.8216070Z 2022-11-23T01:21:33.8705340Z Running nn/test_module_hooks ... [2022-11-23 01:21:33.870367] 2022-11-23T01:21:33.8706730Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'nn/test_module_hooks.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:33.870554] 2022-11-23T01:21:33.8707040Z Ignoring disabled issues: [] 2022-11-23T01:21:34.8710660Z 2022-11-23T01:21:34.8710940Z Expand the folded group to see the log file of nn/test_module_hooks 2022-11-23T01:21:34.8712620Z ##[group]PRINTING LOG FILE of nn/test_module_hooks (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_module_hooks_zpaqy4g1) 2022-11-23T01:21:34.8712830Z 2022-11-23T01:21:34.8712890Z Running tests... 2022-11-23T01:21:34.8713220Z ---------------------------------------------------------------------- 2022-11-23T01:21:34.8713510Z Test results will be stored in test-reports/python-unittest/nn.test_module_hooks 2022-11-23T01:21:34.8713750Z test_forward_hooks (__main__.TestModuleHooks) ... ok (0.162s) 2022-11-23T01:21:34.8713970Z test_forward_pre_hooks (__main__.TestModuleHooks) ... ok (0.002s) 2022-11-23T01:21:34.8714180Z test_full_backward_hooks (__main__.TestModuleHooks) ... ok (0.002s) 2022-11-23T01:21:34.8714410Z test_full_backward_pre_hooks (__main__.TestModuleHooks) ... ok (0.002s) 2022-11-23T01:21:34.8714630Z test_mixed_hooks (__main__.TestModuleHooks) ... ok (0.002s) 2022-11-23T01:21:34.8714750Z 2022-11-23T01:21:34.8714880Z ---------------------------------------------------------------------- 2022-11-23T01:21:34.8715070Z Ran 5 tests in 0.169s 2022-11-23T01:21:34.8715160Z 2022-11-23T01:21:34.8715210Z OK 2022-11-23T01:21:34.8715480Z 2022-11-23T01:21:34.8715550Z Generating XML reports... 2022-11-23T01:21:34.8715880Z Generated XML report: test-reports/python-unittest/nn.test_module_hooks/TEST-TestModuleHooks-20221123012134.xml 2022-11-23T01:21:34.8716070Z 2022-11-23T01:21:34.8716230Z ##[endgroup] 2022-11-23T01:21:34.8716550Z FINISHED PRINTING LOG FILE of nn/test_module_hooks (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_module_hooks_zpaqy4g1) 2022-11-23T01:21:34.8716740Z 2022-11-23T01:21:35.9271400Z Running test_tensorexpr_pybind ... [2022-11-23 01:21:35.926971] 2022-11-23T01:21:35.9272240Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:35.927153] 2022-11-23T01:21:35.9272540Z Ignoring disabled issues: [] 2022-11-23T01:21:36.9227440Z 2022-11-23T01:21:36.9228070Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-11-23T01:21:36.9228870Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_tensorexpr_pybind__w3b2kh5) 2022-11-23T01:21:36.9229070Z 2022-11-23T01:21:36.9229120Z Running tests... 2022-11-23T01:21:36.9229440Z ---------------------------------------------------------------------- 2022-11-23T01:21:36.9229740Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-11-23T01:21:36.9230000Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.157s) 2022-11-23T01:21:36.9230260Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T01:21:36.9230500Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-11-23T01:21:36.9230710Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-11-23T01:21:36.9230940Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-11-23T01:21:36.9231170Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-11-23T01:21:36.9231400Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-11-23T01:21:36.9231660Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T01:21:36.9231950Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T01:21:36.9232250Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T01:21:36.9232530Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T01:21:36.9232810Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T01:21:36.9233090Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T01:21:36.9233370Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T01:21:36.9233640Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T01:21:36.9233920Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T01:21:36.9234160Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-11-23T01:21:36.9234290Z 2022-11-23T01:21:36.9234430Z ---------------------------------------------------------------------- 2022-11-23T01:21:36.9234610Z Ran 17 tests in 0.168s 2022-11-23T01:21:36.9234700Z 2022-11-23T01:21:36.9234750Z OK (skipped=10) 2022-11-23T01:21:36.9234830Z 2022-11-23T01:21:36.9234890Z Generating XML reports... 2022-11-23T01:21:36.9242380Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221123012136.xml 2022-11-23T01:21:36.9242960Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221123012136.xml 2022-11-23T01:21:36.9243150Z 2022-11-23T01:21:36.9243320Z ##[endgroup] 2022-11-23T01:21:36.9243660Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_tensorexpr_pybind__w3b2kh5) 2022-11-23T01:21:36.9243850Z 2022-11-23T01:21:37.9804300Z Running test_pytree ... [2022-11-23 01:21:37.980199] 2022-11-23T01:21:37.9804830Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:37.980430] 2022-11-23T01:21:37.9805120Z Ignoring disabled issues: [] 2022-11-23T01:21:38.9909270Z 2022-11-23T01:21:38.9909540Z Expand the folded group to see the log file of test_pytree 2022-11-23T01:21:38.9910080Z ##[group]PRINTING LOG FILE of test_pytree (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_pytree_lm8pgvwy) 2022-11-23T01:21:38.9910280Z 2022-11-23T01:21:38.9910700Z Running tests... 2022-11-23T01:21:38.9911030Z ---------------------------------------------------------------------- 2022-11-23T01:21:38.9911310Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-11-23T01:21:38.9911550Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.156s) 2022-11-23T01:21:38.9911770Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.002s) 2022-11-23T01:21:38.9911980Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9912190Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.002s) 2022-11-23T01:21:38.9912400Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9912620Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9912840Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9913070Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9913300Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9913530Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9913730Z test_tree_all_any (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9913930Z test_tree_only (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:21:38.9914130Z test_treemap (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9914330Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-11-23T01:21:38.9914530Z test_treespec_repr (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:21:38.9914650Z 2022-11-23T01:21:38.9914790Z ---------------------------------------------------------------------- 2022-11-23T01:21:38.9914970Z Ran 15 tests in 0.192s 2022-11-23T01:21:38.9915050Z 2022-11-23T01:21:38.9915090Z OK 2022-11-23T01:21:38.9915150Z 2022-11-23T01:21:38.9915210Z Generating XML reports... 2022-11-23T01:21:38.9915500Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20221123012138.xml 2022-11-23T01:21:38.9915670Z 2022-11-23T01:21:38.9915830Z ##[endgroup] 2022-11-23T01:21:38.9916130Z FINISHED PRINTING LOG FILE of test_pytree (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_pytree_lm8pgvwy) 2022-11-23T01:21:38.9916310Z 2022-11-23T01:21:40.0531500Z Running test_monitor ... [2022-11-23 01:21:40.052879] 2022-11-23T01:21:40.0531960Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:40.053059] 2022-11-23T01:21:40.0532260Z Ignoring disabled issues: [] 2022-11-23T01:21:41.0159250Z 2022-11-23T01:21:41.0160250Z Expand the folded group to see the log file of test_monitor 2022-11-23T01:21:41.0160900Z ##[group]PRINTING LOG FILE of test_monitor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_monitor_4uhqd7nw) 2022-11-23T01:21:41.0161080Z 2022-11-23T01:21:41.0161340Z Running tests... 2022-11-23T01:21:41.0161680Z ---------------------------------------------------------------------- 2022-11-23T01:21:41.0161970Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-11-23T01:21:41.0162200Z test_event_handler (__main__.TestMonitor) ... ok (0.152s) 2022-11-23T01:21:41.0162400Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.001s) 2022-11-23T01:21:41.0162600Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-11-23T01:21:41.0162790Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-11-23T01:21:41.0163060Z test_event_handler (__main__.TestMonitorTensorboard) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:21:41.0163240Z 2022-11-23T01:21:41.0163380Z ---------------------------------------------------------------------- 2022-11-23T01:21:41.0163570Z Ran 5 tests in 0.157s 2022-11-23T01:21:41.0163650Z 2022-11-23T01:21:41.0163700Z OK (skipped=1) 2022-11-23T01:21:41.0163900Z 2022-11-23T01:21:41.0163970Z Generating XML reports... 2022-11-23T01:21:41.0164270Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221123012140.xml 2022-11-23T01:21:41.0164660Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221123012140.xml 2022-11-23T01:21:41.0164840Z 2022-11-23T01:21:41.0165000Z ##[endgroup] 2022-11-23T01:21:41.0165300Z FINISHED PRINTING LOG FILE of test_monitor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_monitor_4uhqd7nw) 2022-11-23T01:21:41.0165470Z 2022-11-23T01:21:42.0877380Z Running test_per_overload_api ... [2022-11-23 01:21:42.087544] 2022-11-23T01:21:42.0878420Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:42.087733] 2022-11-23T01:21:42.0878740Z Ignoring disabled issues: [] 2022-11-23T01:21:43.0731470Z 2022-11-23T01:21:43.0731900Z Expand the folded group to see the log file of test_per_overload_api 2022-11-23T01:21:43.0732740Z ##[group]PRINTING LOG FILE of test_per_overload_api (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_per_overload_api__wm83qnw) 2022-11-23T01:21:43.0732980Z 2022-11-23T01:21:43.0733030Z Running tests... 2022-11-23T01:21:43.0733390Z ---------------------------------------------------------------------- 2022-11-23T01:21:43.0733690Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-11-23T01:21:43.0733940Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.155s) 2022-11-23T01:21:43.0734190Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.001s) 2022-11-23T01:21:43.0734410Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.001s) 2022-11-23T01:21:43.0734530Z 2022-11-23T01:21:43.0734670Z ---------------------------------------------------------------------- 2022-11-23T01:21:43.0734860Z Ran 3 tests in 0.157s 2022-11-23T01:21:43.0734950Z 2022-11-23T01:21:43.0734990Z OK 2022-11-23T01:21:43.0735060Z 2022-11-23T01:21:43.0735120Z Generating XML reports... 2022-11-23T01:21:43.0735440Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221123012142.xml 2022-11-23T01:21:43.0735630Z 2022-11-23T01:21:43.0735790Z ##[endgroup] 2022-11-23T01:21:43.0736110Z FINISHED PRINTING LOG FILE of test_per_overload_api (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_per_overload_api__wm83qnw) 2022-11-23T01:21:43.0736310Z 2022-11-23T01:21:44.1368420Z Running test_type_info ... [2022-11-23 01:21:44.136671] 2022-11-23T01:21:44.1370080Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:44.136847] 2022-11-23T01:21:44.1370420Z Ignoring disabled issues: [] 2022-11-23T01:21:45.1152560Z 2022-11-23T01:21:45.1153190Z Expand the folded group to see the log file of test_type_info 2022-11-23T01:21:45.1153750Z ##[group]PRINTING LOG FILE of test_type_info (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_type_info_b1m71c7n) 2022-11-23T01:21:45.1153940Z 2022-11-23T01:21:45.1153990Z Running tests... 2022-11-23T01:21:45.1154320Z ---------------------------------------------------------------------- 2022-11-23T01:21:45.1154610Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-11-23T01:21:45.1154840Z test_finfo (__main__.TestDTypeInfo) ... ok (0.157s) 2022-11-23T01:21:45.1155030Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.001s) 2022-11-23T01:21:45.1155220Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-11-23T01:21:45.1155340Z 2022-11-23T01:21:45.1155480Z ---------------------------------------------------------------------- 2022-11-23T01:21:45.1155660Z Ran 3 tests in 0.159s 2022-11-23T01:21:45.1155740Z 2022-11-23T01:21:45.1155790Z OK 2022-11-23T01:21:45.1156080Z 2022-11-23T01:21:45.1156150Z Generating XML reports... 2022-11-23T01:21:45.1156460Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221123012144.xml 2022-11-23T01:21:45.1156630Z 2022-11-23T01:21:45.1156800Z ##[endgroup] 2022-11-23T01:21:45.1157090Z FINISHED PRINTING LOG FILE of test_type_info (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_type_info_b1m71c7n) 2022-11-23T01:21:45.1157270Z 2022-11-23T01:21:46.1757220Z Running test_set_default_mobile_cpu_allocator ... [2022-11-23 01:21:46.175542] 2022-11-23T01:21:46.1757900Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:46.175732] 2022-11-23T01:21:46.1758290Z Ignoring disabled issues: [] 2022-11-23T01:21:47.1420170Z 2022-11-23T01:21:47.1420700Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-11-23T01:21:47.1421390Z ##[group]PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_set_default_mobile_cpu_allocator_z85mn_oq) 2022-11-23T01:21:47.1421600Z 2022-11-23T01:21:47.1421660Z Running tests... 2022-11-23T01:21:47.1428900Z ---------------------------------------------------------------------- 2022-11-23T01:21:47.1429220Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-11-23T01:21:47.1429970Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.156s) 2022-11-23T01:21:47.1430330Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.000s) 2022-11-23T01:21:47.1430480Z 2022-11-23T01:21:47.1430650Z ---------------------------------------------------------------------- 2022-11-23T01:21:47.1430840Z Ran 2 tests in 0.156s 2022-11-23T01:21:47.1430930Z 2022-11-23T01:21:47.1430980Z OK 2022-11-23T01:21:47.1431040Z 2022-11-23T01:21:47.1431110Z Generating XML reports... 2022-11-23T01:21:47.1431480Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221123012146.xml 2022-11-23T01:21:47.1431710Z 2022-11-23T01:21:47.1431890Z ##[endgroup] 2022-11-23T01:21:47.1432250Z FINISHED PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_set_default_mobile_cpu_allocator_z85mn_oq) 2022-11-23T01:21:47.1432480Z 2022-11-23T01:21:48.2063890Z Running test_license ... [2022-11-23 01:21:48.206203] 2022-11-23T01:21:48.2064520Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:48.206398] 2022-11-23T01:21:48.2065240Z Ignoring disabled issues: [] 2022-11-23T01:21:49.1904070Z 2022-11-23T01:21:49.1904510Z Expand the folded group to see the log file of test_license 2022-11-23T01:21:49.1905750Z ##[group]PRINTING LOG FILE of test_license (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_license_xzel59f6) 2022-11-23T01:21:49.1905950Z 2022-11-23T01:21:49.1906010Z Running tests... 2022-11-23T01:21:49.1906360Z ---------------------------------------------------------------------- 2022-11-23T01:21:49.1906640Z Test results will be stored in test-reports/python-unittest/test_license 2022-11-23T01:21:49.1906850Z test_distinfo_license (__main__.TestLicense) 2022-11-23T01:21:49.1907070Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.154s) 2022-11-23T01:21:49.1907330Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.000s) 2022-11-23T01:21:49.1907470Z 2022-11-23T01:21:49.1907620Z ---------------------------------------------------------------------- 2022-11-23T01:21:49.1907800Z Ran 2 tests in 0.154s 2022-11-23T01:21:49.1907880Z 2022-11-23T01:21:49.1907940Z OK (skipped=1) 2022-11-23T01:21:49.1908100Z 2022-11-23T01:21:49.1908160Z Generating XML reports... 2022-11-23T01:21:49.1908460Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20221123012148.xml 2022-11-23T01:21:49.1908630Z 2022-11-23T01:21:49.1908790Z ##[endgroup] 2022-11-23T01:21:49.1909090Z FINISHED PRINTING LOG FILE of test_license (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_license_xzel59f6) 2022-11-23T01:21:49.1909270Z 2022-11-23T01:21:50.2653180Z Running test_tensorboard ... [2022-11-23 01:21:50.265136] 2022-11-23T01:21:50.2654430Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:50.265329] 2022-11-23T01:21:50.2654760Z Ignoring disabled issues: [] 2022-11-23T01:21:51.1278580Z 2022-11-23T01:21:51.1279190Z Expand the folded group to see the log file of test_tensorboard 2022-11-23T01:21:51.1279760Z ##[group]PRINTING LOG FILE of test_tensorboard (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_tensorboard_7j6axed1) 2022-11-23T01:21:51.1279950Z 2022-11-23T01:21:51.1280010Z Running tests... 2022-11-23T01:21:51.1280340Z ---------------------------------------------------------------------- 2022-11-23T01:21:51.1280620Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-11-23T01:21:51.1280920Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1281250Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1281540Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.000s) 2022-11-23T01:21:51.1281790Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.000s) 2022-11-23T01:21:51.1282070Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T01:21:51.1282330Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T01:21:51.1282590Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-11-23T01:21:51.1282850Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-11-23T01:21:51.1283150Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1283470Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1283790Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1284130Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1284660Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:21:51.1285000Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1285330Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1285660Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:21:51.1285990Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:21:51.1286320Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:21:51.1286690Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:21:51.1287080Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.000s) 2022-11-23T01:21:51.1287390Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1287710Z test_audio (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1288020Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1288330Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1288580Z test_float32_image (__main__.TestTensorBoardSummary) 2022-11-23T01:21:51.1288860Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:21:51.1289180Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1289490Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1289800Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1290110Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1290440Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1290760Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1291070Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1291390Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1291710Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1292040Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1292360Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1292680Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1293010Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1293390Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1293710Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1294010Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1294340Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1294650Z test_text (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1294890Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-11-23T01:21:51.1295150Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1295460Z test_video (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1295800Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1296130Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1296470Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1296810Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1297160Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1297500Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1297810Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:21:51.1298110Z test_writer (__main__.TestTensorBoardWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:21:51.1298270Z 2022-11-23T01:21:51.1298420Z ---------------------------------------------------------------------- 2022-11-23T01:21:51.1298610Z Ran 53 tests in 0.018s 2022-11-23T01:21:51.1298690Z 2022-11-23T01:21:51.1298750Z OK (skipped=53) 2022-11-23T01:21:51.1298830Z 2022-11-23T01:21:51.1298890Z Generating XML reports... 2022-11-23T01:21:51.1299210Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20221123012150.xml 2022-11-23T01:21:51.1299620Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20221123012150.xml 2022-11-23T01:21:51.1300120Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20221123012150.xml 2022-11-23T01:21:51.1300620Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20221123012150.xml 2022-11-23T01:21:51.1301050Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20221123012150.xml 2022-11-23T01:21:51.1301460Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20221123012150.xml 2022-11-23T01:21:51.1301870Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20221123012150.xml 2022-11-23T01:21:51.1302270Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20221123012150.xml 2022-11-23T01:21:51.1302650Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20221123012150.xml 2022-11-23T01:21:51.1309460Z 2022-11-23T01:21:51.1309700Z ##[endgroup] 2022-11-23T01:21:51.1310300Z FINISHED PRINTING LOG FILE of test_tensorboard (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_tensorboard_7j6axed1) 2022-11-23T01:21:51.1310520Z 2022-11-23T01:21:52.1771390Z Running test_mkldnn_fusion ... [2022-11-23 01:21:52.176967] 2022-11-23T01:21:52.1772300Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:52.177155] 2022-11-23T01:21:52.1772600Z Ignoring disabled issues: [] 2022-11-23T01:21:53.0159160Z 2022-11-23T01:21:53.0159650Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-11-23T01:21:53.0160210Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mkldnn_fusion_0exrvj2e) 2022-11-23T01:21:53.0160430Z 2022-11-23T01:21:53.0160490Z Running tests... 2022-11-23T01:21:53.0160840Z ---------------------------------------------------------------------- 2022-11-23T01:21:53.0161360Z test_conv_binary_fusion_ops (__main__.TestMkldnnFusion) ... Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-11-23T01:21:53.0161650Z skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:21:53.0161930Z test_conv_unary_fusion_nnc (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:21:53.0162240Z test_conv_unary_fusion_ops (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:21:53.0162570Z test_linear_binary_fusion_ops (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:21:53.0162900Z test_linear_unary_fusion_ops (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:21:53.0163220Z test_single_conv (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:21:53.0163530Z test_unsupported_conv (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:21:53.0163680Z 2022-11-23T01:21:53.0163820Z ---------------------------------------------------------------------- 2022-11-23T01:21:53.0164000Z Ran 7 tests in 0.006s 2022-11-23T01:21:53.0164090Z 2022-11-23T01:21:53.0164140Z OK (skipped=7) 2022-11-23T01:21:53.0164220Z 2022-11-23T01:21:53.0164280Z Generating XML reports... 2022-11-23T01:21:53.0164580Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20221123012152.xml 2022-11-23T01:21:53.0164760Z 2022-11-23T01:21:53.0164930Z ##[endgroup] 2022-11-23T01:21:53.0165230Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mkldnn_fusion_0exrvj2e) 2022-11-23T01:21:53.0165400Z 2022-11-23T01:21:54.1009060Z Running test_numba_integration ... [2022-11-23 01:21:54.100711] 2022-11-23T01:21:54.1009790Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:54.100900] 2022-11-23T01:21:54.1010100Z Ignoring disabled issues: [] 2022-11-23T01:21:55.0284910Z 2022-11-23T01:21:55.0285540Z Expand the folded group to see the log file of test_numba_integration 2022-11-23T01:21:55.0286130Z ##[group]PRINTING LOG FILE of test_numba_integration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_numba_integration_ya723xp0) 2022-11-23T01:21:55.0286360Z 2022-11-23T01:21:55.0286410Z Running tests... 2022-11-23T01:21:55.0286750Z ---------------------------------------------------------------------- 2022-11-23T01:21:55.0287050Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-11-23T01:21:55.0287290Z test_active_device (__main__.TestNumbaIntegration) 2022-11-23T01:21:55.0287890Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.000s) 2022-11-23T01:21:55.0288180Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-11-23T01:21:55.0288720Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.001s) 2022-11-23T01:21:55.0288960Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-11-23T01:21:55.0289210Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-11-23T01:21:55.0289460Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T01:21:55.0289700Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.001s) 2022-11-23T01:21:55.0289940Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T01:21:55.0290280Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-11-23T01:21:55.0290600Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-11-23T01:21:55.0290920Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-11-23T01:21:55.0291350Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-11-23T01:21:55.0291630Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.000s) 2022-11-23T01:21:55.0291890Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-11-23T01:21:55.0292230Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-11-23T01:21:55.0292450Z 2022-11-23T01:21:55.0292610Z ---------------------------------------------------------------------- 2022-11-23T01:21:55.0292790Z Ran 8 tests in 0.006s 2022-11-23T01:21:55.0292880Z 2022-11-23T01:21:55.0292930Z OK (skipped=8) 2022-11-23T01:21:55.0293010Z 2022-11-23T01:21:55.0293070Z Generating XML reports... 2022-11-23T01:21:55.0293390Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221123012154.xml 2022-11-23T01:21:55.0293590Z 2022-11-23T01:21:55.0293770Z ##[endgroup] 2022-11-23T01:21:55.0294100Z FINISHED PRINTING LOG FILE of test_numba_integration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_numba_integration_ya723xp0) 2022-11-23T01:21:55.0294300Z 2022-11-23T01:21:56.0986430Z Running test_nvfuser_frontend ... [2022-11-23 01:21:56.098466] 2022-11-23T01:21:56.0987080Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:56.098652] 2022-11-23T01:21:56.0987460Z Ignoring disabled issues: [] 2022-11-23T01:21:56.9339600Z 2022-11-23T01:21:56.9340150Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-11-23T01:21:56.9340810Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_nvfuser_frontend_s_i2kcx0) 2022-11-23T01:21:56.9341030Z 2022-11-23T01:21:56.9341090Z Running tests... 2022-11-23T01:21:56.9341470Z ---------------------------------------------------------------------- 2022-11-23T01:21:56.9341900Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-11-23T01:21:56.9342140Z skip: requires CUDA (0.001s) 2022-11-23T01:21:56.9342350Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:21:56.9342590Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:21:56.9342850Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:21:56.9343110Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:21:56.9343590Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:21:56.9343860Z test_ops_broadcast (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:21:56.9344110Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-11-23T01:21:56.9344360Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:21:56.9344610Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T01:21:56.9344750Z 2022-11-23T01:21:56.9344900Z ---------------------------------------------------------------------- 2022-11-23T01:21:56.9345070Z Ran 10 tests in 0.008s 2022-11-23T01:21:56.9345160Z 2022-11-23T01:21:56.9345220Z OK (skipped=10) 2022-11-23T01:21:56.9345300Z 2022-11-23T01:21:56.9345360Z Generating XML reports... 2022-11-23T01:21:56.9345680Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221123012156.xml 2022-11-23T01:21:56.9345940Z 2022-11-23T01:21:56.9346100Z ##[endgroup] 2022-11-23T01:21:56.9346430Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_nvfuser_frontend_s_i2kcx0) 2022-11-23T01:21:56.9346610Z 2022-11-23T01:21:57.9991910Z Running profiler/test_profiler_tree ... [2022-11-23 01:21:57.998997] 2022-11-23T01:21:57.9993820Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:57.999187] 2022-11-23T01:21:57.9994210Z Ignoring disabled issues: [] 2022-11-23T01:21:58.7823540Z 2022-11-23T01:21:58.7823960Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-11-23T01:21:58.7824580Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/profiler-test_profiler_tree_885te_le) 2022-11-23T01:21:58.7824810Z 2022-11-23T01:21:58.7824870Z Running tests... 2022-11-23T01:21:58.7825210Z ---------------------------------------------------------------------- 2022-11-23T01:21:58.7825590Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... Test results will be stored in test-reports/python-unittest/profiler.test_profiler_tree 2022-11-23T01:21:58.7825860Z skip: Not working on ARM (0.000s) 2022-11-23T01:21:58.7826100Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: Not working on ARM (0.001s) 2022-11-23T01:21:58.7826410Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: Not working on ARM (0.001s) 2022-11-23T01:21:58.7826720Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: Not working on ARM (0.000s) 2022-11-23T01:21:58.7827010Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Not working on ARM (0.000s) 2022-11-23T01:21:58.7827310Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: Not working on ARM (0.000s) 2022-11-23T01:21:58.7827620Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Not working on ARM (0.000s) 2022-11-23T01:21:58.7827920Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... skip: Not working on ARM (0.001s) 2022-11-23T01:21:58.7828240Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... skip: Not working on ARM (0.000s) 2022-11-23T01:21:58.7828560Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... skip: Not working on ARM (0.000s) 2022-11-23T01:21:58.7835250Z 2022-11-23T01:21:58.7835520Z ---------------------------------------------------------------------- 2022-11-23T01:21:58.7835760Z Ran 10 tests in 0.005s 2022-11-23T01:21:58.7835850Z 2022-11-23T01:21:58.7835910Z OK (skipped=10) 2022-11-23T01:21:58.7836000Z 2022-11-23T01:21:58.7836250Z Generating XML reports... 2022-11-23T01:21:58.7836600Z Generated XML report: test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221123012158.xml 2022-11-23T01:21:58.7836790Z 2022-11-23T01:21:58.7836980Z ##[endgroup] 2022-11-23T01:21:58.7837320Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/profiler-test_profiler_tree_885te_le) 2022-11-23T01:21:58.7837530Z 2022-11-23T01:21:59.8469490Z Running test_complex ... [2022-11-23 01:21:59.846718] 2022-11-23T01:21:59.8470090Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:21:59.846955] 2022-11-23T01:21:59.8470380Z Ignoring disabled issues: [] 2022-11-23T01:22:00.8182340Z 2022-11-23T01:22:00.8182680Z Expand the folded group to see the log file of test_complex 2022-11-23T01:22:00.8183430Z ##[group]PRINTING LOG FILE of test_complex (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_complex_4ck_t9vy) 2022-11-23T01:22:00.8183840Z 2022-11-23T01:22:00.8183910Z Running tests... 2022-11-23T01:22:00.8184250Z ---------------------------------------------------------------------- 2022-11-23T01:22:00.8184530Z Test results will be stored in test-reports/python-unittest/test_complex 2022-11-23T01:22:00.8184790Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-11-23T01:22:00.8185050Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-11-23T01:22:00.8185290Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-11-23T01:22:00.8185530Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-11-23T01:22:00.8185660Z 2022-11-23T01:22:00.8185800Z ---------------------------------------------------------------------- 2022-11-23T01:22:00.8185980Z Ran 4 tests in 0.003s 2022-11-23T01:22:00.8186070Z 2022-11-23T01:22:00.8186110Z OK 2022-11-23T01:22:00.8186180Z 2022-11-23T01:22:00.8186240Z Generating XML reports... 2022-11-23T01:22:00.8186550Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221123012200.xml 2022-11-23T01:22:00.8186730Z 2022-11-23T01:22:00.8186910Z ##[endgroup] 2022-11-23T01:22:00.8187210Z FINISHED PRINTING LOG FILE of test_complex (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_complex_4ck_t9vy) 2022-11-23T01:22:00.8187400Z 2022-11-23T01:22:01.8662010Z Running test_nvfuser_dynamo ... [2022-11-23 01:22:01.865945] 2022-11-23T01:22:01.8662700Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_nvfuser_dynamo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:22:01.866210] 2022-11-23T01:22:01.8663000Z Ignoring disabled issues: [] 2022-11-23T01:22:02.7978390Z 2022-11-23T01:22:02.7979000Z Expand the folded group to see the log file of test_nvfuser_dynamo 2022-11-23T01:22:02.7979610Z ##[group]PRINTING LOG FILE of test_nvfuser_dynamo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_nvfuser_dynamo_5jz2py4g) 2022-11-23T01:22:02.7979820Z 2022-11-23T01:22:02.7979870Z Running tests... 2022-11-23T01:22:02.7980220Z ---------------------------------------------------------------------- 2022-11-23T01:22:02.7980570Z test_basic (__main__.TestNvFuserDynamo) ... Test results will be stored in test-reports/python-unittest/test_nvfuser_dynamo 2022-11-23T01:22:02.7980810Z skip: requires CUDA (0.000s) 2022-11-23T01:22:02.7981040Z test_batch_norm_implicit_dtype_promotion (__main__.TestNvFuserDynamo) ... skip: requires CUDA (0.001s) 2022-11-23T01:22:02.7981310Z test_dtype_correctness (__main__.TestNvFuserDynamo) ... skip: requires CUDA (0.000s) 2022-11-23T01:22:02.7981570Z test_min_cut (__main__.TestNvFuserDynamo) ... skip: requires CUDA (0.001s) 2022-11-23T01:22:02.7981720Z 2022-11-23T01:22:02.7982040Z ---------------------------------------------------------------------- 2022-11-23T01:22:02.7982240Z Ran 4 tests in 0.002s 2022-11-23T01:22:02.7982330Z 2022-11-23T01:22:02.7982380Z OK (skipped=4) 2022-11-23T01:22:02.7982460Z 2022-11-23T01:22:02.7982520Z Generating XML reports... 2022-11-23T01:22:02.7982850Z Generated XML report: test-reports/python-unittest/test_nvfuser_dynamo/TEST-TestNvFuserDynamo-20221123012202.xml 2022-11-23T01:22:02.7983040Z 2022-11-23T01:22:02.7983200Z ##[endgroup] 2022-11-23T01:22:02.7983510Z FINISHED PRINTING LOG FILE of test_nvfuser_dynamo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_nvfuser_dynamo_5jz2py4g) 2022-11-23T01:22:02.7983710Z 2022-11-23T01:22:03.8511940Z Running test_vulkan ... [2022-11-23 01:22:03.850906] 2022-11-23T01:22:03.8512800Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:22:03.851213] 2022-11-23T01:22:03.8513310Z Ignoring disabled issues: [] 2022-11-23T01:22:04.5976520Z 2022-11-23T01:22:04.5976910Z Expand the folded group to see the log file of test_vulkan 2022-11-23T01:22:04.5977500Z ##[group]PRINTING LOG FILE of test_vulkan (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_vulkan_n70072co) 2022-11-23T01:22:04.5977700Z 2022-11-23T01:22:04.5977750Z Running tests... 2022-11-23T01:22:04.5978120Z ---------------------------------------------------------------------- 2022-11-23T01:22:04.5978470Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports/python-unittest/test_vulkan 2022-11-23T01:22:04.5978730Z skip: Vulkan backend must be available for these tests. (0.002s) 2022-11-23T01:22:04.5978850Z 2022-11-23T01:22:04.5979000Z ---------------------------------------------------------------------- 2022-11-23T01:22:04.5979170Z Ran 1 test in 0.002s 2022-11-23T01:22:04.5979260Z 2022-11-23T01:22:04.5979310Z OK (skipped=1) 2022-11-23T01:22:04.5980230Z 2022-11-23T01:22:04.5980570Z Generating XML reports... 2022-11-23T01:22:04.5980950Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221123012204.xml 2022-11-23T01:22:04.5981140Z 2022-11-23T01:22:04.5981330Z ##[endgroup] 2022-11-23T01:22:04.5981650Z FINISHED PRINTING LOG FILE of test_vulkan (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_vulkan_n70072co) 2022-11-23T01:22:04.5981830Z 2022-11-23T01:22:05.6396210Z Running backends/xeon/test_launch ... [2022-11-23 01:22:05.639395] 2022-11-23T01:22:05.6396760Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:22:05.639621] 2022-11-23T01:22:05.6397060Z Ignoring disabled issues: [] 2022-11-23T01:22:06.4025250Z 2022-11-23T01:22:06.4025780Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-11-23T01:22:06.4026490Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/backends-xeon-test_launch__q8doplr) 2022-11-23T01:22:06.4026720Z 2022-11-23T01:22:06.4026770Z Running tests... 2022-11-23T01:22:06.4027110Z ---------------------------------------------------------------------- 2022-11-23T01:22:06.4027480Z test_cpu_info (__main__.TestTorchrun) ... Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-11-23T01:22:06.4027710Z skip: Only works on linux (0.001s) 2022-11-23T01:22:06.4027920Z test_multi_threads (__main__.TestTorchrun) ... skip: Only works on linux (0.000s) 2022-11-23T01:22:06.4028050Z 2022-11-23T01:22:06.4028190Z ---------------------------------------------------------------------- 2022-11-23T01:22:06.4028370Z Ran 2 tests in 0.001s 2022-11-23T01:22:06.4028460Z 2022-11-23T01:22:06.4028510Z OK (skipped=2) 2022-11-23T01:22:06.4028590Z 2022-11-23T01:22:06.4028650Z Generating XML reports... 2022-11-23T01:22:06.4029160Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20221123012206.xml 2022-11-23T01:22:06.4029350Z 2022-11-23T01:22:06.4029520Z ##[endgroup] 2022-11-23T01:22:06.4029860Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/backends-xeon-test_launch__q8doplr) 2022-11-23T01:22:06.4030060Z 2022-11-23T01:22:07.4608870Z Running dynamo/test_model_output ... [2022-11-23 01:22:07.460728] 2022-11-23T01:22:07.4610000Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_model_output.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:22:07.460929] 2022-11-23T01:22:07.4610400Z Ignoring disabled issues: [] 2022-11-23T01:22:08.3485520Z 2022-11-23T01:22:08.3485840Z Expand the folded group to see the log file of dynamo/test_model_output 2022-11-23T01:22:08.3486440Z ##[group]PRINTING LOG FILE of dynamo/test_model_output (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_model_output_grsq2c7q) 2022-11-23T01:22:08.3486860Z 2022-11-23T01:22:08.3486930Z Running tests... 2022-11-23T01:22:08.3487310Z ---------------------------------------------------------------------- 2022-11-23T01:22:08.3487620Z Test results will be stored in test-reports/python-unittest/dynamo.test_model_output 2022-11-23T01:22:08.3487880Z test_pretrained (__main__.TestHFPretrained) ... skip: requires HuggingFace (0.000s) 2022-11-23T01:22:08.3488130Z test_mo_assign (__main__.TestModelOutput) ... skip: requires HuggingFace (0.000s) 2022-11-23T01:22:08.3488380Z test_mo_create (__main__.TestModelOutput) ... skip: requires HuggingFace (0.000s) 2022-11-23T01:22:08.3488630Z test_mo_getattr (__main__.TestModelOutput) ... skip: requires HuggingFace (0.000s) 2022-11-23T01:22:08.3488870Z test_mo_getitem (__main__.TestModelOutput) ... skip: requires HuggingFace (0.000s) 2022-11-23T01:22:08.3489120Z test_mo_index (__main__.TestModelOutput) ... skip: requires HuggingFace (0.000s) 2022-11-23T01:22:08.3489370Z test_mo_init (__main__.TestModelOutput) ... skip: requires HuggingFace (0.001s) 2022-11-23T01:22:08.3489610Z test_mo_tuple (__main__.TestModelOutput) ... skip: requires HuggingFace (0.000s) 2022-11-23T01:22:08.3489750Z 2022-11-23T01:22:08.3489890Z ---------------------------------------------------------------------- 2022-11-23T01:22:08.3496970Z Ran 8 tests in 0.003s 2022-11-23T01:22:08.3497070Z 2022-11-23T01:22:08.3497130Z OK (skipped=8) 2022-11-23T01:22:08.3497210Z 2022-11-23T01:22:08.3497280Z Generating XML reports... 2022-11-23T01:22:08.3497640Z Generated XML report: test-reports/python-unittest/dynamo.test_model_output/TEST-TestHFPretrained-20221123012208.xml 2022-11-23T01:22:08.3498060Z Generated XML report: test-reports/python-unittest/dynamo.test_model_output/TEST-TestModelOutput-20221123012208.xml 2022-11-23T01:22:08.3498250Z 2022-11-23T01:22:08.3498440Z ##[endgroup] 2022-11-23T01:22:08.3498790Z FINISHED PRINTING LOG FILE of dynamo/test_model_output (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_model_output_grsq2c7q) 2022-11-23T01:22:08.3499000Z 2022-11-23T01:22:09.4024240Z Running test_type_hints ... [2022-11-23 01:22:09.402263] 2022-11-23T01:22:09.4025700Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:22:09.402451] 2022-11-23T01:22:09.4026000Z Ignoring disabled issues: [] 2022-11-23T01:22:10.1876790Z 2022-11-23T01:22:10.1877340Z Expand the folded group to see the log file of test_type_hints 2022-11-23T01:22:10.1877920Z ##[group]PRINTING LOG FILE of test_type_hints (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_type_hints_jh20183c) 2022-11-23T01:22:10.1878110Z 2022-11-23T01:22:10.1878180Z Running tests... 2022-11-23T01:22:10.1878540Z ---------------------------------------------------------------------- 2022-11-23T01:22:10.1879140Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-11-23T01:22:10.1879380Z test_doc_examples (__main__.TestTypeHints) 2022-11-23T01:22:10.1879590Z Run documentation examples through mypy. ... skip: need mypy (0.001s) 2022-11-23T01:22:10.1879720Z 2022-11-23T01:22:10.1879870Z ---------------------------------------------------------------------- 2022-11-23T01:22:10.1880050Z Ran 1 test in 0.001s 2022-11-23T01:22:10.1880140Z 2022-11-23T01:22:10.1880190Z OK (skipped=1) 2022-11-23T01:22:10.1880270Z 2022-11-23T01:22:10.1880330Z Generating XML reports... 2022-11-23T01:22:10.1880640Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221123012210.xml 2022-11-23T01:22:10.1880820Z 2022-11-23T01:22:10.1880990Z ##[endgroup] 2022-11-23T01:22:10.1881290Z FINISHED PRINTING LOG FILE of test_type_hints (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_type_hints_jh20183c) 2022-11-23T01:22:10.1881480Z 2022-11-23T01:22:11.2555300Z Running dynamo/test_aot_cudagraphs ... [2022-11-23 01:22:11.255357] 2022-11-23T01:22:11.2557820Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_aot_cudagraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:22:11.255595] 2022-11-23T01:22:11.2558170Z Ignoring disabled issues: [] 2022-11-23T01:22:12.1313660Z 2022-11-23T01:22:12.1314220Z Expand the folded group to see the log file of dynamo/test_aot_cudagraphs 2022-11-23T01:22:12.1314880Z ##[group]PRINTING LOG FILE of dynamo/test_aot_cudagraphs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_aot_cudagraphs_spbx_uj7) 2022-11-23T01:22:12.1315110Z 2022-11-23T01:22:12.1315160Z Running tests... 2022-11-23T01:22:12.1315500Z ---------------------------------------------------------------------- 2022-11-23T01:22:12.1315860Z test_basic (__main__.TestAotCudagraphs) ... Test results will be stored in test-reports/python-unittest/dynamo.test_aot_cudagraphs 2022-11-23T01:22:12.1316130Z skip: these tests require cuda (0.000s) 2022-11-23T01:22:12.1316350Z test_dead_fill (__main__.TestAotCudagraphs) ... skip: these tests require cuda (0.000s) 2022-11-23T01:22:12.1316610Z test_dtoh (__main__.TestAotCudagraphs) ... skip: these tests require cuda (0.000s) 2022-11-23T01:22:12.1316860Z test_factory (__main__.TestAotCudagraphs) ... skip: these tests require cuda (0.000s) 2022-11-23T01:22:12.1317110Z test_htod (__main__.TestAotCudagraphs) ... skip: these tests require cuda (0.000s) 2022-11-23T01:22:12.1317360Z test_mutate_constant (__main__.TestAotCudagraphs) ... skip: these tests require cuda (0.000s) 2022-11-23T01:22:12.1317630Z test_mutate_input (__main__.TestAotCudagraphs) ... skip: these tests require cuda (0.000s) 2022-11-23T01:22:12.1317890Z test_mutated_metadata (__main__.TestAotCudagraphs) ... skip: these tests require cuda (0.000s) 2022-11-23T01:22:12.1318040Z 2022-11-23T01:22:12.1318190Z ---------------------------------------------------------------------- 2022-11-23T01:22:12.1318380Z Ran 8 tests in 0.003s 2022-11-23T01:22:12.1318470Z 2022-11-23T01:22:12.1318520Z OK (skipped=8) 2022-11-23T01:22:12.1318600Z 2022-11-23T01:22:12.1318670Z Generating XML reports... 2022-11-23T01:22:12.1318990Z Generated XML report: test-reports/python-unittest/dynamo.test_aot_cudagraphs/TEST-TestAotCudagraphs-20221123012211.xml 2022-11-23T01:22:12.1319180Z 2022-11-23T01:22:12.1319340Z ##[endgroup] 2022-11-23T01:22:12.1319670Z FINISHED PRINTING LOG FILE of dynamo/test_aot_cudagraphs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_aot_cudagraphs_spbx_uj7) 2022-11-23T01:22:12.1319870Z 2022-11-23T01:22:13.1938500Z Running dynamo/test_replay_record ... [2022-11-23 01:22:13.193614] 2022-11-23T01:22:13.1940010Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_replay_record.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:22:13.193911] 2022-11-23T01:22:13.1940490Z Ignoring disabled issues: [] 2022-11-23T01:22:14.0752990Z 2022-11-23T01:22:14.0753580Z Expand the folded group to see the log file of dynamo/test_replay_record 2022-11-23T01:22:14.0754150Z ##[group]PRINTING LOG FILE of dynamo/test_replay_record (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_replay_record_9hnse4a0) 2022-11-23T01:22:14.0754380Z 2022-11-23T01:22:14.0754430Z Running tests... 2022-11-23T01:22:14.0754770Z ---------------------------------------------------------------------- 2022-11-23T01:22:14.0755080Z Test results will be stored in test-reports/python-unittest/dynamo.test_replay_record 2022-11-23T01:22:14.0755340Z test_fn_call_args (__main__.ReplayRecordTests) ... skip: requires dill (0.000s) 2022-11-23T01:22:14.0755580Z test_local_module (__main__.ReplayRecordTests) ... skip: requires dill (0.000s) 2022-11-23T01:22:14.0755820Z test_nonlocal_fn_call (__main__.ReplayRecordTests) ... skip: requires dill (0.000s) 2022-11-23T01:22:14.0756080Z test_nonlocal_module_class (__main__.ReplayRecordTests) ... skip: requires dill (0.000s) 2022-11-23T01:22:14.0756510Z test_nonlocal_module_fn_call (__main__.ReplayRecordTests) ... skip: requires dill (0.000s) 2022-11-23T01:22:14.0756760Z test_successful_inline (__main__.ReplayRecordTests) ... skip: requires dill (0.000s) 2022-11-23T01:22:14.0757010Z test_unsuccessful_inline (__main__.ReplayRecordTests) ... skip: requires dill (0.000s) 2022-11-23T01:22:14.0757150Z 2022-11-23T01:22:14.0757300Z ---------------------------------------------------------------------- 2022-11-23T01:22:14.0757480Z Ran 7 tests in 0.002s 2022-11-23T01:22:14.0757560Z 2022-11-23T01:22:14.0757620Z OK (skipped=7) 2022-11-23T01:22:14.0757700Z 2022-11-23T01:22:14.0757750Z Generating XML reports... 2022-11-23T01:22:14.0758080Z Generated XML report: test-reports/python-unittest/dynamo.test_replay_record/TEST-ReplayRecordTests-20221123012213.xml 2022-11-23T01:22:14.0758270Z 2022-11-23T01:22:14.0758440Z ##[endgroup] 2022-11-23T01:22:14.0758770Z FINISHED PRINTING LOG FILE of dynamo/test_replay_record (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_replay_record_9hnse4a0) 2022-11-23T01:22:14.0758980Z 2022-11-23T01:22:15.1457500Z Running test_functional_optim ... [2022-11-23 01:22:15.145567] 2022-11-23T01:22:15.1458860Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:22:15.145776] 2022-11-23T01:22:15.1459160Z Ignoring disabled issues: [] 2022-11-23T01:22:15.9264910Z 2022-11-23T01:22:15.9265200Z Expand the folded group to see the log file of test_functional_optim 2022-11-23T01:22:15.9265760Z ##[group]PRINTING LOG FILE of test_functional_optim (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_functional_optim_mpyr1g3z) 2022-11-23T01:22:15.9265980Z 2022-11-23T01:22:15.9266040Z Running tests... 2022-11-23T01:22:15.9266370Z ---------------------------------------------------------------------- 2022-11-23T01:22:15.9266780Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-11-23T01:22:15.9267080Z skip: These are testing distributed functions (0.000s) 2022-11-23T01:22:15.9267380Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... skip: These are testing distributed functions (0.000s) 2022-11-23T01:22:15.9267810Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... skip: These are testing distributed functions (0.000s) 2022-11-23T01:22:15.9268170Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... skip: These are testing distributed functions (0.000s) 2022-11-23T01:22:15.9268340Z 2022-11-23T01:22:15.9268480Z ---------------------------------------------------------------------- 2022-11-23T01:22:15.9268670Z Ran 4 tests in 0.001s 2022-11-23T01:22:15.9268750Z 2022-11-23T01:22:15.9269020Z OK (skipped=4) 2022-11-23T01:22:15.9269110Z 2022-11-23T01:22:15.9269170Z Generating XML reports... 2022-11-23T01:22:15.9269520Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20221123012215.xml 2022-11-23T01:22:15.9269720Z 2022-11-23T01:22:15.9269880Z ##[endgroup] 2022-11-23T01:22:15.9270200Z FINISHED PRINTING LOG FILE of test_functional_optim (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_functional_optim_mpyr1g3z) 2022-11-23T01:22:15.9270390Z 2022-11-23T01:26:05.1414730Z 2022-11-23T01:26:05.1415070Z Expand the folded group to see the log file of test_decomp 2022-11-23T01:26:05.1415600Z ##[group]PRINTING LOG FILE of test_decomp (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_decomp_d8x1vplb) 2022-11-23T01:26:05.1416350Z 2022-11-23T01:26:05.1416890Z Running tests... 2022-11-23T01:26:05.1417270Z ---------------------------------------------------------------------- 2022-11-23T01:26:05.1417570Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-11-23T01:26:05.1418130Z test_contiguous_log_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.002s) 2022-11-23T01:26:05.1418390Z test_contiguous_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.001s) 2022-11-23T01:26:05.1418630Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1418870Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1419110Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T01:26:05.1419360Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1419590Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.1419820Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1420050Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1420290Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1421550Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1421810Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1422530Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1422790Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1423010Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1423240Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1423470Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1423700Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1423940Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1424170Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1424410Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1424640Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1424860Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1425080Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1425310Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1425530Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1425750Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1425970Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1426330Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1426590Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1433550Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.194s) 2022-11-23T01:26:05.1433800Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T01:26:05.1434050Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.195s) 2022-11-23T01:26:05.1434290Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1434530Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T01:26:05.1434760Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T01:26:05.1435000Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1435240Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1435550Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1435790Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1436020Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1436260Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1436490Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1436720Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.162s) 2022-11-23T01:26:05.1436960Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.165s) 2022-11-23T01:26:05.1437200Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1437430Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T01:26:05.1437660Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T01:26:05.1437960Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1438200Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1438430Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1438660Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1438890Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1439110Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1439340Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1439570Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1439800Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1441210Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1441450Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1441690Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1441920Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.1442150Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.643s) 2022-11-23T01:26:05.1442390Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.649s) 2022-11-23T01:26:05.1442640Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1442870Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... ok (0.308s) 2022-11-23T01:26:05.1443180Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... ok (0.299s) 2022-11-23T01:26:05.1443410Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1443640Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1443860Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1444090Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1444310Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1444550Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1444800Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.991s) 2022-11-23T01:26:05.1445050Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.989s) 2022-11-23T01:26:05.1445340Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.507s) 2022-11-23T01:26:05.1445580Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.503s) 2022-11-23T01:26:05.1445810Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.210s) 2022-11-23T01:26:05.1446050Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.210s) 2022-11-23T01:26:05.1446280Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.210s) 2022-11-23T01:26:05.1446520Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.209s) 2022-11-23T01:26:05.1446750Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.207s) 2022-11-23T01:26:05.1446980Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1447210Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1455960Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... ok (0.253s) 2022-11-23T01:26:05.1456190Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... ok (0.249s) 2022-11-23T01:26:05.1456420Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1456660Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1456890Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.414s) 2022-11-23T01:26:05.1457130Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.418s) 2022-11-23T01:26:05.1457360Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1457590Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.197s) 2022-11-23T01:26:05.1457820Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.195s) 2022-11-23T01:26:05.1458050Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1458290Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1458510Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1458730Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1458960Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1459190Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1459420Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1459640Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1459870Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1460150Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1460370Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1460600Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1460830Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.649s) 2022-11-23T01:26:05.1461070Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.656s) 2022-11-23T01:26:05.1461310Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1461540Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... ok (0.268s) 2022-11-23T01:26:05.1461780Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... ok (0.259s) 2022-11-23T01:26:05.1462010Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1462240Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.1462500Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.1462730Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1462950Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.1463180Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1463420Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.234s) 2022-11-23T01:26:05.1463660Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.236s) 2022-11-23T01:26:05.1463890Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1464130Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.1464350Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T01:26:05.1464580Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1464800Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1465030Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1465250Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1465470Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1465720Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1465950Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1466180Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1466400Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1466630Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1466850Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1467160Z test_comprehensive__softmax_backward_data_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: _softmax_backward_data in torch.bfloat16 not supported (0.001s) 2022-11-23T01:26:05.1467480Z test_comprehensive__softmax_backward_data_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1467750Z test_comprehensive__softmax_backward_data_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1467990Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1468230Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.1468450Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1468750Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1468990Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1469220Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1469450Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1469680Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1469930Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1470160Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1470410Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1483670Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1483910Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1484150Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1484580Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1484820Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.1485060Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1485300Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1485530Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1485760Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1486000Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1486230Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1486460Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1486690Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1486930Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1487170Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1487410Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.1487650Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1487880Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1488120Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1488360Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1488590Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1488820Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1489050Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1489280Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1489510Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1489750Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.176s) 2022-11-23T01:26:05.1489990Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.1490220Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T01:26:05.1490460Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1490680Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T01:26:05.1490990Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T01:26:05.1491220Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1491450Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1491670Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1491900Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1492130Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1492360Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1492610Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.526s) 2022-11-23T01:26:05.1492850Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.533s) 2022-11-23T01:26:05.1493100Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.1493340Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T01:26:05.1493640Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1493870Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1494110Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1494340Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1494580Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1494820Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1495070Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.412s) 2022-11-23T01:26:05.1495330Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.423s) 2022-11-23T01:26:05.1495570Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.209s) 2022-11-23T01:26:05.1495820Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.202s) 2022-11-23T01:26:05.1496050Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1496300Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.285s) 2022-11-23T01:26:05.1496540Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.294s) 2022-11-23T01:26:05.1496780Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.148s) 2022-11-23T01:26:05.1497020Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.1497260Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1497510Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1497750Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1497990Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1498230Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1498470Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1498720Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.1498960Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.1499200Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1499430Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1499670Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1499900Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1500180Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1500420Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1500650Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1500900Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1501170Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1501450Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1501710Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1501960Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1502310Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1502640Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1502900Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1503150Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1503410Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1503650Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1503890Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T01:26:05.1504140Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T01:26:05.1504380Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1504620Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.1504860Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1505100Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1505330Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1505560Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1505790Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1506010Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1506250Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1506490Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.1506730Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T01:26:05.1506970Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1507210Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1507450Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.1507680Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1507920Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1508140Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1508370Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1508600Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1508830Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1509060Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1509390Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1509630Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1509870Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1510100Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1510320Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1510550Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1510780Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1511000Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1511220Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1511460Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1511750Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1512010Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1512250Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1512500Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1512760Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1522260Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1522530Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.1522770Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1523010Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1523260Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T01:26:05.1523500Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T01:26:05.1523740Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1523970Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1524200Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1524430Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1524660Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1524890Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1525120Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1525350Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1525590Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T01:26:05.1525820Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T01:26:05.1526040Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1526270Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1526500Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1526720Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1526950Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1527170Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1527410Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1527890Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1528170Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1528410Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1528650Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1528880Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1529120Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1529360Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1529600Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1529840Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T01:26:05.1530090Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T01:26:05.1530430Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1530670Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1530900Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1531130Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1531370Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1531600Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1531830Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1532060Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1532300Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1532540Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1532780Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1533020Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1533260Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1533490Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1533710Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1533940Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1534160Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1534380Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1534610Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1534840Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1535080Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1536800Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1537040Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1537280Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1537520Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1537750Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1537980Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1538220Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1538550Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1538790Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1539030Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1539280Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1539510Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1539740Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1539970Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1540200Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1540430Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1540670Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1540950Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1541230Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1541470Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1541710Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1541940Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1542170Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1542400Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1542630Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1542860Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1543110Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1543350Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1543590Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1543830Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1544080Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1544320Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1544560Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1544790Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1545020Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1545250Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1545500Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1545740Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1545990Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1546240Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1546480Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1546730Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1546970Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1547210Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1547500Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1547770Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1548010Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1548240Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1548490Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1548730Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1548970Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1549230Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1549480Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1549730Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1550020Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1550260Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1550500Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1550730Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1550970Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1551210Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1559320Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1559640Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1560000Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1560350Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1560700Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1561050Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1561390Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1561730Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1562060Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1562400Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1562730Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1563050Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1563380Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1563700Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.1564130Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1564370Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1564610Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.1564850Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-11-23T01:26:05.1565100Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T01:26:05.1565340Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.1565570Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1565810Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1566040Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1566270Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1566570Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1566810Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1567050Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1567290Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T01:26:05.1567540Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T01:26:05.1567780Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.1568010Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.1568240Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1568470Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1568690Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1568920Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1569140Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1569370Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1569600Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1569840Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.486s) 2022-11-23T01:26:05.1570070Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.480s) 2022-11-23T01:26:05.1570300Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1570520Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1570740Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1570960Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1571180Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1571440Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1571670Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1571900Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T01:26:05.1572140Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T01:26:05.1572380Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.1572620Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.1572850Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1573370Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1573620Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1573840Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1574060Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1574290Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1574530Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1574760Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.1575000Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-11-23T01:26:05.1575250Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.1575490Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.1575840Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1576070Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1576290Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1576520Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1576750Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1576990Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1577240Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1577490Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1577740Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1578000Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1578250Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1578490Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1578740Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1578980Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1579220Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1579450Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1579690Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1579930Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1580170Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1580410Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1580660Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1580910Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1581160Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1581400Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1581640Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1581880Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1582110Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1582410Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1582650Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1582890Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1583130Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1583370Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1583610Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1583860Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1584110Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1584360Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1584710Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1584970Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1585210Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1585450Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1585680Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1585920Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1586150Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1586380Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1586620Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1586870Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.581s) 2022-11-23T01:26:05.1587110Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.585s) 2022-11-23T01:26:05.1587360Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.1587590Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.121s) 2022-11-23T01:26:05.1587840Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1588080Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1588310Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1588560Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1588790Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1589030Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1589280Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1589520Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1589760Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1590000Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1596560Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1596820Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1597060Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1597300Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1597750Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1597990Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1598220Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1598460Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1598700Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1598920Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1599150Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1599380Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1599610Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1599840Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1600180Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1600410Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1600660Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1600890Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1601130Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1601360Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1601590Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1601820Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1602060Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1602320Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1602560Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1602800Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1603050Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1603290Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1603530Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1603760Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1603990Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1604220Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1604450Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1604680Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1604910Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1605150Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1605380Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1605610Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1605850Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1606120Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1606470Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1606760Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1607010Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1607250Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1607490Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1607730Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1607970Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1608200Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1608420Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1608660Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1609000Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1609240Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1609480Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T01:26:05.1609730Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1609980Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.1610220Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1610460Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.1610690Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1610930Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1611160Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1611390Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1611620Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1611860Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1612090Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1612340Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.1612570Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.1612810Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1613040Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1613260Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1613490Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1613710Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1613930Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1614160Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1614390Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1614610Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1614840Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1615080Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1615460Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1615760Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1615990Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1616220Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1616450Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1616680Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1616910Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1617130Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1617350Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1617600Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1618060Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1618310Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1618570Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1618830Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1619090Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1619340Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1619590Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1619840Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1620090Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1620350Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1620600Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1620840Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1621090Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.1621340Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1621580Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.1621840Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1622090Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1622340Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1622590Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1622830Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1623070Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1623300Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1623540Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1623780Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1624010Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1624250Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1624560Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.1624830Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.1625070Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1625300Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1625540Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1625770Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1626010Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1626240Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1632630Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1632990Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1633470Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1633740Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1633970Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1634210Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1634440Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1634660Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1634890Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1635120Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1635340Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1636200Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84150 for platform(s) win, windows, mac, macos. 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-11-23T01:26:05.1636710Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1636970Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.1637240Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1637930Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84213 for platform(s) mac, macos, win, windows. 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-11-23T01:26:05.1638440Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1638700Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1638940Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1639190Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1639440Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1639710Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1640100Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1640400Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1640640Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1640870Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.1641110Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1641340Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.1641570Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1641810Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1642030Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1642260Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1642490Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1642890Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1643120Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1643340Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1643570Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.290s) 2022-11-23T01:26:05.1643800Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.253s) 2022-11-23T01:26:05.1644040Z test_comprehensive_cdouble_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1644280Z test_comprehensive_cdouble_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1644520Z test_comprehensive_cdouble_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1644770Z test_comprehensive_cdouble_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1645000Z test_comprehensive_cdouble_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1645240Z test_comprehensive_cdouble_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1645470Z test_comprehensive_cdouble_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1645710Z test_comprehensive_cdouble_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1645940Z test_comprehensive_cdouble_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1646170Z test_comprehensive_cdouble_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1646400Z test_comprehensive_cdouble_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1646630Z test_comprehensive_cdouble_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1646860Z test_comprehensive_cdouble_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1647090Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1647320Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1647550Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1647780Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1648000Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1648230Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1648450Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1648670Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1648900Z test_comprehensive_cfloat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1649220Z test_comprehensive_cfloat_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1649510Z test_comprehensive_cfloat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1649750Z test_comprehensive_cfloat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1649980Z test_comprehensive_cfloat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1650220Z test_comprehensive_cfloat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1650450Z test_comprehensive_cfloat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1650680Z test_comprehensive_cfloat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1650910Z test_comprehensive_cfloat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1651140Z test_comprehensive_cfloat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1651370Z test_comprehensive_cfloat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1651700Z test_comprehensive_cfloat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1651930Z test_comprehensive_cfloat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1652170Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1652400Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1652640Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1652870Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1653110Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1653350Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1653580Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1653810Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1654050Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1654270Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1654520Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1654750Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1654970Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1655190Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1655420Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1655650Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1655890Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1656130Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1656360Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1656590Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1656820Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1657050Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1657270Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1657490Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1657720Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1657940Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1658280Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T01:26:05.1658590Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.184s) 2022-11-23T01:26:05.1658830Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T01:26:05.1659060Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T01:26:05.1659310Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.204s) 2022-11-23T01:26:05.1659570Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.210s) 2022-11-23T01:26:05.1659820Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.120s) 2022-11-23T01:26:05.1660060Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T01:26:05.1660310Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.174s) 2022-11-23T01:26:05.1660740Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.180s) 2022-11-23T01:26:05.1660990Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T01:26:05.1661240Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T01:26:05.1661490Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1661720Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1661950Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T01:26:05.1662190Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T01:26:05.1662430Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T01:26:05.1662670Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1662910Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.1663140Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.1663370Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1663590Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1663810Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1664040Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1671060Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1671300Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T01:26:05.1671580Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.391s) 2022-11-23T01:26:05.1671820Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.390s) 2022-11-23T01:26:05.1672060Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.1672290Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.1672510Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.1672740Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.1672970Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.1673200Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.1673440Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1673680Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.1673920Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.258s) 2022-11-23T01:26:05.1674360Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-11-23T01:26:05.1674610Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1674850Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1675080Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1675310Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1675540Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1675780Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.1676010Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1676250Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1676490Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.256s) 2022-11-23T01:26:05.1676860Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-11-23T01:26:05.1677090Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1677330Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1677550Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1677780Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1678010Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1678250Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1678490Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1678730Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1678970Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1679200Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1679440Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1679670Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1679900Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1680130Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1680360Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1680580Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1680800Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1681030Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1681820Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84191 for platform(s) mac, macos, win, windows. 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-11-23T01:26:05.1682350Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1682590Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1682850Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1683100Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1683830Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84122 for platform(s) mac, macos, 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.000s) 2022-11-23T01:26:05.1684340Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1684590Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1684840Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1685080Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1685310Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1685550Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1685930Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1686180Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.1686420Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T01:26:05.1686670Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.428s) 2022-11-23T01:26:05.1686920Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.443s) 2022-11-23T01:26:05.1687160Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.1687410Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... ok (0.368s) 2022-11-23T01:26:05.1687650Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... ok (0.358s) 2022-11-23T01:26:05.1687900Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T01:26:05.1688140Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T01:26:05.1688370Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... ok (0.176s) 2022-11-23T01:26:05.1688620Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T01:26:05.1688850Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T01:26:05.1689090Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1689330Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T01:26:05.1689560Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T01:26:05.1689790Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1690030Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1690260Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1690500Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1690740Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1690970Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1691210Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1691440Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1691670Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1691890Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1692190Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1692430Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1692650Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1692890Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1693140Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1693390Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1693640Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1693890Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1694140Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1694390Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1694800Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1695040Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1695280Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1695520Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1695760Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1696000Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1696240Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1696490Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1696740Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.403s) 2022-11-23T01:26:05.1697010Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.408s) 2022-11-23T01:26:05.1697260Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1697510Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T01:26:05.1697750Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.225s) 2022-11-23T01:26:05.1698000Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.1698240Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.1698480Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1698730Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1698970Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1699210Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1699450Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1699680Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1699930Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1700180Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1700420Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1700660Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1700900Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1701280Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1701560Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1701800Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1702040Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1702280Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1708620Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1708870Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1709110Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1709350Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.231s) 2022-11-23T01:26:05.1709590Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T01:26:05.1710120Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1710360Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1710610Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1710840Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1711080Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1711330Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.1711580Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T01:26:05.1711820Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.196s) 2022-11-23T01:26:05.1712070Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T01:26:05.1712300Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T01:26:05.1712540Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1712770Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1713000Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1713240Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1713470Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1713700Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1713940Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1714170Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1714410Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1714630Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1714860Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1715090Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1715310Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1715540Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1715760Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1715980Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1716210Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1716570Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1716890Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1717130Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1717360Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1717590Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1717830Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1718050Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1718270Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1718490Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1718710Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1719110Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1719360Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1719610Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1719870Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1720120Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1720370Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1720610Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1720850Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1721090Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1721330Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1721560Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1721800Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1722040Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.231s) 2022-11-23T01:26:05.1722270Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.166s) 2022-11-23T01:26:05.1722510Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.232s) 2022-11-23T01:26:05.1722750Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... ok (0.786s) 2022-11-23T01:26:05.1722970Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... ok (0.749s) 2022-11-23T01:26:05.1723200Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... ok (0.337s) 2022-11-23T01:26:05.1723420Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... ok (0.337s) 2022-11-23T01:26:05.1723630Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... ok (0.336s) 2022-11-23T01:26:05.1723850Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... ok (0.337s) 2022-11-23T01:26:05.1724070Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.336s) 2022-11-23T01:26:05.1724290Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1724540Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1724780Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1725010Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1725250Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1725540Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1725810Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1726040Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1726260Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1726490Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1726720Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1726960Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1727190Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1727430Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1727660Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1728000Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1728230Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1728460Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1728680Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1728920Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1729150Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1729380Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1729610Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1729840Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1730060Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1730290Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1730520Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1730740Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1730970Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.1731220Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.629s) 2022-11-23T01:26:05.1731470Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.661s) 2022-11-23T01:26:05.1731710Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.802s) 2022-11-23T01:26:05.1731940Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.785s) 2022-11-23T01:26:05.1732180Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1732410Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1732650Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1732880Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1733110Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1733340Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1733580Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T01:26:05.1733820Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T01:26:05.1734050Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1734290Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1734570Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1734850Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1735070Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1735300Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1735530Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1735770Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1736060Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.217s) 2022-11-23T01:26:05.1736330Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.229s) 2022-11-23T01:26:05.1736600Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T01:26:05.1737030Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-11-23T01:26:05.1737290Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.1737550Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.1737800Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.1738050Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.1738300Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.1744330Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1744570Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1744810Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1745050Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1745290Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1745520Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1745760Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1745980Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1746210Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1746440Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.1746720Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: diag in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.1747020Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... skip: diag in torch.bool not supported (0.000s) 2022-11-23T01:26:05.1747320Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: diag in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.1747620Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: diag in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.1747930Z test_comprehensive_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: diag in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.1748220Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: diag in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.1748500Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: diag in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.1748790Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: diag in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.1749240Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: diag in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.1749530Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: diag in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.1749820Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: diag in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.1750090Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: diag in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.1750350Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1750590Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1750840Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.236s) 2022-11-23T01:26:05.1751080Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.1751330Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.235s) 2022-11-23T01:26:05.1751780Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1752020Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T01:26:05.1752260Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T01:26:05.1752490Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1752730Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1752960Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1753190Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1753300Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1753950Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87607 for platform(s) mac, macos. 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-11-23T01:26:05.1754070Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1754180Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1754290Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1754770Z test_comprehensive_diagflat_cpu_float16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87671 for platform(s) mac, macos. 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-11-23T01:26:05.1754890Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1754990Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1755100Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1755210Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1755310Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1755420Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1755530Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1755650Z test_comprehensive_diagonal_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1755850Z test_comprehensive_diagonal_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1756010Z test_comprehensive_diagonal_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.1756120Z test_comprehensive_diagonal_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.1756240Z test_comprehensive_diagonal_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1756350Z test_comprehensive_diagonal_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1756470Z test_comprehensive_diagonal_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1756580Z test_comprehensive_diagonal_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1756680Z test_comprehensive_diagonal_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1756790Z test_comprehensive_diagonal_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1756990Z test_comprehensive_diagonal_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1757100Z test_comprehensive_diagonal_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1757210Z test_comprehensive_diagonal_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1757320Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1757420Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1757530Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.1757640Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.1757740Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.1757850Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1757960Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1758060Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1758170Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1758270Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1758380Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1758490Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1758590Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1758710Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1758820Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.1758940Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1759050Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.254s) 2022-11-23T01:26:05.1759160Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.251s) 2022-11-23T01:26:05.1759280Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1759390Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1759500Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.1759610Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1759720Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.1759820Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.221s) 2022-11-23T01:26:05.1759970Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... ok (0.434s) 2022-11-23T01:26:05.1760080Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.002s) 2022-11-23T01:26:05.1760190Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.090s) 2022-11-23T01:26:05.1760290Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... ok (0.221s) 2022-11-23T01:26:05.1760400Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... ok (1.724s) 2022-11-23T01:26:05.1760500Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... ok (1.676s) 2022-11-23T01:26:05.1760610Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... ok (0.440s) 2022-11-23T01:26:05.1760710Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... ok (0.442s) 2022-11-23T01:26:05.1760800Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... ok (0.435s) 2022-11-23T01:26:05.1760910Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... ok (0.443s) 2022-11-23T01:26:05.1761050Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.438s) 2022-11-23T01:26:05.1761170Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1761270Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1761370Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1761480Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1761590Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1761690Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1761790Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1761900Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1762000Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1762100Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T01:26:05.1762210Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.002s) 2022-11-23T01:26:05.1762310Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.057s) 2022-11-23T01:26:05.1762410Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T01:26:05.1762510Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.290s) 2022-11-23T01:26:05.1762610Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.247s) 2022-11-23T01:26:05.1762740Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1762860Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1762970Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1763080Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.1763200Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1763300Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1763410Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1763520Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1763640Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1763760Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1763930Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1764060Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.707s) 2022-11-23T01:26:05.1764180Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.712s) 2022-11-23T01:26:05.1764300Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1764420Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.334s) 2022-11-23T01:26:05.1764540Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.329s) 2022-11-23T01:26:05.1764650Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1764760Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1764880Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1765030Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1765140Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1765260Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1765370Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1765480Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.1765590Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.1765700Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1765810Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1765920Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1766030Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1766150Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1766260Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1766360Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1766470Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1766580Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1766680Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1766780Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1766880Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1766980Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1767080Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1767170Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1767290Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1767390Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1767500Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1767610Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1767720Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1767820Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1768010Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1768150Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1768260Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1768360Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1768460Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1768560Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1768660Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1768770Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1768880Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1768990Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T01:26:05.1769250Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.1769360Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T01:26:05.1769460Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1769570Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.1769670Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.1769770Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1769870Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1769970Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1770080Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1770180Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1770290Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1770400Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1770500Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.1770610Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1770720Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.1770820Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1770930Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1771030Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1771130Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1771230Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1771330Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1771500Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1771600Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1771710Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.1771820Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.219s) 2022-11-23T01:26:05.1771930Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.231s) 2022-11-23T01:26:05.1772030Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.135s) 2022-11-23T01:26:05.1772200Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T01:26:05.1772310Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1772410Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1772510Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1772610Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1772710Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1772860Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-11-23T01:26:05.1773000Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.000s) 2022-11-23T01:26:05.1773150Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.1773350Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.000s) 2022-11-23T01:26:05.1773490Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.1779400Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.1779600Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.1779760Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.1779900Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.1780040Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.1780180Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.1780310Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.1780450Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.1780600Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.1780740Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.000s) 2022-11-23T01:26:05.1780900Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.1781050Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.000s) 2022-11-23T01:26:05.1781200Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.1781350Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.1781500Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.1781640Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.1781780Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.1782050Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.1782190Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.1782340Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.1782470Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.1782580Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1782680Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1782790Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1782890Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.1783000Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.1783210Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1783310Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1783420Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1783520Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1783620Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1783710Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1783810Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1783910Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1784020Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1784130Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1784240Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1784350Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1784460Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1784560Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1784660Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1784760Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1784860Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1784960Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1785060Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1785170Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1785270Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1785370Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1785480Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.1785580Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.1785680Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1785770Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1785870Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1785970Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1786120Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1786230Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1786340Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1786440Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1786540Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1786640Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1786740Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1786840Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1786940Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1787040Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1787150Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1787290Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1787400Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.1787510Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1787610Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1787720Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1787820Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1787920Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1788020Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1788120Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1788230Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1788330Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1788430Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1788530Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1788630Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1788730Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1788830Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1788930Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1789030Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1789130Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1789230Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1789340Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1789450Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1789550Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1789650Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1789750Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1789850Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1789950Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1790050Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1790220Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1790370Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1790480Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1790600Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1790710Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1790820Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1790930Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1791030Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1791140Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1791400Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1791510Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1791620Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1791720Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1791840Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1791940Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1792050Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1792160Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.1792270Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1792370Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1792480Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1792580Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1792690Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1792790Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1792890Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1792990Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1793100Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1793200Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1793310Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1793410Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1793520Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1793620Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1793710Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1793820Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1793910Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1794020Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1794120Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1794230Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1794420Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1794530Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1794630Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1794730Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1794830Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1794930Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1795030Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1795120Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1795230Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1795340Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.1795580Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.1795690Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.1795790Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.1795900Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1796000Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1796100Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1796200Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1796310Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1796410Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1796520Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1796630Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1796730Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1796840Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1796950Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1797050Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1797140Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1797240Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1797340Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1797440Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.1797560Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.1797670Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.1797770Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T01:26:05.1797880Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T01:26:05.1797980Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1798090Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1798190Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1798290Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1798430Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1798560Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1798670Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1798780Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1798900Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1799010Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1799130Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1799240Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1799340Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1799450Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1799650Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1799760Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1799870Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1799970Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1800070Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T01:26:05.1800180Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.196s) 2022-11-23T01:26:05.1800290Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.199s) 2022-11-23T01:26:05.1800400Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T01:26:05.1800500Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.210s) 2022-11-23T01:26:05.1800610Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T01:26:05.1800720Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T01:26:05.1800820Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T01:26:05.1800920Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T01:26:05.1801030Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T01:26:05.1801130Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1801240Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.160s) 2022-11-23T01:26:05.1801340Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.162s) 2022-11-23T01:26:05.1801450Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.167s) 2022-11-23T01:26:05.1801560Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.164s) 2022-11-23T01:26:05.1801660Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.1801760Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.1801870Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.1801970Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.1802070Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T01:26:05.1802180Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.1802290Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.216s) 2022-11-23T01:26:05.1802400Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.218s) 2022-11-23T01:26:05.1802530Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T01:26:05.1802640Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.226s) 2022-11-23T01:26:05.1802740Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T01:26:05.1802850Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T01:26:05.1802950Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T01:26:05.1803050Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T01:26:05.1803160Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T01:26:05.1803260Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1803370Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.1803520Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.1803630Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T01:26:05.1803730Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T01:26:05.1803840Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1803940Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1804040Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1804140Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1804240Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1804340Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1804450Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1804560Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1804670Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.135s) 2022-11-23T01:26:05.1804770Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-11-23T01:26:05.1804880Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1804980Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1805080Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1805180Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1805280Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1805390Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.1805500Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.1805610Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.1805710Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T01:26:05.1805810Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T01:26:05.1805920Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1806020Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1806120Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1811500Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1811850Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1811970Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1812080Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1812200Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1812320Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1812430Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1812540Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1812650Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1812760Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1812870Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1813100Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1813210Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1813320Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1813420Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1813530Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1813640Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T01:26:05.1813740Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T01:26:05.1813850Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1813950Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1814060Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1814160Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1814270Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1814380Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.1814480Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T01:26:05.1814590Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T01:26:05.1814690Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1814800Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1814900Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1815000Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1815100Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1815210Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.1815310Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.1815420Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T01:26:05.1815530Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1815630Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1815730Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1815930Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1816090Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1816190Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1816300Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T01:26:05.1816420Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T01:26:05.1816520Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T01:26:05.1816630Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T01:26:05.1816730Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1816860Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1816960Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1817180Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1817290Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1817390Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.1817510Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T01:26:05.1817610Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T01:26:05.1817720Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T01:26:05.1817820Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T01:26:05.1817930Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1818030Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1818140Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1818240Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1818350Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1818450Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.1818560Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.135s) 2022-11-23T01:26:05.1818670Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.136s) 2022-11-23T01:26:05.1818780Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.163s) 2022-11-23T01:26:05.1818880Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.161s) 2022-11-23T01:26:05.1818990Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1819090Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1819200Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1819300Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1819400Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.1819510Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1819610Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.1819710Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T01:26:05.1819810Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1819920Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1820050Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1820160Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1820260Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1820370Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1820470Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.1820580Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.1820680Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1820780Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1820890Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1820990Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1821140Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.1821240Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.1821350Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T01:26:05.1821450Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.1821560Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T01:26:05.1821660Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T01:26:05.1821760Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T01:26:05.1821860Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T01:26:05.1821960Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T01:26:05.1822070Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1822170Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1822270Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1822370Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1822480Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1822580Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1822680Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1822790Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1822890Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1822990Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1823090Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1823190Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1823290Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1823400Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1823500Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1823610Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1823720Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1823820Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1823970Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1824070Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1824180Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1824280Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1824380Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1824490Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1824590Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1824690Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1824790Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1824890Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1825070Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T01:26:05.1825180Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T01:26:05.1825280Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1825390Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.1825490Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.1825590Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1825690Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1825790Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1825890Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1825980Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1826090Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1826190Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1826300Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1826410Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1826510Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1826620Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1826720Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1826830Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1826930Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1827030Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1827140Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1827240Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1827340Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1827440Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1827550Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1827660Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1827760Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1827860Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1828040Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1828180Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1828280Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1828390Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1828490Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1828590Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1828690Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1828790Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1828900Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1829010Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1829180Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1829290Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1829400Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1829500Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1829600Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1829700Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1829800Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1829900Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1830000Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1830110Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.1830220Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.1830340Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.194s) 2022-11-23T01:26:05.1830450Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.304s) 2022-11-23T01:26:05.1830560Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.1830660Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.637s) 2022-11-23T01:26:05.1830770Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.578s) 2022-11-23T01:26:05.1830870Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.1830980Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.1831080Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.1831190Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.1831290Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.1831390Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1831500Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1831600Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1831700Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1831800Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1831900Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1832060Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1832160Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1832300Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1832410Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1832520Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1832630Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1832740Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1832840Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1832950Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1833100Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1833210Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1833320Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T01:26:05.1833420Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1833520Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T01:26:05.1833630Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.344s) 2022-11-23T01:26:05.1833730Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.341s) 2022-11-23T01:26:05.1833830Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1833930Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1834030Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1834130Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1834230Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1834330Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T01:26:05.1834430Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1834530Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T01:26:05.1834640Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.345s) 2022-11-23T01:26:05.1834740Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.341s) 2022-11-23T01:26:05.1834830Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1834930Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1835030Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1835130Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1835220Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1835320Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1835420Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1835520Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T01:26:05.1835620Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.214s) 2022-11-23T01:26:05.1835720Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1835820Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1835970Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1836070Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1836170Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1836270Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1836370Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1836470Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1836570Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1836680Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1836780Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1836880Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1836980Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1837180Z test_comprehensive_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1837290Z test_comprehensive_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1837390Z test_comprehensive_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1837500Z test_comprehensive_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1845180Z test_comprehensive_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1845330Z test_comprehensive_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1845430Z test_comprehensive_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1845540Z test_comprehensive_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1845650Z test_comprehensive_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1845750Z test_comprehensive_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1845850Z test_comprehensive_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1845950Z test_comprehensive_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1846050Z test_comprehensive_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1846200Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1846310Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1846420Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1846530Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1846640Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1846750Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1846850Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1846960Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1847060Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1847170Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1847270Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1847380Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1847480Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1847600Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1847820Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1847940Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1848050Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1848150Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1848260Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1848360Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1848470Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1848570Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1848670Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1848780Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1848940Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1849040Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1849140Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1849240Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1849330Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1849440Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1849540Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1849640Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1849740Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1849840Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1849940Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1850040Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1850140Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1850240Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1850330Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1850450Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1850560Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1850670Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1850770Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1850880Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.151s) 2022-11-23T01:26:05.1850990Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.298s) 2022-11-23T01:26:05.1851110Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.377s) 2022-11-23T01:26:05.1851220Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... ok (0.153s) 2022-11-23T01:26:05.1851320Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... ok (0.813s) 2022-11-23T01:26:05.1851430Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... ok (0.769s) 2022-11-23T01:26:05.1851530Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... ok (0.250s) 2022-11-23T01:26:05.1851640Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... ok (0.251s) 2022-11-23T01:26:05.1851740Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... ok (0.247s) 2022-11-23T01:26:05.1851910Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... ok (0.250s) 2022-11-23T01:26:05.1852030Z test_comprehensive_grid_sampler_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.326s) 2022-11-23T01:26:05.1852150Z test_comprehensive_grid_sampler_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.318s) 2022-11-23T01:26:05.1852250Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1852350Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1852460Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1852560Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1852660Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1852760Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1852850Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1853010Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1853110Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1853210Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1853320Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1853420Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1853530Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1853630Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1853740Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1853850Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1853950Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1854060Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1854160Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1854260Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1854360Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1854460Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1854570Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1854670Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1854790Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1854900Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1855000Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1855110Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1855220Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1855320Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1855420Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1855530Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1855630Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1855740Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1855880Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1856030Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1856140Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1856250Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1856360Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1856460Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1856570Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1857000Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1857160Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.1857280Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.1857900Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1858010Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1858120Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1858220Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1858330Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1858570Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1858680Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1858790Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1858900Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1859140Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1859280Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1859390Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1859630Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.1859750Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1859860Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1860100Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1860220Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1860330Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1860430Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1860710Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1860820Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1860930Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1886400Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.350s) 2022-11-23T01:26:05.1886570Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.343s) 2022-11-23T01:26:05.1886680Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1886780Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1886880Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1886980Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1887410Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1887520Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1887620Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1887720Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1887820Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1887950Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1888060Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1888170Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1888270Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1888380Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1888620Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1888730Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1888830Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1888940Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1889040Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1889150Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1889260Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1889360Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1889480Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.1889590Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1889700Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.1889810Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1889910Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1890010Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1890120Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1890220Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1890330Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1890430Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1890530Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1890640Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1890750Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1890860Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1890970Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1891080Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1891190Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1891290Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1891400Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1891560Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1891670Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1891780Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1891890Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1891990Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1892100Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1892210Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1892320Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1892420Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1892570Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1892670Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1892780Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1892880Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1892980Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1893090Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1893190Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1893300Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1893410Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1893520Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1893630Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1893740Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1893840Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1893950Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1894050Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1894160Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1894260Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1894360Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1894470Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1894580Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1894690Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.167s) 2022-11-23T01:26:05.1894810Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... ok (0.169s) 2022-11-23T01:26:05.1894920Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... ok (0.872s) 2022-11-23T01:26:05.1895020Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... ok (0.854s) 2022-11-23T01:26:05.1895130Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1895240Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1895340Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1895550Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1895700Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1895810Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1895920Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1896030Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1896150Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1896260Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1896370Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1896480Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1896660Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1896770Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1896880Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1896980Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1897090Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1897190Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1897290Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1897400Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1897510Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.1897620Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1897720Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1897830Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1897930Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1898030Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1898130Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1898230Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1898330Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1898430Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1898540Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1904640Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1904780Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1904870Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1904980Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1905080Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1905170Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1905270Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1905370Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1905470Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1905840Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.184s) 2022-11-23T01:26:05.1905950Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... ok (0.460s) 2022-11-23T01:26:05.1906060Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.623s) 2022-11-23T01:26:05.1906170Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.636s) 2022-11-23T01:26:05.1906280Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.183s) 2022-11-23T01:26:05.1906380Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.488s) 2022-11-23T01:26:05.1906490Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.484s) 2022-11-23T01:26:05.1906590Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.613s) 2022-11-23T01:26:05.1906700Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.610s) 2022-11-23T01:26:05.1906800Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.610s) 2022-11-23T01:26:05.1907010Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.610s) 2022-11-23T01:26:05.1907110Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.596s) 2022-11-23T01:26:05.1907220Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1907330Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1907440Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1907550Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1907650Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1907760Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1907860Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1907970Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1908070Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1908180Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1908280Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1908390Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1908490Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1908590Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1908690Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1908790Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1908900Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1909000Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1909100Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1909190Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1909300Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1909400Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1909500Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1909610Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1909720Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1909850Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1909960Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1910060Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1910160Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1910260Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1910360Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1910460Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1910560Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1910660Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1910760Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1910920Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1911030Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1911130Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1911240Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1911340Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1911440Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1911540Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1911640Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1911740Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1911840Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1911950Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1912050Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1912160Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1912260Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1912360Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1912470Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1912570Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1912680Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1912780Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1912880Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1912990Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1913090Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1913200Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1913300Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1913410Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1913510Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1913610Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1913710Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1913850Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1913950Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1914060Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1914160Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1914270Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1914380Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1914480Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1914580Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1914680Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1914830Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1914940Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1915040Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1915140Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1915240Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1915340Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1915450Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.001s) 2022-11-23T01:26:05.1915560Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.013s) 2022-11-23T01:26:05.1915710Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:05.1915850Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1916000Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1916140Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1916280Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1916420Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1916550Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1916690Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1916830Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1916970Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1917100Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1917240Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1917390Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1917530Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1917760Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1917920Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1918070Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1918210Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1918350Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1918490Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1918630Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1918910Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1919050Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1919190Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1919320Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1919450Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1919590Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1919720Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1919860Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1919990Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1920120Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1920250Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1920380Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1920500Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1920630Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1920750Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1920900Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1921040Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1921190Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1921330Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1921480Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1921610Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1921790Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1921940Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1922070Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1922210Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1922340Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1922470Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1922600Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1922820Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1922960Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1923090Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1923220Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1923350Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1923480Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1923610Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1923740Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1923860Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1923990Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1924110Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:05.1924220Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1924330Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1924440Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.313s) 2022-11-23T01:26:05.1924540Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.315s) 2022-11-23T01:26:05.1924650Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1924760Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... ok (0.160s) 2022-11-23T01:26:05.1924860Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-11-23T01:26:05.1924960Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1925060Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1925160Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1925260Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1925360Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1925470Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1925580Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1925720Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1925840Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1925940Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1926050Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1926150Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1926260Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1926360Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1926460Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1926550Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1926650Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1926800Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1926910Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1927010Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1927120Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.530s) 2022-11-23T01:26:05.1927230Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.538s) 2022-11-23T01:26:05.1927340Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1927440Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.249s) 2022-11-23T01:26:05.1927550Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.245s) 2022-11-23T01:26:05.1927650Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1927750Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.1927850Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1927950Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1928050Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1928150Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1928250Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1928350Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1928450Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1928550Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1928650Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1928750Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1928850Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1928950Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1929050Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1929160Z test_comprehensive_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1929270Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.372s) 2022-11-23T01:26:05.1929370Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.385s) 2022-11-23T01:26:05.1929480Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-11-23T01:26:05.1929580Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.153s) 2022-11-23T01:26:05.1929750Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1929850Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1929960Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1930060Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1930170Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1930270Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1930370Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1930470Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1930570Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1930690Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T01:26:05.1930850Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.185s) 2022-11-23T01:26:05.1930970Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T01:26:05.1931090Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T01:26:05.1931210Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T01:26:05.1931330Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.183s) 2022-11-23T01:26:05.1931450Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T01:26:05.1931560Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T01:26:05.1931680Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.1931800Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T01:26:05.1931910Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.1932010Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.1932130Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1932240Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.1932350Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1939550Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1939760Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1939890Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1940000Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1940110Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1940250Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1940350Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1940460Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1940570Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.1940680Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1940790Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1941160Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.446s) 2022-11-23T01:26:05.1941290Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.467s) 2022-11-23T01:26:05.1941410Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.281s) 2022-11-23T01:26:05.1941520Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.273s) 2022-11-23T01:26:05.1941640Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.237s) 2022-11-23T01:26:05.1941750Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.245s) 2022-11-23T01:26:05.1941850Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.236s) 2022-11-23T01:26:05.1941960Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.229s) 2022-11-23T01:26:05.1942100Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.203s) 2022-11-23T01:26:05.1942220Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.205s) 2022-11-23T01:26:05.1942490Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.132s) 2022-11-23T01:26:05.1942600Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T01:26:05.1942720Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.1942840Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.1942950Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.1943060Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1943190Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.1943310Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.1943420Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1943540Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1943670Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.023s) 2022-11-23T01:26:05.1943800Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.132s) 2022-11-23T01:26:05.1943930Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... ok (1.200s) 2022-11-23T01:26:05.1944050Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... ok (1.136s) 2022-11-23T01:26:05.1944160Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T01:26:05.1944280Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T01:26:05.1944390Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.1944490Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.1944610Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T01:26:05.1944720Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T01:26:05.1944830Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.1944950Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.1945070Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1945190Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1945370Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1945490Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1945610Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1945740Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1945850Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1945970Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1946080Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1946200Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1946310Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1946510Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1946630Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.049s) 2022-11-23T01:26:05.1946740Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.167s) 2022-11-23T01:26:05.1946850Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... ok (2.892s) 2022-11-23T01:26:05.1946970Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... ok (2.817s) 2022-11-23T01:26:05.1947090Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.066s) 2022-11-23T01:26:05.1947220Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.160s) 2022-11-23T01:26:05.1947350Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... ok (2.885s) 2022-11-23T01:26:05.1947480Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... ok (2.804s) 2022-11-23T01:26:05.1947590Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.560s) 2022-11-23T01:26:05.1947700Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.582s) 2022-11-23T01:26:05.1947810Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.910s) 2022-11-23T01:26:05.1947920Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.900s) 2022-11-23T01:26:05.1948030Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.719s) 2022-11-23T01:26:05.1948150Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.755s) 2022-11-23T01:26:05.1948260Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (1.012s) 2022-11-23T01:26:05.1948380Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.982s) 2022-11-23T01:26:05.1948500Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.718s) 2022-11-23T01:26:05.1948620Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.748s) 2022-11-23T01:26:05.1948740Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.993s) 2022-11-23T01:26:05.1948850Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.981s) 2022-11-23T01:26:05.1948970Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.140s) 2022-11-23T01:26:05.1949080Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.262s) 2022-11-23T01:26:05.1949190Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (1.530s) 2022-11-23T01:26:05.1949310Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (1.691s) 2022-11-23T01:26:05.1949490Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T01:26:05.1949620Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.721s) 2022-11-23T01:26:05.1949740Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.611s) 2022-11-23T01:26:05.1949850Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T01:26:05.1949960Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.742s) 2022-11-23T01:26:05.1950070Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.749s) 2022-11-23T01:26:05.1950190Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.365s) 2022-11-23T01:26:05.1950320Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.451s) 2022-11-23T01:26:05.1950440Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.373s) 2022-11-23T01:26:05.1950600Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.358s) 2022-11-23T01:26:05.1950750Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.337s) 2022-11-23T01:26:05.1950870Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.317s) 2022-11-23T01:26:05.1950990Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... ok (0.264s) 2022-11-23T01:26:05.1951100Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... ok (0.259s) 2022-11-23T01:26:05.1951230Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1951360Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1951490Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.1951620Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1951730Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1951850Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.1951970Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.1952080Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.1952200Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.1952310Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1952420Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1952530Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1952650Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1952760Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1952870Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T01:26:05.1952970Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.097s) 2022-11-23T01:26:05.1953080Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.955s) 2022-11-23T01:26:05.1953190Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.202s) 2022-11-23T01:26:05.1953300Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.823s) 2022-11-23T01:26:05.1953410Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.703s) 2022-11-23T01:26:05.1953610Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.223s) 2022-11-23T01:26:05.1953750Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.660s) 2022-11-23T01:26:05.1953890Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.537s) 2022-11-23T01:26:05.1954020Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.159s) 2022-11-23T01:26:05.1954150Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.460s) 2022-11-23T01:26:05.1954270Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.466s) 2022-11-23T01:26:05.1954390Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.273s) 2022-11-23T01:26:05.1954500Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.527s) 2022-11-23T01:26:05.1954700Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.895s) 2022-11-23T01:26:05.1954800Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... ok (1.008s) 2022-11-23T01:26:05.1954930Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.803s) 2022-11-23T01:26:05.1955060Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.718s) 2022-11-23T01:26:05.1955180Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.506s) 2022-11-23T01:26:05.1955290Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.446s) 2022-11-23T01:26:05.1955510Z 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-11-23T01:26:05.1955680Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:26:05.1955850Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:26:05.1956020Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:26:05.1956140Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.901s) 2022-11-23T01:26:05.1956250Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.585s) 2022-11-23T01:26:05.1956360Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.516s) 2022-11-23T01:26:05.1956460Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.343s) 2022-11-23T01:26:05.1956590Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T01:26:05.1956700Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.172s) 2022-11-23T01:26:05.1956820Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.1956930Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.1957040Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T01:26:05.1957150Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T01:26:05.1957260Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.1957380Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.1957490Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T01:26:05.1957720Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T01:26:05.1957840Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1957960Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.1958080Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.286s) 2022-11-23T01:26:05.1958210Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.534s) 2022-11-23T01:26:05.1958330Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.982s) 2022-11-23T01:26:05.1958460Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.943s) 2022-11-23T01:26:05.1958570Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (6.383s) 2022-11-23T01:26:05.1958690Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (6.737s) 2022-11-23T01:26:05.1958930Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (3.778s) 2022-11-23T01:26:05.1959040Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (3.647s) 2022-11-23T01:26:05.1959150Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.134s) 2022-11-23T01:26:05.1959270Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T01:26:05.1959380Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T01:26:05.1959490Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T01:26:05.1959610Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T01:26:05.1959720Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T01:26:05.1959840Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1959950Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.1960080Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T01:26:05.1960200Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-11-23T01:26:05.1960320Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T01:26:05.1960430Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T01:26:05.1960540Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.817s) 2022-11-23T01:26:05.1960660Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.823s) 2022-11-23T01:26:05.1960770Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... ok (0.404s) 2022-11-23T01:26:05.1960880Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... ok (0.384s) 2022-11-23T01:26:05.1960990Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1961090Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1961200Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1961310Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.1961420Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1961530Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.1961640Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.280s) 2022-11-23T01:26:05.1961820Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.310s) 2022-11-23T01:26:05.1961940Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.158s) 2022-11-23T01:26:05.1962050Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-11-23T01:26:05.1962170Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.505s) 2022-11-23T01:26:05.1962290Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.578s) 2022-11-23T01:26:05.1962410Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.539s) 2022-11-23T01:26:05.1962520Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.389s) 2022-11-23T01:26:05.1962640Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.165s) 2022-11-23T01:26:05.1962760Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.114s) 2022-11-23T01:26:05.1962990Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1963100Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1963210Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1963330Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1963430Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1963540Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1963650Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1963760Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1963870Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1963980Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1964090Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.1964190Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1964300Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1964410Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1964510Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1964620Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1964720Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1964820Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1964920Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1965020Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1965130Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1965220Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1965330Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1965430Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1965530Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1965640Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1965740Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1965890Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1966040Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1966140Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1966240Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1966340Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1966440Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1966550Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.1966650Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.1966760Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1966860Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1966970Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1967210Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1967310Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1967420Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1967520Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1967630Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1967730Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1967830Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.1967940Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.1968040Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1968140Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1968250Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1968340Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1968440Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1974610Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1974800Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1974910Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1975030Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1975140Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1975260Z test_comprehensive_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1975390Z test_comprehensive_log_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.1975510Z test_comprehensive_log_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1975670Z test_comprehensive_log_softmax_with_dtype_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1975790Z test_comprehensive_log_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.1975910Z test_comprehensive_log_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1976030Z test_comprehensive_log_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.1976140Z test_comprehensive_log_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1976490Z test_comprehensive_log_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1976610Z test_comprehensive_log_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1976730Z test_comprehensive_log_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1976860Z test_comprehensive_log_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1976970Z test_comprehensive_log_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.1977090Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1977200Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1977310Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1977410Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1977640Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1977750Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.1977870Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1977980Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.340s) 2022-11-23T01:26:05.1978090Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.335s) 2022-11-23T01:26:05.1978200Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T01:26:05.1978310Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T01:26:05.1978420Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.1978530Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.1978650Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1978760Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1978880Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1978990Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1979100Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1979210Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1979310Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1979420Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1979530Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1979630Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1979740Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1979840Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1979950Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1980060Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1980170Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1980280Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1980390Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1980620Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1980740Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1980850Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1980960Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1981060Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1981170Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1981270Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.1981380Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1981490Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1981610Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.1981790Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.1981910Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.1982020Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1982120Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1982230Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1982330Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1982430Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1982540Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1982650Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1982760Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1982860Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1982980Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.1983090Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.1983200Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1983310Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1983410Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1983520Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1983620Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1983720Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1983830Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1983930Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1984040Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1984150Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1984250Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1984360Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.1984460Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1984560Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1984730Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1984830Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.1984940Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.1985040Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.1985150Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T01:26:05.1985260Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T01:26:05.1985370Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T01:26:05.1985480Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T01:26:05.1985590Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.1985690Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T01:26:05.1985880Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.1986000Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.1986100Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1986290Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.1986400Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1986500Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T01:26:05.1986610Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T01:26:05.1986720Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1986830Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1986930Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1987040Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1987140Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1987250Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1987350Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1987450Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1987560Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1987660Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.1987770Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1987870Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1987980Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.1988080Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1988180Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1988270Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1988370Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.1988470Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1988580Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1988680Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1988860Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.1988960Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.1989070Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.1989170Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1989260Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1989360Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1989460Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1989560Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.1989670Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.021s) 2022-11-23T01:26:05.1989770Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.572s) 2022-11-23T01:26:05.1989870Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (2.165s) 2022-11-23T01:26:05.1990050Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (2.340s) 2022-11-23T01:26:05.1990160Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.432s) 2022-11-23T01:26:05.1990270Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.462s) 2022-11-23T01:26:05.1990380Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.312s) 2022-11-23T01:26:05.1990490Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.296s) 2022-11-23T01:26:05.1990600Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.412s) 2022-11-23T01:26:05.1990710Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.421s) 2022-11-23T01:26:05.1990820Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.235s) 2022-11-23T01:26:05.1990920Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.233s) 2022-11-23T01:26:05.1991030Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1991130Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1991230Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.214s) 2022-11-23T01:26:05.1991330Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.1991440Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-11-23T01:26:05.1991540Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1991640Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.1991740Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.1991840Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1991940Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1992040Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1992140Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1992240Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1992350Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1992450Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1992550Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.139s) 2022-11-23T01:26:05.1992660Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.1992760Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-11-23T01:26:05.1992930Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.1993030Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T01:26:05.1993130Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.1993240Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1993330Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1993430Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1993530Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.1993630Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.1993740Z test_comprehensive_masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.306s) 2022-11-23T01:26:05.1993860Z test_comprehensive_masked_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.241s) 2022-11-23T01:26:05.1993960Z test_comprehensive_masked_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.666s) 2022-11-23T01:26:05.1994170Z test_comprehensive_masked_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.543s) 2022-11-23T01:26:05.1994280Z test_comprehensive_masked_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T01:26:05.1994390Z test_comprehensive_masked_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T01:26:05.1994490Z test_comprehensive_masked_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T01:26:05.1994600Z test_comprehensive_masked_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.1994700Z test_comprehensive_masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.1994810Z test_comprehensive_masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T01:26:05.1994920Z test_comprehensive_masked_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T01:26:05.1995030Z test_comprehensive_masked_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.574s) 2022-11-23T01:26:05.1995130Z test_comprehensive_masked_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.539s) 2022-11-23T01:26:05.1995240Z test_comprehensive_masked_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T01:26:05.1995350Z test_comprehensive_masked_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.120s) 2022-11-23T01:26:05.1995450Z test_comprehensive_masked_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T01:26:05.1995560Z test_comprehensive_masked_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T01:26:05.1995660Z test_comprehensive_masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.120s) 2022-11-23T01:26:05.1995770Z test_comprehensive_masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1995890Z test_comprehensive_masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.1996000Z test_comprehensive_masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T01:26:05.1996110Z test_comprehensive_masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-11-23T01:26:05.1996220Z test_comprehensive_masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.1996320Z test_comprehensive_masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.1996430Z test_comprehensive_masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.1996540Z test_comprehensive_masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.1996650Z test_comprehensive_masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.1996760Z test_comprehensive_masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1996870Z test_comprehensive_masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.1997090Z test_comprehensive_masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-11-23T01:26:05.1997220Z test_comprehensive_masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T01:26:05.1997330Z test_comprehensive_masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.1997430Z test_comprehensive_masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.1997540Z test_comprehensive_masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.1997650Z test_comprehensive_masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.1997750Z test_comprehensive_masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T01:26:05.1997870Z test_comprehensive_masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T01:26:05.1997990Z test_comprehensive_masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.447s) 2022-11-23T01:26:05.1998270Z test_comprehensive_masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.553s) 2022-11-23T01:26:05.1998380Z test_comprehensive_masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.916s) 2022-11-23T01:26:05.1998500Z test_comprehensive_masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.622s) 2022-11-23T01:26:05.1998610Z test_comprehensive_masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.1998720Z test_comprehensive_masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.1998830Z test_comprehensive_masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.1998940Z test_comprehensive_masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.1999050Z test_comprehensive_masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.1999170Z test_comprehensive_masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.1999280Z test_comprehensive_masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.480s) 2022-11-23T01:26:05.1999400Z test_comprehensive_masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.493s) 2022-11-23T01:26:05.1999510Z test_comprehensive_masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.299s) 2022-11-23T01:26:05.1999620Z test_comprehensive_masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.393s) 2022-11-23T01:26:05.1999730Z test_comprehensive_masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T01:26:05.1999830Z test_comprehensive_masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T01:26:05.1999940Z test_comprehensive_masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T01:26:05.2000050Z test_comprehensive_masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T01:26:05.2000150Z test_comprehensive_masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T01:26:05.2000260Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2000370Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2000480Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.2000590Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T01:26:05.2000700Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T01:26:05.2000810Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2000910Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2001020Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2001170Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2001310Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2001420Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2001520Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2001630Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2001740Z test_comprehensive_masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2007470Z test_comprehensive_masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.262s) 2022-11-23T01:26:05.2007620Z test_comprehensive_masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-11-23T01:26:05.2007740Z test_comprehensive_masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2008060Z test_comprehensive_masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.604s) 2022-11-23T01:26:05.2008170Z test_comprehensive_masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.621s) 2022-11-23T01:26:05.2008310Z test_comprehensive_masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:05.2008440Z test_comprehensive_masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:05.2008570Z test_comprehensive_masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:05.2008700Z test_comprehensive_masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:05.2008820Z test_comprehensive_masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:05.2008940Z test_comprehensive_masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:05.2009060Z test_comprehensive_masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:05.2009180Z test_comprehensive_masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:05.2009290Z test_comprehensive_masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.268s) 2022-11-23T01:26:05.2009400Z test_comprehensive_masked_mean_cpu_bool (__main__.TestDecompCPU) ... ok (0.288s) 2022-11-23T01:26:05.2009510Z test_comprehensive_masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.825s) 2022-11-23T01:26:05.2009620Z test_comprehensive_masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.963s) 2022-11-23T01:26:05.2009730Z test_comprehensive_masked_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.207s) 2022-11-23T01:26:05.2009840Z test_comprehensive_masked_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.728s) 2022-11-23T01:26:05.2009950Z test_comprehensive_masked_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.560s) 2022-11-23T01:26:05.2010050Z test_comprehensive_masked_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.337s) 2022-11-23T01:26:05.2010160Z test_comprehensive_masked_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.352s) 2022-11-23T01:26:05.2010260Z test_comprehensive_masked_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.343s) 2022-11-23T01:26:05.2010370Z test_comprehensive_masked_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.348s) 2022-11-23T01:26:05.2010470Z test_comprehensive_masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.341s) 2022-11-23T01:26:05.2010580Z test_comprehensive_masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2010690Z test_comprehensive_masked_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.193s) 2022-11-23T01:26:05.2010800Z test_comprehensive_masked_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.182s) 2022-11-23T01:26:05.2010950Z test_comprehensive_masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.191s) 2022-11-23T01:26:05.2011060Z test_comprehensive_masked_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (1.325s) 2022-11-23T01:26:05.2011160Z test_comprehensive_masked_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (3.270s) 2022-11-23T01:26:05.2011270Z test_comprehensive_masked_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (3.487s) 2022-11-23T01:26:05.2011380Z test_comprehensive_masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.218s) 2022-11-23T01:26:05.2011500Z test_comprehensive_masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.914s) 2022-11-23T01:26:05.2011620Z test_comprehensive_masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.564s) 2022-11-23T01:26:05.2011730Z test_comprehensive_masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.190s) 2022-11-23T01:26:05.2011840Z test_comprehensive_masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (1.089s) 2022-11-23T01:26:05.2012030Z test_comprehensive_masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (1.294s) 2022-11-23T01:26:05.2012140Z test_comprehensive_masked_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.302s) 2022-11-23T01:26:05.2012250Z test_comprehensive_masked_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.165s) 2022-11-23T01:26:05.2012370Z test_comprehensive_masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.039s) 2022-11-23T01:26:05.2012480Z test_comprehensive_masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.421s) 2022-11-23T01:26:05.2012590Z test_comprehensive_masked_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.415s) 2022-11-23T01:26:05.2012700Z test_comprehensive_masked_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.404s) 2022-11-23T01:26:05.2012810Z test_comprehensive_masked_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.186s) 2022-11-23T01:26:05.2012910Z test_comprehensive_masked_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.166s) 2022-11-23T01:26:05.2013020Z test_comprehensive_masked_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.135s) 2022-11-23T01:26:05.2013130Z test_comprehensive_masked_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.185s) 2022-11-23T01:26:05.2013230Z test_comprehensive_masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.284s) 2022-11-23T01:26:05.2013350Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2013460Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2013570Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2013690Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2013800Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2013920Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2014030Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2014140Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2014250Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2014360Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2014470Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2014570Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2014680Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2014790Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2014960Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2015080Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2015190Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2015310Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2015410Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2015520Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2015630Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2015730Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2015850Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2015950Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2016130Z test_comprehensive_masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2016240Z test_comprehensive_masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.254s) 2022-11-23T01:26:05.2016360Z test_comprehensive_masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.236s) 2022-11-23T01:26:05.2016470Z test_comprehensive_masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2016580Z test_comprehensive_masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.321s) 2022-11-23T01:26:05.2016690Z test_comprehensive_masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.299s) 2022-11-23T01:26:05.2016800Z test_comprehensive_masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.466s) 2022-11-23T01:26:05.2016920Z test_comprehensive_masked_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.141s) 2022-11-23T01:26:05.2017030Z test_comprehensive_masked_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.165s) 2022-11-23T01:26:05.2017140Z test_comprehensive_masked_std_cpu_float32 (__main__.TestDecompCPU) ... ok (1.739s) 2022-11-23T01:26:05.2017240Z test_comprehensive_masked_std_cpu_float64 (__main__.TestDecompCPU) ... ok (1.973s) 2022-11-23T01:26:05.2017350Z test_comprehensive_masked_std_cpu_int16 (__main__.TestDecompCPU) ... ok (1.604s) 2022-11-23T01:26:05.2017460Z test_comprehensive_masked_std_cpu_int32 (__main__.TestDecompCPU) ... ok (1.689s) 2022-11-23T01:26:05.2017560Z test_comprehensive_masked_std_cpu_int64 (__main__.TestDecompCPU) ... ok (1.510s) 2022-11-23T01:26:05.2017670Z test_comprehensive_masked_std_cpu_int8 (__main__.TestDecompCPU) ... ok (1.778s) 2022-11-23T01:26:05.2017780Z test_comprehensive_masked_std_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.522s) 2022-11-23T01:26:05.2017880Z test_comprehensive_masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T01:26:05.2017990Z test_comprehensive_masked_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T01:26:05.2018100Z test_comprehensive_masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.598s) 2022-11-23T01:26:05.2018220Z test_comprehensive_masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.683s) 2022-11-23T01:26:05.2018320Z test_comprehensive_masked_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T01:26:05.2018430Z test_comprehensive_masked_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.346s) 2022-11-23T01:26:05.2018530Z test_comprehensive_masked_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.336s) 2022-11-23T01:26:05.2018630Z test_comprehensive_masked_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T01:26:05.2018740Z test_comprehensive_masked_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T01:26:05.2018840Z test_comprehensive_masked_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T01:26:05.2019030Z test_comprehensive_masked_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T01:26:05.2019180Z test_comprehensive_masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.2019300Z test_comprehensive_masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.443s) 2022-11-23T01:26:05.2019410Z test_comprehensive_masked_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.851s) 2022-11-23T01:26:05.2019520Z test_comprehensive_masked_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.907s) 2022-11-23T01:26:05.2019630Z test_comprehensive_masked_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.433s) 2022-11-23T01:26:05.2019740Z test_comprehensive_masked_var_cpu_float32 (__main__.TestDecompCPU) ... ok (1.781s) 2022-11-23T01:26:05.2019840Z test_comprehensive_masked_var_cpu_float64 (__main__.TestDecompCPU) ... ok (1.581s) 2022-11-23T01:26:05.2019950Z test_comprehensive_masked_var_cpu_int16 (__main__.TestDecompCPU) ... ok (1.681s) 2022-11-23T01:26:05.2020050Z test_comprehensive_masked_var_cpu_int32 (__main__.TestDecompCPU) ... ok (1.423s) 2022-11-23T01:26:05.2020300Z test_comprehensive_masked_var_cpu_int64 (__main__.TestDecompCPU) ... ok (1.676s) 2022-11-23T01:26:05.2020410Z test_comprehensive_masked_var_cpu_int8 (__main__.TestDecompCPU) ... ok (1.466s) 2022-11-23T01:26:05.2020520Z test_comprehensive_masked_var_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.656s) 2022-11-23T01:26:05.2020620Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2020730Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.063s) 2022-11-23T01:26:05.2020840Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.293s) 2022-11-23T01:26:05.2020940Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.505s) 2022-11-23T01:26:05.2021050Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.512s) 2022-11-23T01:26:05.2021160Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T01:26:05.2021260Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.217s) 2022-11-23T01:26:05.2021370Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.210s) 2022-11-23T01:26:05.2021470Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.280s) 2022-11-23T01:26:05.2021570Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.277s) 2022-11-23T01:26:05.2021680Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2021790Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T01:26:05.2021900Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T01:26:05.2022010Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2022120Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2022230Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2022340Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2022440Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T01:26:05.2022550Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.528s) 2022-11-23T01:26:05.2022650Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.450s) 2022-11-23T01:26:05.2022760Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2022860Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2022960Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2023110Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2023220Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2023360Z test_comprehensive_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.469s) 2022-11-23T01:26:05.2023490Z test_comprehensive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestDecompCPU) ... ok (0.742s) 2022-11-23T01:26:05.2023620Z test_comprehensive_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestDecompCPU) ... ok (0.712s) 2022-11-23T01:26:05.2023740Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2023860Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2023980Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2024100Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2024290Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2024410Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2024520Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2024630Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2024740Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2024850Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2024980Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2025090Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2025220Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2025340Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2025450Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2025570Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2025680Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2025790Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2025900Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2026020Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2026120Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T01:26:05.2026230Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2026340Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2026450Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.461s) 2022-11-23T01:26:05.2026550Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.467s) 2022-11-23T01:26:05.2026660Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2026760Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2026860Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2026970Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2027110Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2027220Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2027330Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T01:26:05.2027430Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T01:26:05.2027530Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2027640Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T01:26:05.2027740Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T01:26:05.2027840Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2027950Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2028060Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2028230Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2028330Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2028430Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2028540Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2028640Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2028800Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2028960Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2029130Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2029290Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2029450Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2029600Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2029750Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2029910Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2030060Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2030210Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2030370Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2030510Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2030680Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2030840Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-11-23T01:26:05.2031070Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2031240Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2031400Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2031560Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2031710Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2031870Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2032020Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2032210Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2032360Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2032520Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2032630Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T01:26:05.2032740Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2032850Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T01:26:05.2032960Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.606s) 2022-11-23T01:26:05.2033070Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.461s) 2022-11-23T01:26:05.2033180Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2033280Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2033390Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2033490Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2033600Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2033720Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2033840Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2033960Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2034080Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2034200Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2034310Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2034420Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2034530Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2034650Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2034750Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2034880Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2035060Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2035180Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2035300Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2035420Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2035530Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2035650Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2035760Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2035870Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2041490Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2041830Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T01:26:05.2041940Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2042050Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.2042160Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.470s) 2022-11-23T01:26:05.2042260Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.534s) 2022-11-23T01:26:05.2042370Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2042480Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2042580Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2042680Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2042810Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2042920Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2043020Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2043120Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2043230Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2043330Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2043430Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2043520Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2043620Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2043720Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2043820Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2043920Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2044030Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2044130Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2044230Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2044330Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2044440Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2044540Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2044640Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2044810Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2044920Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2045030Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2045130Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2045240Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2045350Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2045460Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2045560Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2045670Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2045780Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2045940Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2046040Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2046150Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2046250Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2046350Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2046460Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2046560Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2046670Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2046770Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2046870Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2046980Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2047080Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2047180Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2047280Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2047370Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2047480Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2047580Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2047680Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.448s) 2022-11-23T01:26:05.2047790Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T01:26:05.2047890Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.442s) 2022-11-23T01:26:05.2047990Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2048090Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.196s) 2022-11-23T01:26:05.2048190Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T01:26:05.2048290Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2048390Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2048490Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2048590Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2048690Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2048880Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2049040Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2049160Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2049260Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2049370Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2049470Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2049570Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2049670Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2049770Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2049870Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2050080Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2050190Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2050290Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2050420Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2050540Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T01:26:05.2050660Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T01:26:05.2050780Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2050890Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2051000Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2051120Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2051230Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2051350Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2051460Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T01:26:05.2051580Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T01:26:05.2051690Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2051810Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2051930Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2052040Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2052160Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2052280Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2052400Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T01:26:05.2052510Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T01:26:05.2052630Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2052740Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2052840Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2053020Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2053130Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2053250Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2053360Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2053470Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2053570Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2053680Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2053780Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2053890Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2054060Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2054170Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2054280Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2054390Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.165s) 2022-11-23T01:26:05.2054490Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T01:26:05.2054590Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.201s) 2022-11-23T01:26:05.2054700Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.184s) 2022-11-23T01:26:05.2054810Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2054920Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2055020Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.2055130Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2055230Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2055340Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2055450Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2055550Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2055660Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.266s) 2022-11-23T01:26:05.2055770Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.231s) 2022-11-23T01:26:05.2055870Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T01:26:05.2055980Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2056090Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T01:26:05.2056200Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.2056300Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T01:26:05.2056400Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2056510Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2056610Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2056710Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2056810Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2056980Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2057100Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2057220Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2057330Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2057450Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2057560Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2057670Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2057770Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2057880Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2057990Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2058230Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2058340Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2058440Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2058550Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2058660Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2058770Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T01:26:05.2058880Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2058980Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T01:26:05.2059090Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2059200Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2059310Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2059410Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2059510Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2059620Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2059720Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2059820Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2059940Z test_comprehensive_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2060060Z test_comprehensive_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T01:26:05.2060180Z test_comprehensive_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.296s) 2022-11-23T01:26:05.2060310Z test_comprehensive_native_dropout_backward_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2060430Z test_comprehensive_native_dropout_backward_cpu_bool (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T01:26:05.2060560Z test_comprehensive_native_dropout_backward_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2060680Z test_comprehensive_native_dropout_backward_cpu_float32 (__main__.TestDecompCPU) ... ok (0.230s) 2022-11-23T01:26:05.2060800Z test_comprehensive_native_dropout_backward_cpu_float64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T01:26:05.2060920Z test_comprehensive_native_dropout_backward_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.2061040Z test_comprehensive_native_dropout_backward_cpu_int32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T01:26:05.2061230Z test_comprehensive_native_dropout_backward_cpu_int64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T01:26:05.2061350Z test_comprehensive_native_dropout_backward_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T01:26:05.2061470Z test_comprehensive_native_dropout_backward_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2061590Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2061700Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T01:26:05.2061810Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T01:26:05.2061920Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2062020Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2062130Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2062290Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.2062400Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2062500Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2062600Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2062700Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2062800Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2062900Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2063000Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2063100Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2063210Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2063310Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2063420Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2063520Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2063630Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2063730Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2063830Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2063940Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2064040Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2064140Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2064240Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2064340Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2064500Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2064650Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2064810Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2064960Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.000s) 2022-11-23T01:26:05.2065100Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2065320Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2065480Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2065620Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2065760Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2065900Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2066040Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2066180Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2066440Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2066600Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2066760Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2066920Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2067090Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2067240Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2067400Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2067560Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2067710Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2067860Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2068010Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2068160Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2068310Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2068470Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2068580Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2068690Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2068800Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2068920Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2069020Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2069130Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2069310Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2069420Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2075510Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2075710Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2075820Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2075920Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2076020Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2076170Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2076280Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2076430Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2076770Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2076880Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2076990Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2077100Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2077200Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2077310Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2077410Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2077510Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2077620Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2077720Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2077830Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2077930Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2078040Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2078160Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2078270Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2078380Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2078480Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2078590Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2078700Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2078800Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2078910Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2079010Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2079120Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2079230Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2079340Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2079440Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2079730Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-11-23T01:26:05.2079920Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-11-23T01:26:05.2080080Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-11-23T01:26:05.2080210Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.2080340Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.150s) 2022-11-23T01:26:05.2080470Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T01:26:05.2080600Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2080730Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T01:26:05.2080980Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2081110Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2081250Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2081370Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.2081500Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2081630Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2081750Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.2081880Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2082010Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2082130Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2082250Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2082370Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2082500Z test_comprehensive_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2082630Z test_comprehensive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2082760Z test_comprehensive_nn_functional_alpha_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2082890Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2083010Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2083130Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.162s) 2022-11-23T01:26:05.2083250Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2083370Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2083490Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2083610Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2083790Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2083910Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2084030Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2084140Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2084270Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2084390Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.173s) 2022-11-23T01:26:05.2084510Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.161s) 2022-11-23T01:26:05.2084630Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2084750Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.134s) 2022-11-23T01:26:05.2084930Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-11-23T01:26:05.2085050Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.2085170Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.2085280Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2085400Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2085520Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2085660Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.2085790Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.188s) 2022-11-23T01:26:05.2085930Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.164s) 2022-11-23T01:26:05.2086080Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.413s) 2022-11-23T01:26:05.2086290Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.550s) 2022-11-23T01:26:05.2086410Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2086530Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2086640Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2086760Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2086880Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.372s) 2022-11-23T01:26:05.2087000Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.392s) 2022-11-23T01:26:05.2087120Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2087240Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2087360Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2087480Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2087600Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.850s) 2022-11-23T01:26:05.2087720Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.818s) 2022-11-23T01:26:05.2087890Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.161s) 2022-11-23T01:26:05.2088010Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-11-23T01:26:05.2088130Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.2088270Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.533s) 2022-11-23T01:26:05.2088400Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.674s) 2022-11-23T01:26:05.2088530Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2088660Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2088790Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2088920Z test_comprehensive_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.781s) 2022-11-23T01:26:05.2089110Z test_comprehensive_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.662s) 2022-11-23T01:26:05.2089240Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T01:26:05.2089370Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2089490Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2089620Z test_comprehensive_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.220s) 2022-11-23T01:26:05.2089750Z test_comprehensive_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.327s) 2022-11-23T01:26:05.2089890Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.266s) 2022-11-23T01:26:05.2090010Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.383s) 2022-11-23T01:26:05.2090140Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T01:26:05.2090270Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T01:26:05.2090410Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T01:26:05.2090540Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.278s) 2022-11-23T01:26:05.2090670Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.401s) 2022-11-23T01:26:05.2090800Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T01:26:05.2090930Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2091050Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T01:26:05.2091180Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2091300Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T01:26:05.2091430Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T01:26:05.2091560Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... ok (0.716s) 2022-11-23T01:26:05.2091690Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... ok (0.687s) 2022-11-23T01:26:05.2091860Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T01:26:05.2091990Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-11-23T01:26:05.2092110Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.149s) 2022-11-23T01:26:05.2092230Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2092350Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2092480Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2092600Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.123s) 2022-11-23T01:26:05.2092730Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T01:26:05.2092850Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2093020Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.987s) 2022-11-23T01:26:05.2093140Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.008s) 2022-11-23T01:26:05.2093260Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2093390Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2093510Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2093630Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2093750Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2093860Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2093990Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2094110Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T01:26:05.2094230Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2094360Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2094480Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2094600Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2094710Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2094860Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2095010Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.605s) 2022-11-23T01:26:05.2095160Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.689s) 2022-11-23T01:26:05.2095310Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2095450Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2095600Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2095750Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2095980Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2096140Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2096280Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2096420Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2096560Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2096700Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2096840Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2096980Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2097220Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2097350Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2097480Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2097610Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2097740Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (2.469s) 2022-11-23T01:26:05.2097870Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (18.669s) 2022-11-23T01:26:05.2097990Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (15.821s) 2022-11-23T01:26:05.2098110Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2098230Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.2098350Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.2098460Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2098580Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.893s) 2022-11-23T01:26:05.2098690Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.890s) 2022-11-23T01:26:05.2098820Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... ok (0.156s) 2022-11-23T01:26:05.2098940Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... ok (0.147s) 2022-11-23T01:26:05.2099070Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2099190Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.184s) 2022-11-23T01:26:05.2099310Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T01:26:05.2099440Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2099560Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2099680Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2099810Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2099930Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2100100Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2100250Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2100370Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2100490Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2100610Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2100740Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2100860Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2100970Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2101190Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2101310Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2101430Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2101560Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.2101690Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.279s) 2022-11-23T01:26:05.2101820Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.275s) 2022-11-23T01:26:05.2101940Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2102060Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2102180Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T01:26:05.2102300Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T01:26:05.2102430Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2102550Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.250s) 2022-11-23T01:26:05.2102670Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.241s) 2022-11-23T01:26:05.2102810Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2102940Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2103070Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2103200Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.2103330Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.2103460Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T01:26:05.2103590Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (1.437s) 2022-11-23T01:26:05.2103720Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (1.398s) 2022-11-23T01:26:05.2103850Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2103980Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2104190Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2104370Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2104490Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2104620Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2104760Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2104890Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2105020Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2105150Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2105380Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2105500Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... ok (0.167s) 2022-11-23T01:26:05.2105620Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-11-23T01:26:05.2105740Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2105860Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T01:26:05.2105980Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T01:26:05.2106100Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2106220Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.2106330Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.2112290Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2112550Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.2112670Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2112790Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2112910Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.2113020Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.2113150Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2113280Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.285s) 2022-11-23T01:26:05.2113400Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.271s) 2022-11-23T01:26:05.2113520Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.139s) 2022-11-23T01:26:05.2113640Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-11-23T01:26:05.2113780Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.2113900Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.2114010Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2114130Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.2114380Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.2114560Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.2114720Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.294s) 2022-11-23T01:26:05.2114840Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.281s) 2022-11-23T01:26:05.2114970Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T01:26:05.2115100Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2115230Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2115350Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2115590Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2115720Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.393s) 2022-11-23T01:26:05.2115850Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.379s) 2022-11-23T01:26:05.2115970Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T01:26:05.2116100Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.156s) 2022-11-23T01:26:05.2116220Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-11-23T01:26:05.2116350Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T01:26:05.2116480Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.176s) 2022-11-23T01:26:05.2116600Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.713s) 2022-11-23T01:26:05.2116720Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (2.586s) 2022-11-23T01:26:05.2116830Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (2.454s) 2022-11-23T01:26:05.2116960Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T01:26:05.2117070Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T01:26:05.2117180Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T01:26:05.2117300Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.2117420Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T01:26:05.2117550Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.763s) 2022-11-23T01:26:05.2117670Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.728s) 2022-11-23T01:26:05.2117800Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T01:26:05.2117920Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T01:26:05.2118050Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.160s) 2022-11-23T01:26:05.2118170Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.136s) 2022-11-23T01:26:05.2118290Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T01:26:05.2118500Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T01:26:05.2118630Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.178s) 2022-11-23T01:26:05.2118750Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.172s) 2022-11-23T01:26:05.2118870Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T01:26:05.2118990Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T01:26:05.2119110Z test_comprehensive_nn_functional_mish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2119220Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2119340Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2119570Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2119700Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2119810Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.2119940Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2120060Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2120200Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2120330Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2120470Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2120610Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T01:26:05.2120740Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T01:26:05.2120860Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2120980Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.165s) 2022-11-23T01:26:05.2121100Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T01:26:05.2121220Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.2121350Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.506s) 2022-11-23T01:26:05.2121470Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.518s) 2022-11-23T01:26:05.2121600Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.331s) 2022-11-23T01:26:05.2121720Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.330s) 2022-11-23T01:26:05.2121840Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2122010Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2122170Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2122340Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2122590Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2122780Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2122940Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2123100Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2123260Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2123420Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2123640Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2123800Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2123950Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2124080Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2124200Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2124330Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.383s) 2022-11-23T01:26:05.2124460Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.388s) 2022-11-23T01:26:05.2124580Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2124700Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.217s) 2022-11-23T01:26:05.2124830Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.214s) 2022-11-23T01:26:05.2124950Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2125070Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2125180Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2125300Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2125430Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2125560Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2125680Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2125810Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2125930Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2126060Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2126190Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2126310Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2126500Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2126650Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2126790Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T01:26:05.2126920Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T01:26:05.2127050Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2127180Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2127300Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.2127430Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2127640Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2127770Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2127900Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2128020Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2128140Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2128250Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2128380Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2128500Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2128630Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2128760Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2128880Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2129010Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2129120Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2129250Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2129370Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2129480Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2129610Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2129720Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2129850Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2129980Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2130110Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2130240Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2130360Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2130550Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2130680Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2130810Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2130930Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2131050Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2131170Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2131290Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2131420Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.338s) 2022-11-23T01:26:05.2131610Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (3.504s) 2022-11-23T01:26:05.2131740Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (3.402s) 2022-11-23T01:26:05.2131860Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (1.162s) 2022-11-23T01:26:05.2131990Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (1.162s) 2022-11-23T01:26:05.2132110Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (1.160s) 2022-11-23T01:26:05.2132240Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (1.160s) 2022-11-23T01:26:05.2132360Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.162s) 2022-11-23T01:26:05.2132480Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2132600Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.216s) 2022-11-23T01:26:05.2132720Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.211s) 2022-11-23T01:26:05.2132890Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2133050Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2133210Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2133370Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2133530Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2133680Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2133850Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2134000Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2134120Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2134240Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2134350Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2134560Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2134690Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2134800Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2134910Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2135030Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2135150Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2135260Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2135380Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2135490Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2135690Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2135810Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2135930Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2136060Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2136180Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2136290Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2136400Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2136530Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2136650Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2136780Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2136900Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2137020Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2137150Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2137280Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2137400Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2137520Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2137640Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2137770Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2137900Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T01:26:05.2138030Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T01:26:05.2138160Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2138290Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T01:26:05.2138410Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2138570Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2138710Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2138830Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2138960Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2139080Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2139210Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2139330Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2139440Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2139660Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2139790Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2139910Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2140030Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2140150Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.2140280Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2140390Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2140510Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2140630Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2140750Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2140870Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2140980Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2141100Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2141210Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2141330Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2141460Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2141580Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2141710Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2141830Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2141950Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2142070Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2142190Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2142310Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2142420Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2142580Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2142740Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2142870Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2142980Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2143100Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2143220Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2143340Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2143450Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2149150Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2149550Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.366s) 2022-11-23T01:26:05.2149690Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.384s) 2022-11-23T01:26:05.2149820Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.243s) 2022-11-23T01:26:05.2149950Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.231s) 2022-11-23T01:26:05.2150080Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2150200Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2150330Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2150460Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2150580Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2150730Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2150870Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.365s) 2022-11-23T01:26:05.2151010Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.384s) 2022-11-23T01:26:05.2151150Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.244s) 2022-11-23T01:26:05.2151290Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.233s) 2022-11-23T01:26:05.2151440Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2151580Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2151710Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2151850Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2151980Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2152100Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.360s) 2022-11-23T01:26:05.2152220Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.073s) 2022-11-23T01:26:05.2152420Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.108s) 2022-11-23T01:26:05.2152550Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.358s) 2022-11-23T01:26:05.2152670Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (2.296s) 2022-11-23T01:26:05.2152780Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (2.266s) 2022-11-23T01:26:05.2152920Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.2153050Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.449s) 2022-11-23T01:26:05.2153170Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.440s) 2022-11-23T01:26:05.2153300Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2153510Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2153640Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2153760Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2153880Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2153980Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2154090Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2154200Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2154310Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2154420Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2154530Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2154630Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2154740Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2154840Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2154950Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2155050Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2155150Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2155300Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2155450Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2155590Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2155730Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2155860Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2155990Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2156130Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2156280Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2156490Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2156630Z test_comprehensive_norm_fro_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2156770Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2156910Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2157050Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2157190Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2157340Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2157550Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2157690Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2157830Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2157970Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2158110Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2158250Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2158390Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2158500Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2158610Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2158720Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2158820Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2158940Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2159060Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2159170Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2159280Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2159390Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2159490Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2159600Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2159710Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2159820Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2159920Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2160030Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2160130Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2160230Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2160380Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2160480Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2160580Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2160680Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2160790Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2160900Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2161010Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2161130Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2161230Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2161350Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2161510Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2161620Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2161720Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2161830Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2161930Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2162040Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2162140Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2162250Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... ok (9.847s) 2022-11-23T01:26:05.2162360Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... ok (10.422s) 2022-11-23T01:26:05.2162470Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... ok (5.888s) 2022-11-23T01:26:05.2162570Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... ok (5.560s) 2022-11-23T01:26:05.2162670Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2162780Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2162890Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2162990Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2163090Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2163200Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2163300Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2163400Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2163510Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2163610Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2163710Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2163810Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2163940Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.278s) 2022-11-23T01:26:05.2164060Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.263s) 2022-11-23T01:26:05.2164170Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2164280Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2164420Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2164540Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2164650Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2164760Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2164860Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2164960Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2165070Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2165170Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2165280Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2165380Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2165560Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2165670Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.307s) 2022-11-23T01:26:05.2165790Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.317s) 2022-11-23T01:26:05.2165890Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.185s) 2022-11-23T01:26:05.2166010Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T01:26:05.2166110Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... ok (0.597s) 2022-11-23T01:26:05.2166220Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... ok (0.594s) 2022-11-23T01:26:05.2166350Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2166470Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2166590Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2166710Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2166830Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2166950Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2167060Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2167180Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2167300Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2167420Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2167530Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2167650Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2167770Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2167890Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2168000Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2168110Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2168230Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2168340Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2168490Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2168600Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2168730Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2168840Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2168960Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2169070Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2169180Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2169300Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2169410Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2169570Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2169680Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2169800Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2169920Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2170030Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2170140Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2170250Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2170370Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2170480Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2170600Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2170710Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2170830Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2170950Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2171060Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2171170Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2171280Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2171400Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2171510Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2171620Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2171730Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2171840Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2171950Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2172060Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2172170Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2172350Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2172470Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2172580Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2172680Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2172790Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2172890Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2173000Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.2173100Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.133s) 2022-11-23T01:26:05.2173210Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.140s) 2022-11-23T01:26:05.2173320Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2173520Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.555s) 2022-11-23T01:26:05.2173620Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.549s) 2022-11-23T01:26:05.2173730Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2173820Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2173920Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2174020Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2174120Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2174220Z test_comprehensive_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.2174330Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2174440Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.310s) 2022-11-23T01:26:05.2174550Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.332s) 2022-11-23T01:26:05.2174650Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.697s) 2022-11-23T01:26:05.2174760Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.706s) 2022-11-23T01:26:05.2174860Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2174970Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2175070Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2175170Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2175260Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2175370Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2175470Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2175570Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2175680Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2175780Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2175880Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2175970Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2176070Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2176170Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2176260Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2176420Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2176520Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2176630Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.513s) 2022-11-23T01:26:05.2176730Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.540s) 2022-11-23T01:26:05.2176830Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.342s) 2022-11-23T01:26:05.2176930Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.322s) 2022-11-23T01:26:05.2177040Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.097s) 2022-11-23T01:26:05.2177150Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.039s) 2022-11-23T01:26:05.2177250Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2177360Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2182890Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2183030Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2183140Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2183240Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2183340Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2183440Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2183570Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2183670Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2183790Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2183900Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2184020Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2184120Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2184230Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2184340Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2184440Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2184550Z test_comprehensive_randint_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2184660Z test_comprehensive_randint_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2184760Z test_comprehensive_randint_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2184870Z test_comprehensive_randint_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2184970Z test_comprehensive_randint_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2185070Z test_comprehensive_randint_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2185170Z test_comprehensive_randint_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2185280Z test_comprehensive_randint_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2185380Z test_comprehensive_randint_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2185490Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2185600Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2185710Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2185990Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2186110Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2186220Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2186370Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2186480Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2186590Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2186710Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2186830Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2186950Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2187160Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2187280Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2187400Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2187510Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2187620Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2187740Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2187850Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2187960Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2188060Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2188170Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2188270Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2188380Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2188480Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2188590Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2188700Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2188800Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2188910Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2189010Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2189110Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2189220Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2189320Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2189420Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2189520Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2189620Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2189730Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2189830Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2189930Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2190090Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2190200Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2190300Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2190410Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2190510Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2190610Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2190710Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2190810Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2190910Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2191010Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2191170Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2191270Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2191390Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2191500Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2191610Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2191720Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2191830Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2191940Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2192040Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2192150Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2192260Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2192370Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2192480Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2192590Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2192690Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.238s) 2022-11-23T01:26:05.2192800Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.234s) 2022-11-23T01:26:05.2192900Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2193010Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2193120Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2193220Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2193320Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2193430Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2193530Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.308s) 2022-11-23T01:26:05.2193640Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.319s) 2022-11-23T01:26:05.2193770Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.000s) 2022-11-23T01:26:05.2193880Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T01:26:05.2193980Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T01:26:05.2194160Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2194270Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2194370Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2194480Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.2194590Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2194690Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2194790Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2194900Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2195000Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2195110Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2195320Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2195420Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2195540Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2195660Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2195780Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2195900Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2196010Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2196130Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2196240Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2196350Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2196470Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2196580Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2196690Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2196810Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2196920Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2197030Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2197140Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2197250Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2197360Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2197470Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2197590Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2197690Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2197800Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2197910Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2198010Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2198160Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2198270Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2198380Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2198480Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2198590Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2198700Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2198810Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2198910Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T01:26:05.2199020Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2199130Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2199280Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2199380Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2199490Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2199590Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2199700Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2199800Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2199910Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2200020Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2200130Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2200230Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2200340Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2200440Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2200540Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2200650Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2200750Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2200850Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2200950Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2201050Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2201160Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2201270Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2201380Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2201490Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2201600Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2201710Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2201810Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2201920Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2202020Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2202170Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2202280Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2202390Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2202500Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2202610Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2202720Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2202830Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2202940Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2203050Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2203160Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2203350Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2203460Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2203560Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2203670Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2203780Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2203880Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2203990Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2204100Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2204220Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2204330Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2204440Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2204550Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2204650Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2204760Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2204860Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2204970Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2205070Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2205180Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2205280Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2205380Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2205490Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T01:26:05.2205600Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2205700Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T01:26:05.2205810Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2205910Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.2206010Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2206150Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2206250Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2206350Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2206450Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2206550Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2206650Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2206750Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2206860Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.382s) 2022-11-23T01:26:05.2206970Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.388s) 2022-11-23T01:26:05.2207070Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2207180Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T01:26:05.2207310Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.209s) 2022-11-23T01:26:05.2207420Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2207520Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2207610Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2207710Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2207810Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2207920Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2208020Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2208130Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2208230Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2208320Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2208420Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2208530Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2208630Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2208740Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2208860Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2208970Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2209080Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2209190Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2214340Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2214520Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2214640Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2214760Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2214870Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2215000Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2215110Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2215380Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2215500Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2215600Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2215740Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2215840Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2215940Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2216040Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2216130Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2216240Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2216340Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.239s) 2022-11-23T01:26:05.2216570Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.240s) 2022-11-23T01:26:05.2216670Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2216780Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.131s) 2022-11-23T01:26:05.2216880Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.2216980Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2217080Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2217180Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2217280Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2217380Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2217500Z test_comprehensive_scalar_tensor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2217610Z test_comprehensive_scalar_tensor_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2217720Z test_comprehensive_scalar_tensor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2217840Z test_comprehensive_scalar_tensor_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2217950Z test_comprehensive_scalar_tensor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2218060Z test_comprehensive_scalar_tensor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2218180Z test_comprehensive_scalar_tensor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2218280Z test_comprehensive_scalar_tensor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2218390Z test_comprehensive_scalar_tensor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2218500Z test_comprehensive_scalar_tensor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2218610Z test_comprehensive_scalar_tensor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2218720Z test_comprehensive_scalar_tensor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2218820Z test_comprehensive_scalar_tensor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2218930Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2219040Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2219150Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2219260Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2219370Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2219510Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2219620Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2219730Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2219830Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2219940Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2220040Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2220150Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2220250Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2220360Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2220470Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2220640Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2220740Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2220850Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2220960Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2221060Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2221170Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2221270Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2221370Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2221480Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2221600Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.2221720Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2221840Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.2221950Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.338s) 2022-11-23T01:26:05.2222060Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.330s) 2022-11-23T01:26:05.2222180Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2222290Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2222400Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2222510Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2222620Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2222740Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.2222850Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2222970Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.2223080Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.339s) 2022-11-23T01:26:05.2223190Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.329s) 2022-11-23T01:26:05.2223300Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2223450Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2223560Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2223680Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2223780Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2223900Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2224020Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2224140Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T01:26:05.2224250Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.135s) 2022-11-23T01:26:05.2224360Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2224520Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2224630Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2224750Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2224860Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2224970Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T01:26:05.2225080Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2225200Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T01:26:05.2225310Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.504s) 2022-11-23T01:26:05.2225420Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.491s) 2022-11-23T01:26:05.2225540Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2225640Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2225750Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2225860Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2225970Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2226080Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2226200Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2226310Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2226430Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2226540Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2226650Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2226760Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2226870Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2226980Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2227090Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2227210Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2227370Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2227490Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2227600Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2227720Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2227820Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2227930Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2228040Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2228150Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2228270Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2228430Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2228550Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2228670Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2228790Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2228910Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2229020Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2229140Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2229240Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2229350Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2229460Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2229570Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2229680Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2229790Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2229890Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2230000Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2230110Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2230210Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2230310Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2230420Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2230520Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2230630Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2230750Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2230860Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2230980Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2231090Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2231200Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2231370Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2231480Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2231590Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2231700Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2231810Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2231910Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2232020Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.176s) 2022-11-23T01:26:05.2232130Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2232230Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T01:26:05.2232330Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2232530Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2232630Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2232730Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2232830Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2232930Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2233030Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2233130Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2233230Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2233340Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2233450Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2233560Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2233660Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2233770Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2233870Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2233970Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2234070Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2234170Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2234270Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2234370Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2234480Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2234590Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2234700Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2234810Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2234920Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2235030Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2235130Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2235230Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2235330Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2235500Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2235600Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2235700Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2235800Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2235910Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2236020Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2236120Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2236220Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2236320Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2236420Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2236590Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2236690Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2236820Z test_comprehensive_signal_windows_cosine_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2236960Z test_comprehensive_signal_windows_cosine_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.005s) 2022-11-23T01:26:05.2237080Z test_comprehensive_signal_windows_cosine_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2237190Z test_comprehensive_signal_windows_cosine_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2237320Z test_comprehensive_signal_windows_exponential_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2237460Z test_comprehensive_signal_windows_exponential_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.005s) 2022-11-23T01:26:05.2237590Z test_comprehensive_signal_windows_exponential_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2237720Z test_comprehensive_signal_windows_exponential_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2237840Z test_comprehensive_signal_windows_gaussian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2237980Z test_comprehensive_signal_windows_gaussian_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.005s) 2022-11-23T01:26:05.2238100Z test_comprehensive_signal_windows_gaussian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2238220Z test_comprehensive_signal_windows_gaussian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2238340Z test_comprehensive_signal_windows_kaiser_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2238470Z test_comprehensive_signal_windows_kaiser_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.005s) 2022-11-23T01:26:05.2238590Z test_comprehensive_signal_windows_kaiser_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2238700Z test_comprehensive_signal_windows_kaiser_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2238810Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2238920Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2239030Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2239140Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2239240Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2239340Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2239480Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2239580Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2239690Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2239790Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2239890Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2239990Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2240100Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T01:26:05.2240200Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2240300Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2240400Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2240510Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2240660Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2240760Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2240860Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2240960Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2241060Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2241160Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2241270Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T01:26:05.2246670Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2246850Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2246960Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2247070Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2247160Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2247260Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2247370Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2247460Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2247570Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2247670Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2247770Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T01:26:05.2247880Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2247990Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2248090Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2248190Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2248290Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2248390Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2248490Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2248580Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2248690Z test_comprehensive_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2248790Z test_comprehensive_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2249020Z test_comprehensive_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T01:26:05.2249130Z test_comprehensive_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2249240Z test_comprehensive_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T01:26:05.2249350Z test_comprehensive_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2249450Z test_comprehensive_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2249550Z test_comprehensive_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2249660Z test_comprehensive_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2249770Z test_comprehensive_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2249870Z test_comprehensive_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2249970Z test_comprehensive_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2250140Z test_comprehensive_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2250260Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2250380Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2250490Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2250600Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.2250710Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.2250820Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2250930Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2251040Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2251170Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2251280Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2251390Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2251490Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2251600Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2251720Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2251830Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2251950Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2252080Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.2252190Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2252300Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2252410Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2252530Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2252640Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2252750Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2252860Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2253040Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2253160Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2253260Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2253370Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2253470Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2253580Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2253680Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2253780Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2253880Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2253970Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2254170Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2254340Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:26:05.2254500Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:26:05.2254660Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:26:05.2254810Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:26:05.2254930Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2255050Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2255160Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2255280Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2255390Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2255500Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2255610Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2255720Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2255830Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2255950Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2256060Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2256180Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2256290Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2256400Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2256510Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2256620Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2256730Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2256840Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2256950Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2257100Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2257210Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2257310Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2257420Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2257530Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2257640Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2257740Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2257850Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2257960Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2258110Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2258220Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2258320Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2258430Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2258540Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2258650Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2258760Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2258860Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2258970Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2259070Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2259180Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2259290Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2259420Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2259550Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2259680Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2259800Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2259930Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2260060Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2260180Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2260300Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2260430Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2260560Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2260680Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2260810Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2260960Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2261090Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2261210Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2261340Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2261750Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2262000Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2262240Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2262650Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2262880Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2263120Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2263350Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2263580Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2263810Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2264050Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2264280Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2264510Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2264740Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2264970Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2265200Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2265430Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2265550Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2265660Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2265770Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2265890Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2266060Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2266170Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2266280Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2266390Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2266490Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2266600Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2266710Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2266820Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2266930Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2267040Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2267190Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2267290Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2267400Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2267520Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2267650Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2267780Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2267910Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2268030Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2268150Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2268280Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2268400Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2268520Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2268650Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2268770Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2268890Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2269020Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2269140Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2269260Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2269380Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2269490Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2269600Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2269710Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2269810Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2269920Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2270100Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2270200Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2270310Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2270420Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2270520Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2270640Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2270740Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2270850Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2270960Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2271060Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2271240Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2271350Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2271450Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2271560Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2271670Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2271770Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2271880Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2271980Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2272080Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2272190Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2272320Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2272450Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2272580Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2272700Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2272830Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2272950Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2273070Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2273190Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2273460Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2273700Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2273940Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2274170Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2274470Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2274740Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2274980Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2275210Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2275330Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2275450Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2275560Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2275760Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2275870Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2275990Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2276100Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2276210Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2276330Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2276450Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2276580Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2276700Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2276820Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2276940Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2277060Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2277180Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2277300Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2277420Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2277550Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2277670Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2283210Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2283360Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2283480Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2283600Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2283720Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2283860Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2284170Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2284300Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2284410Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2284520Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2284640Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2284760Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2284870Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2285000Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2285110Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2285360Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2285500Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2285610Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2285730Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2285850Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2286000Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2286150Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: special.ndtr in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2286380Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2286530Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2286670Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2286820Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2286960Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2287110Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2287260Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2287370Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2287480Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2287600Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2287710Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2287810Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2287920Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2288030Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2288140Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2288340Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2288480Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2288620Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2288750Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2288880Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2289020Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2289140Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2289280Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2289470Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2289600Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2289730Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2289860Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2289990Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2290110Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2290240Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2290360Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2290490Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2290610Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2290730Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2290860Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2290980Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2291100Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2291220Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2291350Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2291470Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2291790Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2292040Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2292290Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2292630Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2292880Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2293120Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2293360Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2293600Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2293840Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2294200Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2294450Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2294690Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2294920Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2295160Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2295400Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2295650Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2295890Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2296130Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2296370Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2296610Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2296850Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2297090Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2297320Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2297620Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2297880Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2298120Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2298360Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2298600Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2298840Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2299140Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2299380Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2299610Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:26:05.2299740Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2299860Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2299990Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2300110Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2300230Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2300350Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2300470Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2300590Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2300710Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.2300820Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2300940Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.2301060Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.354s) 2022-11-23T01:26:05.2301170Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.350s) 2022-11-23T01:26:05.2301290Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2301400Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2301510Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2301620Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2301730Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2301840Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2301990Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2302110Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2302220Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2302320Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2302430Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2302540Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2302640Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2302750Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2302860Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2302960Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.2303120Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2303230Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.2303330Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2303440Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2303540Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2303640Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2303740Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2303840Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2303940Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2304040Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2304160Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2304270Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2304390Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T01:26:05.2304510Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T01:26:05.2304620Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2304730Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2304840Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2304950Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2305060Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2305170Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2305270Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2305380Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2305490Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2305600Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2305720Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T01:26:05.2305840Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T01:26:05.2305980Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T01:26:05.2306100Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2306210Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2306320Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2306430Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2306540Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2306650Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2306760Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2306870Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2306970Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2307110Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2307220Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.2307330Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T01:26:05.2307430Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2307540Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2307640Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2307740Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2307840Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2307940Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2308030Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2308140Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2308250Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2308350Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2308460Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2308570Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2308680Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2308780Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2308880Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2308990Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2309090Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2309190Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2309290Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2309390Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2309500Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2309600Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2309710Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2309820Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2310000Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2310110Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2310220Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2310320Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2310430Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2310530Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2310630Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2310730Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2310840Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2310950Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2311120Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2311230Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2311330Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2311430Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2311530Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2311640Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2311740Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2311840Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2311940Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2312040Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2312140Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2312240Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2312350Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.230s) 2022-11-23T01:26:05.2312450Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.235s) 2022-11-23T01:26:05.2312550Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2312650Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.146s) 2022-11-23T01:26:05.2312750Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T01:26:05.2312860Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2312970Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.426s) 2022-11-23T01:26:05.2313080Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.437s) 2022-11-23T01:26:05.2313190Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2313290Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.256s) 2022-11-23T01:26:05.2313400Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.250s) 2022-11-23T01:26:05.2313500Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.138s) 2022-11-23T01:26:05.2313610Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.142s) 2022-11-23T01:26:05.2313710Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.820s) 2022-11-23T01:26:05.2313810Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.818s) 2022-11-23T01:26:05.2313960Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2314060Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.238s) 2022-11-23T01:26:05.2314170Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T01:26:05.2314270Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.238s) 2022-11-23T01:26:05.2314370Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2314470Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.131s) 2022-11-23T01:26:05.2314570Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.2314670Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2314770Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2314860Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2314960Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2315100Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2315210Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2320560Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2320690Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.2320800Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2320900Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2321000Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2321100Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2321200Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2321310Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2321410Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2321510Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2321610Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2321720Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2321820Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2321940Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2322050Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2322160Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2322260Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2322370Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2322470Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2322580Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2322680Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2322790Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2322890Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2323000Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.595s) 2022-11-23T01:26:05.2323100Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.799s) 2022-11-23T01:26:05.2323300Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (3.611s) 2022-11-23T01:26:05.2323410Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (3.464s) 2022-11-23T01:26:05.2323530Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.297s) 2022-11-23T01:26:05.2323660Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.280s) 2022-11-23T01:26:05.2323760Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.190s) 2022-11-23T01:26:05.2323870Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.197s) 2022-11-23T01:26:05.2323970Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T01:26:05.2324080Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.2324180Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2324290Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2324440Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2324540Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2324640Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2324740Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2324830Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2324930Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2325030Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2325130Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2325220Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2325320Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2325440Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2325550Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2325670Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2325780Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2325890Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2326010Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2326110Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2326230Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2326340Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2326440Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2326550Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2326660Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2326760Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2326870Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2326970Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2327080Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2327180Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2327330Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2327430Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2327530Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2327630Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2327730Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2327830Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2327930Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2328030Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2328130Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2328240Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T01:26:05.2328380Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T01:26:05.2328480Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2328580Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2328680Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2328780Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2328880Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2328980Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2329070Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2329180Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2329280Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2329390Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2329490Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2329600Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2329700Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2329800Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2329900Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2329990Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2330090Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2330190Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2330300Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2330410Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2330530Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.371s) 2022-11-23T01:26:05.2330640Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.377s) 2022-11-23T01:26:05.2330750Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2330860Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.211s) 2022-11-23T01:26:05.2330970Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-11-23T01:26:05.2331080Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2331230Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2331340Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T01:26:05.2331450Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2331550Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2331660Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2331770Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2331880Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2331980Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2332090Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2332200Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2332360Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2332470Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2332580Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2332680Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2332780Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2332880Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2332990Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.2333090Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T01:26:05.2333200Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2333300Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.2333400Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2333500Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2333600Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2333700Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2333800Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2333900Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2334000Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2334100Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.227s) 2022-11-23T01:26:05.2334200Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.929s) 2022-11-23T01:26:05.2334310Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.931s) 2022-11-23T01:26:05.2334410Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2334510Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.654s) 2022-11-23T01:26:05.2334600Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.245s) 2022-11-23T01:26:05.2334700Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.226s) 2022-11-23T01:26:05.2334800Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.226s) 2022-11-23T01:26:05.2334900Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-11-23T01:26:05.2335000Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.224s) 2022-11-23T01:26:05.2335100Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.224s) 2022-11-23T01:26:05.2335230Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2335340Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2335450Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2335560Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2335670Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2335770Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2335880Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2335980Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2336090Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2336190Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2336340Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2336440Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2336550Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2336650Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2336750Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2336850Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2336950Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2337050Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2337150Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2337250Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2337360Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2337460Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2337560Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2337670Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2337770Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2337870Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2337970Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2338070Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2338170Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2338280Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2338390Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2338500Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2338610Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2338720Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2338830Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2338940Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2339040Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2339190Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2339300Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2339400Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2339510Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2339610Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2339720Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2339830Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.207s) 2022-11-23T01:26:05.2339940Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-11-23T01:26:05.2340040Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2340150Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T01:26:05.2340300Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.116s) 2022-11-23T01:26:05.2340400Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2340500Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2340610Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2340710Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2340810Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2340920Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2341030Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.205s) 2022-11-23T01:26:05.2341140Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-11-23T01:26:05.2341240Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2341350Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T01:26:05.2341450Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... ok (0.116s) 2022-11-23T01:26:05.2341550Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2341650Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2341750Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2341850Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2341950Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2342070Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T01:26:05.2342190Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T01:26:05.2342310Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2342420Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2342530Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2342630Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2342730Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T01:26:05.2342840Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T01:26:05.2342940Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2343050Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.2343180Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2343290Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2343380Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2343480Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2343580Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2343680Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2343790Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2343900Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2344000Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2344100Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2344240Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.101s) 2022-11-23T01:26:05.2344340Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T01:26:05.2344450Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2344550Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.2344650Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2344750Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2344850Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2344940Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2345040Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2345140Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2345250Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2345350Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2345470Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2345570Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2345690Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.676s) 2022-11-23T01:26:05.2350730Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.680s) 2022-11-23T01:26:05.2350860Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2350970Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.319s) 2022-11-23T01:26:05.2351080Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.314s) 2022-11-23T01:26:05.2351190Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2351290Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2351400Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2351510Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2351610Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2351720Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2351820Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2351920Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2352170Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2352270Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2352370Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2352470Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2352580Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2352680Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2352780Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2352890Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T01:26:05.2353000Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2353110Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T01:26:05.2353270Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2353380Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2353480Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.2353590Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2353690Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2353790Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2353890Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2353990Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2354100Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2354210Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2354320Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2354430Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2354540Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2354650Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2354750Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2354850Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2354960Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2355070Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2355170Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2355280Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2355380Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2355490Z test_comprehensive_unfold_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2355600Z test_comprehensive_unfold_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.2355710Z test_comprehensive_unfold_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.963s) 2022-11-23T01:26:05.2355820Z test_comprehensive_unfold_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.398s) 2022-11-23T01:26:05.2355940Z test_comprehensive_unfold_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.018s) 2022-11-23T01:26:05.2356050Z test_comprehensive_unfold_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2356210Z test_comprehensive_unfold_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.524s) 2022-11-23T01:26:05.2356310Z test_comprehensive_unfold_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.529s) 2022-11-23T01:26:05.2356420Z test_comprehensive_unfold_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.145s) 2022-11-23T01:26:05.2356530Z test_comprehensive_unfold_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.2356630Z test_comprehensive_unfold_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T01:26:05.2356740Z test_comprehensive_unfold_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T01:26:05.2356840Z test_comprehensive_unfold_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.2356950Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2357060Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.2357160Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.970s) 2022-11-23T01:26:05.2357310Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.401s) 2022-11-23T01:26:05.2357420Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.970s) 2022-11-23T01:26:05.2357520Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2357630Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.529s) 2022-11-23T01:26:05.2357730Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.527s) 2022-11-23T01:26:05.2357830Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.2357940Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T01:26:05.2358040Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.2358140Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.146s) 2022-11-23T01:26:05.2358240Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T01:26:05.2358350Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2358460Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2358570Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2358670Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2358780Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2358880Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2359000Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2359120Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2359240Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2359350Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2359470Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2359580Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2359690Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2359800Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2359910Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2360020Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.2360150Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2360260Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.2360370Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.2360470Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2360570Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2360670Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2360770Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2360870Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2360990Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2361090Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2361240Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2361360Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2361470Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2361570Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2361680Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2361780Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2361890Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2361990Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2362090Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2362200Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2362300Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2362410Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2362510Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.209s) 2022-11-23T01:26:05.2362620Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T01:26:05.2362720Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2362820Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T01:26:05.2362920Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T01:26:05.2363030Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2363140Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.406s) 2022-11-23T01:26:05.2363250Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.415s) 2022-11-23T01:26:05.2363350Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2363460Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.231s) 2022-11-23T01:26:05.2363560Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.227s) 2022-11-23T01:26:05.2363670Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2363770Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2363880Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2363980Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2364120Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2364230Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2364330Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2364430Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2364530Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2364620Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2364730Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2364850Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2364960Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2365060Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2365200Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2365310Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2365420Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2365530Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2365630Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2365730Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2365840Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2365950Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2366050Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2366150Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2366260Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2366360Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2366470Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2366580Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2366690Z test_comprehensive_view_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2366800Z test_comprehensive_view_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2366900Z test_comprehensive_view_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2367010Z test_comprehensive_view_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2367110Z test_comprehensive_view_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2367220Z test_comprehensive_view_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2367320Z test_comprehensive_view_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2367420Z test_comprehensive_view_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2367520Z test_comprehensive_view_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2367630Z test_comprehensive_view_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2367730Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2367830Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2367940Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2368080Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2368190Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2368300Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2368400Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2368500Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2368610Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2368710Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2368800Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2368900Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2369000Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2369170Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2369270Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2369390Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T01:26:05.2369490Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2369600Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T01:26:05.2369700Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2369810Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.2369910Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2370010Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2370120Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2370220Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2370320Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2370420Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2370530Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2370630Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2370740Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2370840Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2370950Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2371050Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2371160Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2371260Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2371360Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2371460Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2371560Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2371660Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2371760Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2371860Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2371970Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2372110Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.318s) 2022-11-23T01:26:05.2372220Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2372320Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.321s) 2022-11-23T01:26:05.2372420Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2372530Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.185s) 2022-11-23T01:26:05.2372630Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-11-23T01:26:05.2372730Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2372830Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2372930Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2373040Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2373200Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2373310Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2373410Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2373510Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2373620Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.342s) 2022-11-23T01:26:05.2373720Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.335s) 2022-11-23T01:26:05.2373810Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2373910Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2374010Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2374110Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2374210Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2374310Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2374410Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2374520Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2374620Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2374730Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2374830Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2374930Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2375030Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2375140Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2375230Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2375340Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2375440Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2375540Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2375640Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2375750Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2375860Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2375990Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2376100Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2376200Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2376300Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2381770Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2381940Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2382040Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2382140Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2382240Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2382350Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2382670Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2382780Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2382900Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2383010Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2383120Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2383230Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2383340Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2383440Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2383550Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2383660Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2383760Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2383870Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2384040Z test_quick__softmax_backward_data_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: _softmax_backward_data in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2384150Z test_quick__softmax_backward_data_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2384270Z test_quick__softmax_backward_data_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2384370Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2384470Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2384570Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2384670Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2384760Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2384860Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2384950Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2385040Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2385130Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2385220Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2385310Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2385410Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2385500Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2385670Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2385780Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2385890Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2385980Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2386080Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2386180Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2386270Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2386400Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2386490Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2386580Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2386680Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2386850Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2386950Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2387050Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2387150Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2387250Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2387350Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2387440Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2387530Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2387620Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2387710Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2387810Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2387900Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2388000Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.2388090Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T01:26:05.2388190Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2388280Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2388370Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2388460Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2388550Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2388640Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2388730Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2388830Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2388910Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2389010Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2389120Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2389220Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.2389320Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2389410Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2389510Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2389610Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2389760Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T01:26:05.2389870Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2389960Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2390060Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2390150Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2390250Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2390350Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2390440Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2390540Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2390640Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2390800Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2390900Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2391000Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2391090Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2391190Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2391280Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2391370Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2391470Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2391580Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2391690Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2391800Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2391910Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2392020Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2392120Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2392230Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2392340Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2392440Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2392550Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2392640Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2392740Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2392840Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2392940Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2393040Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2393140Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2393230Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2393330Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2393430Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2393520Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2393610Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2393760Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2393860Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2393960Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2394050Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2394150Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2394240Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2394340Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2394430Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2394520Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2394610Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2394700Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2394860Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2394950Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2395050Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2395140Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2395240Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2395330Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2395430Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2395520Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2395610Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2395700Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2395800Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2395890Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2395990Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2396080Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2396180Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2396280Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2396370Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2396470Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2396560Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2396650Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2396740Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2396830Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2396930Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2397020Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2397120Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2397220Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2397310Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2397400Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2397500Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2397590Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2397690Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2397830Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2397920Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2398010Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2398120Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2398220Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2398320Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2398410Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2398510Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2398600Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2398690Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2398790Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2398930Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2399030Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2399120Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2399220Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2399320Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2399410Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2399510Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2399600Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2399690Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2399780Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2399870Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2399960Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2400050Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2400150Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2400250Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2400350Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2400440Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2400540Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2400630Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2400720Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2400810Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2400910Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2401000Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2401090Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2401190Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2401280Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2401370Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2401470Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2401560Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2401650Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2401760Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2401850Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2401950Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2402050Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2402150Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2402250Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2402350Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2402440Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2402530Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2402620Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2402710Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2402840Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2402930Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2403030Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2403120Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2403220Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2403320Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2403410Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2403500Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2403600Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2403690Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2403780Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2403870Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2403960Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2404060Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2404160Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2404260Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2404360Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2404460Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2404560Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2404670Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2404780Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2404880Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2404990Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2405100Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2405200Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2405300Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2405390Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2405490Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2405580Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2405750Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2405860Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2405960Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2411480Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2411590Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2411690Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2411790Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2411900Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2412010Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2412120Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2412420Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2412530Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2412630Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2412730Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2412820Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2412910Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2413010Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2413110Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2413210Z test_quick_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2413310Z test_quick_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2413410Z test_quick_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.2413510Z test_quick_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2413610Z test_quick_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2413700Z test_quick_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2413800Z test_quick_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2413900Z test_quick_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2414000Z test_quick_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2414090Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2414190Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2414290Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2414380Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2414480Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2414590Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2414680Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2414770Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2414870Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2414950Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2415040Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2415140Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2415230Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2415370Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2415470Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2415560Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2415670Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2415760Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2415850Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2415950Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2416040Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2416140Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2416240Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2416330Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2416510Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2416610Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2416700Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2416800Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2416890Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2416990Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2417090Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2417190Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2417290Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2417390Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2417490Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2417590Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2417680Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2417780Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2417880Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2417980Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2418070Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2418170Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2418260Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2418360Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2418450Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2418550Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2418640Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2418740Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2418830Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2418930Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2419020Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2419120Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2419210Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2419350Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2419450Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2419550Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2419640Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2419740Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2419830Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2419920Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2420010Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2420100Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2420200Z test_quick_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2420290Z test_quick_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2420430Z test_quick_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2420540Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2420850Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2420970Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2421190Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2421300Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2421400Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2421510Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2421610Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T01:26:05.2421830Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2422040Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2422240Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2422460Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2422660Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2422780Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2422880Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2423000Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.136s) 2022-11-23T01:26:05.2423110Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-11-23T01:26:05.2423220Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2423320Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T01:26:05.2423420Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2423530Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2423630Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2423780Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2423880Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2423990Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2424090Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2424190Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2424290Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2424390Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2424490Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2424580Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2424680Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2424780Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2424910Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2425010Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2425100Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2425200Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2425300Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2425400Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2425490Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2425590Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2425680Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2425770Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2425870Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2425960Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2426050Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2426150Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2426250Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2426350Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2426450Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2426550Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2426650Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2426750Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2426840Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2426940Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2427030Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2427120Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2427220Z test_quick_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2427320Z test_quick_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2427420Z test_quick_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2427520Z test_quick_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2427610Z test_quick_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2427710Z test_quick_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2427850Z test_quick_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2427950Z test_quick_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2428050Z test_quick_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2428150Z test_quick_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2428290Z test_quick_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: diag in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2428420Z test_quick_diag_cpu_bool (__main__.TestDecompCPU) ... skip: diag in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2428570Z test_quick_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: diag in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2428700Z test_quick_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: diag in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2428840Z test_quick_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: diag in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2429040Z test_quick_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: diag in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2429170Z test_quick_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: diag in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2429290Z test_quick_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: diag in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2429420Z test_quick_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: diag in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2429550Z test_quick_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: diag in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2429680Z test_quick_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: diag in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2429800Z test_quick_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: diag in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2429910Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2430010Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2430120Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2430230Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.2430330Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.2430440Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2430540Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2430640Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2430740Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2430850Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2430940Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2431040Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2431150Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2431260Z test_quick_diagonal_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2431360Z test_quick_diagonal_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2431470Z test_quick_diagonal_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.2431580Z test_quick_diagonal_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2431690Z test_quick_diagonal_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T01:26:05.2431800Z test_quick_diagonal_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2431930Z test_quick_diagonal_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2432030Z test_quick_diagonal_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2432140Z test_quick_diagonal_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2432240Z test_quick_diagonal_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2432340Z test_quick_diagonal_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2432450Z test_quick_diagonal_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2432550Z test_quick_diagonal_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2432650Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2432750Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2432850Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2433000Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T01:26:05.2433100Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2433200Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2433300Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2433400Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2433500Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2433600Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2433690Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2433790Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2433880Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2434000Z test_quick_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2434100Z test_quick_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2434220Z test_quick_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2434320Z test_quick_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T01:26:05.2434420Z test_quick_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T01:26:05.2434530Z test_quick_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2434640Z test_quick_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2434750Z test_quick_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2434850Z test_quick_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2434960Z test_quick_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2435060Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2435160Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2435260Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2435360Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2435460Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2435560Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2435650Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2435750Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2435850Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2435990Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2436100Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2436210Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2436320Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T01:26:05.2436420Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2436530Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2436630Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2436740Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2436840Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2437000Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2437120Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2437230Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2442270Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2442450Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2442560Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2442670Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2442780Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2442880Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2442990Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2443100Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2443200Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2443310Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2443420Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2443520Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2443630Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2443730Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2443830Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2443940Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2444050Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2444160Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2444260Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2444360Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2444450Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2444550Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2444640Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2444740Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2444830Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2445060Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2445160Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2445260Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2445400Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2445530Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2445670Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2445810Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.000s) 2022-11-23T01:26:05.2445950Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2446140Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2446280Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2446410Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2446540Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2446670Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2446790Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2446920Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2447050Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2447190Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2447330Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2447480Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2447620Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.000s) 2022-11-23T01:26:05.2447760Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2447910Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2448050Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2448190Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2448320Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2448450Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2448580Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2448720Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2448850Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2449000Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2449100Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2449200Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2449300Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.2449400Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T01:26:05.2449500Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2449590Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2449680Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2449770Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2449860Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2449950Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2450150Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2450250Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2450350Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2450440Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2450540Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2450630Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2450720Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2450810Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2450900Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2450990Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2451080Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2451190Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2451280Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2451380Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2451480Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2451570Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2451670Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2451760Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2451860Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2451950Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2452050Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2452140Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2452240Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2452340Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2452440Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2452530Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2452630Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2452730Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2452820Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2452920Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2453020Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2453160Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2453260Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2453350Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2453450Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2453540Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2453630Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2453720Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2453820Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2453910Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2454000Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2454100Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2454240Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2454340Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2454440Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2454530Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2454620Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2454720Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2454810Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2454900Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2455000Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2455090Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2455200Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2455300Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2455400Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2455500Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2455600Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2455690Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2455790Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2455880Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2455980Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2456070Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2456170Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2456260Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2456360Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2456460Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2456550Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2456640Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2456740Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2456830Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2456920Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2457010Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2457160Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2457250Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2457350Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2457430Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2457520Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2457620Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2457710Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2457800Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2457890Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2457980Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2458280Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2458500Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2458610Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2458710Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.2458810Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.2459020Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2459240Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2459440Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2459650Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2459850Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2460050Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2460150Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2460260Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2460350Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2460460Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2460660Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2460860Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2461060Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2461270Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2461460Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2461670Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2461770Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2461910Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2462050Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2462150Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2462360Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2462570Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2462770Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2462980Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2463180Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2463470Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2463570Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T01:26:05.2463680Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2463780Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T01:26:05.2463880Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T01:26:05.2464080Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2464290Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2464500Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2464700Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2464900Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2465130Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2465230Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.2465340Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T01:26:05.2465430Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T01:26:05.2465530Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2465730Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2465930Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2466130Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2466330Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2466530Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2466730Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2466940Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T01:26:05.2467040Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T01:26:05.2467150Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T01:26:05.2467250Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T01:26:05.2467460Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2467690Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2467890Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2468090Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2468430Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2468630Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2468740Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2468840Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2468940Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2469040Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.2469240Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2469440Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2469640Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2469850Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2470040Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2470250Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2470350Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2470450Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2470550Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2470650Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2470850Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2471050Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2471250Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2471450Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2471650Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2471890Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2472000Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2472100Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2472200Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2472300Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2472500Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2472700Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2472900Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2473150Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2473360Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2473560Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2478920Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2479050Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2479330Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2479530Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2479740Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2479940Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2480150Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2480350Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2480450Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2480540Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2480740Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2480940Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2481140Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2481340Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2481530Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2481740Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2481840Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2482080Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2482320Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2482520Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2482720Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2482920Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2483120Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2483320Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2483480Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2483580Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2483680Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2483780Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2483980Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2484190Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2484390Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2484590Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2484780Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2484990Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2485090Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2485200Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2485300Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.2485400Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2485600Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2485800Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2486000Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2486210Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2486420Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2486630Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2486740Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2486840Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2486980Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2487080Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2487290Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2487490Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2487700Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2487900Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2488100Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2488340Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2488450Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2488540Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2488740Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2488950Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2489140Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2489340Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2489550Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2489760Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2489860Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2489960Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2490160Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2490360Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2490560Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2490760Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2490960Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2491160Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2491250Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2491350Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2491550Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2491810Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2492020Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2492220Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2492420Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2492520Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2492610Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2492720Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2492820Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2492920Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2493080Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2493180Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2493280Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2493370Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2493460Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2493550Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2493640Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2493740Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2493830Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2493930Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2494030Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2494120Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2494210Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2494310Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2494400Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2494500Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2494600Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2494700Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2494800Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.2494900Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2495000Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2495100Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2495200Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2495290Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2495390Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2495480Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2495580Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2495670Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2495770Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2495860Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2496000Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2496090Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2496190Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2496280Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2496380Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2496470Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2496560Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2496660Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2496750Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2496840Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2496920Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2497060Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2497150Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2497240Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2497330Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2497420Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2497520Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2497610Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2497700Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2497790Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2497870Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2497970Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2498050Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2498150Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2498240Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2498340Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2498430Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2498520Z test_quick_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2498610Z test_quick_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2498710Z test_quick_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2498810Z test_quick_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2498910Z test_quick_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2499000Z test_quick_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2499100Z test_quick_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2499190Z test_quick_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2499280Z test_quick_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2499370Z test_quick_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2499460Z test_quick_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2499550Z test_quick_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2499640Z test_quick_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2499730Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2499850Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2499940Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2500030Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2500120Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2500220Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2500310Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2500400Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2500490Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2500580Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2500670Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2500760Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2500850Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2500980Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2501070Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2501180Z test_quick_grid_sampler_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.306s) 2022-11-23T01:26:05.2501290Z test_quick_grid_sampler_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.297s) 2022-11-23T01:26:05.2501380Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2501470Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2501560Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2501650Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2501740Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2501830Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2501920Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2502010Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2502100Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2502190Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2502290Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2502390Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2502490Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2502590Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2502690Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2502790Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2502880Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2502980Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2503080Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2503170Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2503270Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2503360Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2503460Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2503550Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2503650Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2503780Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2503880Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2503980Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2504080Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2504180Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2504270Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2504370Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2504470Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2504570Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2504670Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2504770Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2504910Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2505000Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2505100Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2505190Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2505290Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2505380Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2505480Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2505570Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2505670Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2505770Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2505880Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2505980Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2506080Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2506170Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2506270Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2506370Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2506460Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2506560Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2506650Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2506750Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2506860Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2506950Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2507060Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2507160Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2507250Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2507350Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2507440Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2507540Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2507690Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2507780Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2507880Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2507980Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2512920Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2513050Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2513160Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2513270Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2513370Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2513470Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2513580Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2513840Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2513940Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2514040Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2514130Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2514230Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2514320Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2514420Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2514510Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2514610Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2514710Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2514810Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2514910Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2515000Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2515100Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2515190Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2515280Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2515370Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2515460Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2515550Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2515640Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2515740Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2515840Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2515940Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2516040Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2516130Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2516220Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2516320Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2516410Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2516500Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2516650Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2516740Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2516840Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2516940Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2517040Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2517130Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2517230Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2517320Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2517420Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2517520Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2517610Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2517750Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2517850Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2517950Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2518050Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2518140Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2518240Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2518330Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2518420Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2518520Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2518610Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2518700Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2518800Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2518890Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2518970Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2519060Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2519150Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2519250Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2519330Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2519430Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2519520Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2519610Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2519700Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2519790Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2519880Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2519970Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2520060Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2520150Z test_quick_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2520250Z test_quick_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T01:26:05.2520350Z test_quick_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T01:26:05.2520440Z test_quick_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2520580Z test_quick_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2520680Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2520770Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2520870Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2520960Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2521060Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2521150Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2521250Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2521340Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2521430Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2521540Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.2521700Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.211s) 2022-11-23T01:26:05.2521810Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.236s) 2022-11-23T01:26:05.2521920Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2522020Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.136s) 2022-11-23T01:26:05.2522130Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T01:26:05.2522230Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2522330Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2522430Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2522530Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2522630Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2522720Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2522820Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2522920Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2523010Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2523110Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2523210Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2523300Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2523390Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2523490Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2523590Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2523680Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2523780Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2523870Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2523960Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2524050Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2524140Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2524230Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2524330Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2524420Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2524580Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2524680Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2524780Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2524870Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2524960Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2525050Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2525140Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2525240Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2525330Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2525430Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2525520Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2525650Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2525750Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2525850Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2525940Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2526030Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2526120Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2526210Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2526300Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2526400Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2526490Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2526590Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2526680Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2526780Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2526870Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2526960Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2527050Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2527150Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2527230Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2527340Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2527440Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2527550Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2527650Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2527750Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2527860Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2527960Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2528070Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2528160Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2528260Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2528360Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2528510Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2528610Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2528700Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2528800Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2528910Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2529000Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2529110Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2529210Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2529310Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2529410Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2529600Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2529700Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2529800Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2529900Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2529990Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2530090Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2530190Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2530290Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2530390Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2530500Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2530600Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2530710Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2530810Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2530900Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2531000Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2531100Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2531190Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2531290Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2531390Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2531490Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2531590Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2531700Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2531800Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2531900Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2532000Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2532090Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2532190Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2532280Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2532380Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2532540Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2532640Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2532740Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2532840Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2532930Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2533030Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2533130Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2533220Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2533310Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2533400Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2533500Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2533650Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T01:26:05.2533760Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T01:26:05.2533860Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T01:26:05.2533960Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T01:26:05.2534050Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.2534150Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.2534250Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2534340Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2534440Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2534540Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2534640Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2534740Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2534840Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2534940Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2535040Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2535130Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2535230Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2535320Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2535420Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2535510Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2535610Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2535700Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2535790Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2535880Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2535970Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2536060Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2536150Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2536250Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2536350Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2536490Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2536600Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2536710Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2542150Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2542320Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2542430Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2542520Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2542620Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2542720Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2542840Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2542950Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2543240Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2543340Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2543440Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2543570Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2543670Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2543760Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2543860Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2543950Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2544050Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2544150Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2544240Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2544340Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2544440Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2544540Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2544630Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2544720Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2544820Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2544970Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2545120Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2545280Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2545440Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2545590Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2545730Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2545880Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2546080Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2546230Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2546370Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2546510Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2546650Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2546810Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2546960Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2547120Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2547310Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2547470Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2547620Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2547770Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2547910Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2548050Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2548190Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2548340Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2548490Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2548580Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2548680Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2548780Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2548880Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2548980Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2549070Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2549170Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2549270Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2549360Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2549460Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2549550Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2549640Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2549740Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2549830Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T01:26:05.2550010Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2550110Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2550210Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2550300Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2550390Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2550480Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2550570Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2550660Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2550750Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2550850Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2550940Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2551140Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2551240Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2551330Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2551420Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2551510Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2551600Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2551690Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2551780Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2551900Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2552020Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2552130Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2552250Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2552350Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2552460Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2552570Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2552670Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2552780Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2552890Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2553000Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2553110Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2553210Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2553320Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2553430Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2553530Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2553640Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2553750Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2553860Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2554030Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2554140Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2554250Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2554350Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2554450Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2554560Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2554660Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2554760Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2554860Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2554960Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2555140Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2555240Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2555330Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2555430Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2555530Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2555640Z test_quick_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2555740Z test_quick_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2555840Z test_quick_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2555950Z test_quick_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2556060Z test_quick_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2556160Z test_quick_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2556270Z test_quick_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2556360Z test_quick_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2556470Z test_quick_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2556570Z test_quick_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2556660Z test_quick_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2556760Z test_quick_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2556860Z test_quick_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2556970Z test_quick_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2557080Z test_quick_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T01:26:05.2557190Z test_quick_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T01:26:05.2557310Z test_quick_native_dropout_backward_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2557420Z test_quick_native_dropout_backward_cpu_bool (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T01:26:05.2557540Z test_quick_native_dropout_backward_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2557660Z test_quick_native_dropout_backward_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T01:26:05.2557770Z test_quick_native_dropout_backward_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T01:26:05.2557890Z test_quick_native_dropout_backward_cpu_int16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.2558000Z test_quick_native_dropout_backward_cpu_int32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2558150Z test_quick_native_dropout_backward_cpu_int64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2558270Z test_quick_native_dropout_backward_cpu_int8 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2558380Z test_quick_native_dropout_backward_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.2558490Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2558600Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.2558700Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2558800Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2558890Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2558990Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2559090Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2559280Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2559370Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2559470Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2559560Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2559650Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2559740Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2559830Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2559920Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2560020Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2560120Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2560220Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2560320Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2560410Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2560500Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2560590Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2560680Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2560770Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2560870Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2560960Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2561050Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2561220Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2561360Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2561510Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2561650Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.000s) 2022-11-23T01:26:05.2561790Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2561920Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2562060Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2562220Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2562390Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2562530Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2562660Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2562790Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2562920Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2563070Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2563270Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2563420Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2563580Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2563720Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2563880Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2564020Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2564170Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2564310Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2564460Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2564600Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2564740Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2564890Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:26:05.2564990Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2565090Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2565190Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2565300Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2565400Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2565500Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2565630Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2565720Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2565820Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2565940Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2566040Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2566200Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2566340Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2566440Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2566540Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2566640Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2566750Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2566850Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2566950Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2567050Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2567140Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2567390Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2567490Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2567580Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2567670Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2567770Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2567870Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2567960Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2568060Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2568160Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2568270Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2568370Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2568470Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2568570Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2568670Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2568770Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2568860Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2568950Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2569050Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2569150Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2569260Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2569350Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2569480Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.131s) 2022-11-23T01:26:05.2575200Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T01:26:05.2575420Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2575560Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T01:26:05.2575690Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T01:26:05.2575810Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2576150Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2576260Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2576380Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2576490Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2576610Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2576720Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2576830Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2576940Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.2577040Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2577150Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2577400Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.350s) 2022-11-23T01:26:05.2577510Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.346s) 2022-11-23T01:26:05.2577620Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2577740Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2577850Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2577970Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2578080Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2578200Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2578320Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2578430Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2578540Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2578650Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2578770Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2578880Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2579000Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2579110Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2579220Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2579330Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2579440Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2579550Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2579660Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T01:26:05.2579770Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T01:26:05.2579880Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2579990Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T01:26:05.2580100Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.2580300Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2580410Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2580530Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2580640Z test_quick_nn_functional_mish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2580750Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2580860Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2581200Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2581320Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2581430Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T01:26:05.2581680Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2581800Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2581920Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.136s) 2022-11-23T01:26:05.2582040Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T01:26:05.2582160Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2582270Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T01:26:05.2582390Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2582500Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2582610Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2582720Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T01:26:05.2582830Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2582950Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2583060Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2583170Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.217s) 2022-11-23T01:26:05.2583280Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.211s) 2022-11-23T01:26:05.2583440Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2583610Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2583760Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2583920Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2584080Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2584230Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2584380Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2584570Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2584680Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2584790Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2584900Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2585010Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2585110Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2585210Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2585320Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2585430Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2585640Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2585750Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2585860Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2585960Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2586070Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2586170Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2586280Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2586470Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2586590Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2586700Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2586820Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2586930Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2587040Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T01:26:05.2587150Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.387s) 2022-11-23T01:26:05.2587270Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.368s) 2022-11-23T01:26:05.2587380Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.175s) 2022-11-23T01:26:05.2587490Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.813s) 2022-11-23T01:26:05.2587600Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.792s) 2022-11-23T01:26:05.2587740Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T01:26:05.2587890Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2588020Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2588160Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2588280Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2588410Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2588650Z test_quick_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2588830Z test_quick_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2588970Z test_quick_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2589100Z test_quick_norm_fro_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2589230Z test_quick_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2589360Z test_quick_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2589490Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2589630Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2589890Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2590020Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.000s) 2022-11-23T01:26:05.2590150Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2590280Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2590420Z test_quick_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T01:26:05.2590550Z test_quick_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T01:26:05.2590680Z test_quick_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2590810Z test_quick_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2590910Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591010Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591100Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591200Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591300Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591400Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591490Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591590Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591690Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591780Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591880Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2591970Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2592060Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2592160Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2592260Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2592370Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2592470Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2592570Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2592740Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2592880Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2592970Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2593070Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2593170Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2593270Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2593370Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2593460Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2593560Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2593660Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T01:26:05.2593760Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T01:26:05.2593920Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2594020Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2594110Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2594200Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2594300Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2594390Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2594480Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2594570Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2594670Z test_quick_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2594760Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2594860Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T01:26:05.2594970Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-11-23T01:26:05.2595060Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T01:26:05.2595160Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T01:26:05.2595250Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2595340Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2595430Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2595520Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2595610Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2595730Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2595850Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2595960Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2596080Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2596190Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2596300Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2596400Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2596510Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2596610Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2596720Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2596870Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2597010Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2597110Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2597210Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2597310Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2597410Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2597510Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2597610Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2597710Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2597820Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2598020Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2598130Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2598230Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T01:26:05.2598320Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2598420Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2598520Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2598610Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2598710Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2598810Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2598900Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2599000Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2599110Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2599210Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2599310Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2599410Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2599500Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2599600Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2599690Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2599790Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2599880Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2599980Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2600080Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2600170Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2600270Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.2600370Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T01:26:05.2600470Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2600560Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2600650Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2600750Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2600840Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2600990Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2601080Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2601180Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2601270Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2601370Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T01:26:05.2601470Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.191s) 2022-11-23T01:26:05.2601570Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.194s) 2022-11-23T01:26:05.2601660Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2601760Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T01:26:05.2601860Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T01:26:05.2601950Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2602100Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T01:26:05.2602190Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T01:26:05.2602290Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T01:26:05.2602380Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T01:26:05.2602470Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2602570Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2602670Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2602760Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2602860Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2608340Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2608510Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2608610Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2608700Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2608790Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2608880Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2608980Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2609080Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T01:26:05.2609170Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2609270Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2609370Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2609470Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2609560Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2609660Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2609750Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2609840Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2609940Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2610030Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2610370Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2610480Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2610890Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2611020Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2611120Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2611220Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2611310Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2611570Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2611770Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2611970Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2612210Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2612590Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T01:26:05.2612690Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2612790Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2612890Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2612990Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2613080Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2613180Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2613270Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2613360Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2613450Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2613540Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2613630Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2613720Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2613810Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2613910Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2614010Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2614120Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2614220Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2614320Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2614420Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2614520Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2614610Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2614710Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2614800Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2614890Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2614990Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2615080Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2615180Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2615340Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2615440Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2615530Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2615630Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2615720Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2615810Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2615900Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2616000Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2616100Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2616200Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2616290Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2616470Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2616570Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2616660Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2616750Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2616850Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2616940Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2617030Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2617130Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2617230Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2617320Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2617420Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2617510Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2617600Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2617690Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2617780Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2617870Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2617960Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2618060Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2618150Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2618250Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2618350Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2618440Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2618540Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2618640Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2618730Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2618820Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2618910Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2619010Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2619100Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2619190Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2619290Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2619450Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2619590Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2619680Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2619780Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2619870Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2619970Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2620060Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2620150Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2620250Z test_quick_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2620340Z test_quick_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2620450Z test_quick_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.2620630Z test_quick_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T01:26:05.2620730Z test_quick_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T01:26:05.2620820Z test_quick_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2620920Z test_quick_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2621010Z test_quick_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2621100Z test_quick_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2621200Z test_quick_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2621290Z test_quick_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2621380Z test_quick_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2621470Z test_quick_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2621570Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2621670Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2621770Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2621870Z test_quick_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2621970Z test_quick_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2622080Z test_quick_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2622180Z test_quick_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2622280Z test_quick_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2622380Z test_quick_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2622480Z test_quick_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2622580Z test_quick_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2622670Z test_quick_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2622770Z test_quick_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2622880Z test_quick_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2622980Z test_quick_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2623090Z test_quick_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2623190Z test_quick_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2623290Z test_quick_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2623420Z test_quick_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2623520Z test_quick_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2623630Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2623730Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2623830Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2623930Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2624030Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2624130Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2624230Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2624330Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2624430Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2624610Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2624710Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2624810Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2624910Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2625010Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2625100Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2625200Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2625290Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2625390Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2625490Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2625590Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2625690Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2625780Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2625880Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2625970Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2626060Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2626170Z test_quick_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2626280Z test_quick_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2626390Z test_quick_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2626500Z test_quick_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2626600Z test_quick_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2626700Z test_quick_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2626800Z test_quick_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2626900Z test_quick_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2627050Z test_quick_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.bfloat16 not supported (0.000s) 2022-11-23T01:26:05.2627190Z test_quick_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: special.ndtr in torch.bool not supported (0.000s) 2022-11-23T01:26:05.2627340Z test_quick_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.float32 not supported (0.000s) 2022-11-23T01:26:05.2627580Z test_quick_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.float64 not supported (0.000s) 2022-11-23T01:26:05.2627750Z test_quick_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int16 not supported (0.000s) 2022-11-23T01:26:05.2627890Z test_quick_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int32 not supported (0.000s) 2022-11-23T01:26:05.2628030Z test_quick_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int64 not supported (0.000s) 2022-11-23T01:26:05.2628160Z test_quick_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int8 not supported (0.000s) 2022-11-23T01:26:05.2628300Z test_quick_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.uint8 not supported (0.000s) 2022-11-23T01:26:05.2628400Z test_quick_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2628630Z test_quick_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2628730Z test_quick_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2628840Z test_quick_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2628940Z test_quick_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2629040Z test_quick_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2629140Z test_quick_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2629240Z test_quick_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2629350Z test_quick_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2629450Z test_quick_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2629560Z test_quick_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2629670Z test_quick_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2629770Z test_quick_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2629880Z test_quick_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2629980Z test_quick_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2630080Z test_quick_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2630190Z test_quick_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2630290Z test_quick_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2630390Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2630500Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2630600Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T01:26:05.2630700Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2630800Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2630900Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2631000Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2631090Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T01:26:05.2631190Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2631290Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2631380Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2631520Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2631620Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2631720Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2631820Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2631910Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2632000Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2632100Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2632190Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2632290Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2632370Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2632480Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2632670Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2632790Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T01:26:05.2632890Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.2633000Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2633100Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2633200Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2633310Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2633410Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2633510Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2633610Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2633710Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2633820Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2633920Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2634030Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T01:26:05.2634140Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T01:26:05.2634250Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T01:26:05.2634360Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2639780Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T01:26:05.2639930Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T01:26:05.2640040Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2640140Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2640240Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2640340Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2640450Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2640540Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2640640Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2640740Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2640840Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2641090Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2641190Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2641290Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2641380Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2641470Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2641570Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2641660Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2641760Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2641860Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2641960Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T01:26:05.2642150Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2642250Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T01:26:05.2642350Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2642450Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2642540Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2642640Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2642740Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2642840Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2642930Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2643030Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2643130Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2643230Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2643330Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2643420Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2643520Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2643610Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2643710Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2643800Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2643900Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2643990Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2644080Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2644180Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2644270Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2644370Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2644470Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2644560Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2644650Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2644750Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2644840Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2644940Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2645070Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T01:26:05.2645180Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T01:26:05.2645280Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2645380Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2645470Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2645570Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2645660Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2645760Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T01:26:05.2645850Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2645940Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2646040Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2646170Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2646260Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2646350Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T01:26:05.2646440Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2646530Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2646620Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2646720Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2646810Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2646910Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2647000Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2647100Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2647190Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T01:26:05.2647280Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T01:26:05.2647370Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2647470Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2647550Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2647640Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2647730Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2647830Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2647920Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2648010Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2648110Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2648200Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2648280Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2648370Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2648460Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2648550Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2648640Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2648730Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2648820Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2648910Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2649090Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2649190Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2649290Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2649380Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2649470Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2649560Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2649650Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2649740Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2649830Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2649920Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2650020Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2650180Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2650290Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T01:26:05.2650380Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T01:26:05.2650480Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T01:26:05.2650570Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2650670Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2650760Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2650850Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2650940Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2651030Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2651130Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2651230Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2651330Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2651420Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2651510Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2651600Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2651700Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2651790Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2651880Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2651990Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2652090Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2652200Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2652300Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2652400Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T01:26:05.2652500Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2652600Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2652700Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T01:26:05.2652790Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2652890Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2653020Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2653170Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2653270Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2653360Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2653460Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2653550Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2653640Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T01:26:05.2653740Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2653830Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2653930Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2654020Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2654200Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2654290Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2654380Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2654470Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T01:26:05.2654570Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2654670Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2654770Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2654860Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2654960Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T01:26:05.2655050Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T01:26:05.2655150Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2655240Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2655340Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2655430Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2655520Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2655610Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2655700Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2655790Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2655890Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2655990Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2656090Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2656180Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T01:26:05.2656280Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T01:26:05.2656370Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2656460Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2656550Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2656640Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2656740Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:26:05.2656830Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2656930Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2657090Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T01:26:05.2657230Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T01:26:05.2657330Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T01:26:05.2657420Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2657520Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T01:26:05.2657610Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T01:26:05.2657710Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2657800Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2657900Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2657990Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2658090Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2658240Z test_quick_unfold_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2658340Z test_quick_unfold_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.151s) 2022-11-23T01:26:05.2658450Z test_quick_unfold_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.468s) 2022-11-23T01:26:05.2658560Z test_quick_unfold_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.468s) 2022-11-23T01:26:05.2658660Z test_quick_unfold_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.412s) 2022-11-23T01:26:05.2658760Z test_quick_unfold_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2658860Z test_quick_unfold_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.259s) 2022-11-23T01:26:05.2658960Z test_quick_unfold_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.223s) 2022-11-23T01:26:05.2659060Z test_quick_unfold_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T01:26:05.2659160Z test_quick_unfold_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.2659260Z test_quick_unfold_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.2659360Z test_quick_unfold_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.141s) 2022-11-23T01:26:05.2659450Z test_quick_unfold_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T01:26:05.2659550Z test_quick_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2659640Z test_quick_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.141s) 2022-11-23T01:26:05.2659740Z test_quick_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.404s) 2022-11-23T01:26:05.2659840Z test_quick_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.458s) 2022-11-23T01:26:05.2659940Z test_quick_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.444s) 2022-11-23T01:26:05.2660030Z test_quick_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T01:26:05.2660130Z test_quick_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.226s) 2022-11-23T01:26:05.2660230Z test_quick_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.211s) 2022-11-23T01:26:05.2660320Z test_quick_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T01:26:05.2660420Z test_quick_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T01:26:05.2660510Z test_quick_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.148s) 2022-11-23T01:26:05.2660600Z test_quick_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T01:26:05.2660690Z test_quick_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T01:26:05.2660810Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2660920Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2661070Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2661190Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2661300Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2661410Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-11-23T01:26:05.2661510Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2661610Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2661710Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2661820Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2661920Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2662020Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2662150Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2662250Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2662350Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2662450Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2662540Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2662640Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2662730Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T01:26:05.2662830Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2662930Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T01:26:05.2663020Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T01:26:05.2663120Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2663210Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T01:26:05.2663300Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T01:26:05.2663400Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2663500Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T01:26:05.2668650Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T01:26:05.2668790Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T01:26:05.2668910Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T01:26:05.2669010Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T01:26:05.2669100Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2669230Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2669330Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2669420Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T01:26:05.2669520Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T01:26:05.2669620Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2669710Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2669800Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2669900Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2669990Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2670080Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2670330Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2670420Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T01:26:05.2670520Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2670620Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2670720Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.2670820Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T01:26:05.2670910Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T01:26:05.2671010Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T01:26:05.2671110Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T01:26:05.2671200Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T01:26:05.2671300Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2671510Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2671600Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2671700Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2671790Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T01:26:05.2671880Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2671980Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2672070Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:26:05.2672170Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2672260Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T01:26:05.2672350Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2672440Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2672530Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2672620Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T01:26:05.2672700Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T01:26:05.2672800Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2672900Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673000Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673090Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673190Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673280Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673380Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673480Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673570Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673650Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673740Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673830Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673920Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T01:26:05.2673930Z 2022-11-23T01:26:05.2674150Z ---------------------------------------------------------------------- 2022-11-23T01:26:05.2674210Z Ran 7423 tests in 679.331s 2022-11-23T01:26:05.2674210Z 2022-11-23T01:26:05.2674280Z OK (skipped=546, expected failures=28) 2022-11-23T01:26:05.2674290Z 2022-11-23T01:26:05.2674390Z Generating XML reports... 2022-11-23T01:26:05.2674670Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221123011445.xml 2022-11-23T01:26:05.2674880Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221123011445.xml 2022-11-23T01:26:05.2674880Z 2022-11-23T01:26:05.2675220Z ##[endgroup] 2022-11-23T01:26:05.2675440Z FINISHED PRINTING LOG FILE of test_decomp (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_decomp_d8x1vplb) 2022-11-23T01:26:05.2675440Z 2022-11-23T01:26:05.2675510Z Ignoring disabled issues: [] 2022-11-23T01:26:05.3365020Z Running test_ops_jit ... [2022-11-23 01:26:05.336344] 2022-11-23T01:26:06.3392030Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:06.338928] 2022-11-23T01:26:06.3392720Z Ignoring disabled issues: [] 2022-11-23T01:26:06.3621370Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:06.361815] 2022-11-23T01:26:06.3621810Z Ignoring disabled issues: [] 2022-11-23T01:30:51.8874780Z 2022-11-23T01:30:51.8875060Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T01:30:51.8875630Z ##[group]PRINTING LOG FILE of test_ops_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_jit_60zkpxi8) 2022-11-23T01:30:51.8876780Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-ca82eee8c6535544.xml 2022-11-23T01:30:51.8877060Z ============================= test session starts ============================== 2022-11-23T01:30:51.8877420Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:30:51.8877650Z cachedir: .pytest_cache 2022-11-23T01:30:51.8877960Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:30:51.8878290Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:30:51.8878630Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:30:51.8881080Z collecting ... collected 1042 items / 3 deselected / 1039 selected 2022-11-23T01:30:51.8923610Z Running 484 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_log_softmax_with_dtype_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_cdouble_cpu_complex64, 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_copy_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_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_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_log_softmax_with_dtype_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_pool2d_with_indices_backward_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_native_dropout_backward_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_scalar_tensor_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_signal_windows_kaiser_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-11-23T01:30:51.8957600Z 2022-11-23T01:30:51.8957740Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:51.8958310Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:51.8958550Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:51.8958790Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 PASSED [ 0%] 2022-11-23T01:30:51.8959030Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:51.8959300Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 XFAIL [ 1%] 2022-11-23T01:30:51.8959550Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:51.8959820Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:51.8960110Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 PASSED [ 1%] 2022-11-23T01:30:51.8960370Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:51.8960620Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:51.8960860Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:51.8961110Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:51.8961380Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 PASSED [ 2%] 2022-11-23T01:30:51.8961660Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:51.8961930Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:51.8962190Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:51.8962450Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:51.8962720Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_with_dtype_cpu_float32 PASSED [ 3%] 2022-11-23T01:30:51.8962980Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:51.8963230Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:51.8963480Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:51.8963730Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 XFAIL [ 4%] 2022-11-23T01:30:51.8963980Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 PASSED [ 4%] 2022-11-23T01:30:51.8964380Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:51.8964640Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:51.8964900Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:51.8965190Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:51.8965450Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 5%] 2022-11-23T01:30:51.8965730Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-11-23T01:30:51.8965990Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:51.8966230Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:51.8966470Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 PASSED [ 6%] 2022-11-23T01:30:51.8966770Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 XFAIL [ 7%] 2022-11-23T01:30:51.8967000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 XFAIL [ 7%] 2022-11-23T01:30:51.8967250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 PASSED [ 7%] 2022-11-23T01:30:51.8967500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 PASSED [ 7%] 2022-11-23T01:30:51.8967750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 XFAIL [ 7%] 2022-11-23T01:30:51.8968000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 XFAIL [ 8%] 2022-11-23T01:30:51.8968250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 XFAIL [ 8%] 2022-11-23T01:30:51.8968490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 XFAIL [ 8%] 2022-11-23T01:30:51.8968730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 PASSED [ 8%] 2022-11-23T01:30:51.8968970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 PASSED [ 8%] 2022-11-23T01:30:51.8969220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:51.8969460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 PASSED [ 9%] 2022-11-23T01:30:51.8969700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 PASSED [ 9%] 2022-11-23T01:30:51.8969940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 PASSED [ 9%] 2022-11-23T01:30:51.8970190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 PASSED [ 9%] 2022-11-23T01:30:51.8970440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:51.8970710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 PASSED [ 10%] 2022-11-23T01:30:51.8970960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:51.8971190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 PASSED [ 10%] 2022-11-23T01:30:51.8971430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 PASSED [ 10%] 2022-11-23T01:30:51.8972000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 [W Resize.cpp:31] 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-11-23T01:30:51.8972800Z [W Resize.cpp:31] 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-11-23T01:30:51.8973490Z [W Resize.cpp:31] 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-11-23T01:30:51.8974150Z [W Resize.cpp:31] 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-11-23T01:30:51.8974580Z PASSED [ 11%] 2022-11-23T01:30:51.8983260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 PASSED [ 11%] 2022-11-23T01:30:51.8983610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:30:51.8983880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 PASSED [ 11%] 2022-11-23T01:30:51.8984140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 PASSED [ 11%] 2022-11-23T01:30:51.8984390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:51.8984650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 PASSED [ 12%] 2022-11-23T01:30:51.8984920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 PASSED [ 12%] 2022-11-23T01:30:51.8985180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 PASSED [ 12%] 2022-11-23T01:30:51.8985430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 PASSED [ 13%] 2022-11-23T01:30:51.8985670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 PASSED [ 13%] 2022-11-23T01:30:51.8985910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 PASSED [ 13%] 2022-11-23T01:30:51.8986160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 PASSED [ 13%] 2022-11-23T01:30:51.8986410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 PASSED [ 13%] 2022-11-23T01:30:51.8986660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 XFAIL [ 14%] 2022-11-23T01:30:51.8986910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 PASSED [ 14%] 2022-11-23T01:30:51.8987160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 XFAIL [ 14%] 2022-11-23T01:30:51.8987400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 XFAIL [ 14%] 2022-11-23T01:30:51.8987650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 XFAIL [ 14%] 2022-11-23T01:30:51.8987890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 PASSED [ 15%] 2022-11-23T01:30:51.8988160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 15%] 2022-11-23T01:30:51.8988420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 XFAIL [ 15%] 2022-11-23T01:30:51.8988660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 XFAIL [ 15%] 2022-11-23T01:30:51.8988990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 XFAIL [ 15%] 2022-11-23T01:30:51.8989250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 PASSED [ 16%] 2022-11-23T01:30:51.8989490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 PASSED [ 16%] 2022-11-23T01:30:51.8989730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdouble_cpu_complex64 XFAIL [ 16%] 2022-11-23T01:30:51.8989980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 XFAIL [ 16%] 2022-11-23T01:30:51.8990220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 XFAIL [ 16%] 2022-11-23T01:30:51.8990450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 XFAIL [ 17%] 2022-11-23T01:30:51.8990700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:51.8990950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:51.8991270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 PASSED [ 17%] 2022-11-23T01:30:51.8991530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 PASSED [ 17%] 2022-11-23T01:30:51.8991780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:51.8992030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:51.8992280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 PASSED [ 18%] 2022-11-23T01:30:51.8992530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 PASSED [ 18%] 2022-11-23T01:30:51.8992830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 PASSED [ 19%] 2022-11-23T01:30:51.8993080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 PASSED [ 19%] 2022-11-23T01:30:51.8993320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 PASSED [ 19%] 2022-11-23T01:30:51.8993570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 PASSED [ 19%] 2022-11-23T01:30:51.8993830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 PASSED [ 19%] 2022-11-23T01:30:51.8994070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:51.8994310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:51.8994550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:51.8994800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 PASSED [ 20%] 2022-11-23T01:30:51.8995040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 PASSED [ 20%] 2022-11-23T01:30:51.8995340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 PASSED [ 21%] 2022-11-23T01:30:51.8995620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:51.8995870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 PASSED [ 21%] 2022-11-23T01:30:51.8996120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 PASSED [ 21%] 2022-11-23T01:30:51.8996370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_copy_cpu_complex64 PASSED [ 21%] 2022-11-23T01:30:51.8996620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:51.8996870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 PASSED [ 22%] 2022-11-23T01:30:51.8997110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:51.8997470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 PASSED [ 22%] 2022-11-23T01:30:51.8997750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 PASSED [ 22%] 2022-11-23T01:30:51.8998010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 PASSED [ 23%] 2022-11-23T01:30:51.8998260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 PASSED [ 23%] 2022-11-23T01:30:51.8998510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 XFAIL [ 23%] 2022-11-23T01:30:51.8998750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 PASSED [ 23%] 2022-11-23T01:30:51.8998990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 PASSED [ 23%] 2022-11-23T01:30:51.8999250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 SKIPPED (Skipped!) [ 24%] 2022-11-23T01:30:51.8999520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 SKIPPED (Skipped!) [ 24%] 2022-11-23T01:30:51.8999830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 PASSED [ 24%] 2022-11-23T01:30:51.9000070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 PASSED [ 24%] 2022-11-23T01:30:51.9000310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:51.9000550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:51.9000790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:51.9001040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 PASSED [ 25%] 2022-11-23T01:30:51.9001280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 PASSED [ 25%] 2022-11-23T01:30:51.9001530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 PASSED [ 26%] 2022-11-23T01:30:51.9001780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:51.9002030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 PASSED [ 26%] 2022-11-23T01:30:51.9002270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 PASSED [ 26%] 2022-11-23T01:30:51.9002520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 PASSED [ 26%] 2022-11-23T01:30:51.9002780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 PASSED [ 27%] 2022-11-23T01:30:51.9003030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:51.9003270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 PASSED [ 27%] 2022-11-23T01:30:51.9003520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 PASSED [ 27%] 2022-11-23T01:30:51.9003780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 PASSED [ 27%] 2022-11-23T01:30:51.9004030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:51.9004280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:51.9004530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 PASSED [ 28%] 2022-11-23T01:30:51.9004780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 PASSED [ 28%] 2022-11-23T01:30:51.9005030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 PASSED [ 28%] 2022-11-23T01:30:51.9005280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 XFAIL [ 29%] 2022-11-23T01:30:51.9005520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 XFAIL [ 29%] 2022-11-23T01:30:51.9005760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:51.9006050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 PASSED [ 29%] 2022-11-23T01:30:51.9006300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 PASSED [ 29%] 2022-11-23T01:30:51.9006540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 PASSED [ 30%] 2022-11-23T01:30:51.9006780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 XFAIL [ 30%] 2022-11-23T01:30:51.9007020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 XFAIL [ 30%] 2022-11-23T01:30:51.9007280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 SKIPPED (Skipped!) [ 30%] 2022-11-23T01:30:51.9007550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 SKIPPED (Skipped!) [ 30%] 2022-11-23T01:30:51.9007810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:51.9008050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:51.9008330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:51.9008570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 PASSED [ 31%] 2022-11-23T01:30:51.9008820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_cpu_float32 SKIPPED (Skipped!) [ 32%] 2022-11-23T01:30:51.9009070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:51.9009320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 PASSED [ 32%] 2022-11-23T01:30:51.9009560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 PASSED [ 32%] 2022-11-23T01:30:51.9009810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 SKIPPED (Skipped!) [ 32%] 2022-11-23T01:30:51.9010090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 SKIPPED (Skipped!) [ 33%] 2022-11-23T01:30:51.9010340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:51.9010590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 XFAIL [ 33%] 2022-11-23T01:30:51.9010830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 PASSED [ 33%] 2022-11-23T01:30:51.9011070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 PASSED [ 33%] 2022-11-23T01:30:51.9011320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:51.9011560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:51.9011820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 PASSED [ 34%] 2022-11-23T01:30:51.9012070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 PASSED [ 34%] 2022-11-23T01:30:51.9012320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 PASSED [ 34%] 2022-11-23T01:30:51.9012570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:51.9012810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:51.9013060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 PASSED [ 35%] 2022-11-23T01:30:51.9013300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 XFAIL [ 35%] 2022-11-23T01:30:51.9013540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 PASSED [ 35%] 2022-11-23T01:30:51.9013790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 PASSED [ 36%] 2022-11-23T01:30:51.9019060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:51.9019520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 PASSED [ 36%] 2022-11-23T01:30:51.9019770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 PASSED [ 36%] 2022-11-23T01:30:51.9020010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 PASSED [ 36%] 2022-11-23T01:30:51.9020280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:30:51.9020600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:30:51.9020900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:30:51.9021160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 PASSED [ 37%] 2022-11-23T01:30:51.9021410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:51.9021710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 PASSED [ 38%] 2022-11-23T01:30:51.9021950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:51.9022190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 PASSED [ 38%] 2022-11-23T01:30:51.9022440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 PASSED [ 38%] 2022-11-23T01:30:51.9022690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 PASSED [ 39%] 2022-11-23T01:30:51.9023040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 PASSED [ 39%] 2022-11-23T01:30:51.9023310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 PASSED [ 39%] 2022-11-23T01:30:51.9023570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 PASSED [ 39%] 2022-11-23T01:30:51.9023850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 PASSED [ 39%] 2022-11-23T01:30:51.9024120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:51.9024390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 PASSED [ 40%] 2022-11-23T01:30:51.9024650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:51.9024910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:51.9025170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 PASSED [ 40%] 2022-11-23T01:30:51.9025430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 XFAIL [ 41%] 2022-11-23T01:30:51.9025700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 PASSED [ 41%] 2022-11-23T01:30:51.9025960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:51.9026220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 PASSED [ 41%] 2022-11-23T01:30:51.9026490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 PASSED [ 41%] 2022-11-23T01:30:51.9026750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:51.9027020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T01:30:51.9027290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 42%] 2022-11-23T01:30:51.9027580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 42%] 2022-11-23T01:30:51.9027880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 PASSED [ 42%] 2022-11-23T01:30:51.9028130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 PASSED [ 43%] 2022-11-23T01:30:51.9028380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:51.9028640Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 43%] 2022-11-23T01:30:51.9028900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 PASSED [ 43%] 2022-11-23T01:30:51.9029150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 PASSED [ 44%] 2022-11-23T01:30:51.9029410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:51.9029720Z 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-11-23T01:30:51.9030060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 PASSED [ 44%] 2022-11-23T01:30:51.9030310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 PASSED [ 44%] 2022-11-23T01:30:51.9030550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 PASSED [ 45%] 2022-11-23T01:30:51.9030800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:51.9031060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 PASSED [ 45%] 2022-11-23T01:30:51.9031320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 PASSED [ 45%] 2022-11-23T01:30:51.9031570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 PASSED [ 45%] 2022-11-23T01:30:51.9031830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 PASSED [ 46%] 2022-11-23T01:30:51.9032090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 PASSED [ 46%] 2022-11-23T01:30:51.9032340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:51.9032580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 PASSED [ 46%] 2022-11-23T01:30:51.9032830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 XFAIL [ 46%] 2022-11-23T01:30:51.9033060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 PASSED [ 47%] 2022-11-23T01:30:51.9033300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:51.9033520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:51.9033760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 PASSED [ 47%] 2022-11-23T01:30:51.9033990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 PASSED [ 47%] 2022-11-23T01:30:51.9034220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:51.9034470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_with_dtype_cpu_float32 PASSED [ 48%] 2022-11-23T01:30:51.9034720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 PASSED [ 48%] 2022-11-23T01:30:51.9034960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 PASSED [ 48%] 2022-11-23T01:30:51.9035360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 XFAIL [ 48%] 2022-11-23T01:30:51.9035610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 PASSED [ 49%] 2022-11-23T01:30:51.9035910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 XFAIL [ 49%] 2022-11-23T01:30:51.9036170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 XFAIL [ 49%] 2022-11-23T01:30:51.9036410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 PASSED [ 49%] 2022-11-23T01:30:51.9036660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 PASSED [ 50%] 2022-11-23T01:30:51.9036910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 XFAIL [ 50%] 2022-11-23T01:30:51.9037150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amin_cpu_float32 XFAIL [ 50%] 2022-11-23T01:30:51.9037400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmax_cpu_float32 XFAIL [ 50%] 2022-11-23T01:30:51.9037650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmin_cpu_float32 XFAIL [ 50%] 2022-11-23T01:30:51.9037920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:51.9038260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:51.9038530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:30:51.9038790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 PASSED [ 51%] 2022-11-23T01:30:51.9039050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_log_softmax_cpu_float32 XFAIL [ 51%] 2022-11-23T01:30:51.9039310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_float32 SKIPPED (Skipped!) [ 52%] 2022-11-23T01:30:51.9039580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_float32 XFAIL [ 52%] 2022-11-23T01:30:51.9039820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_norm_cpu_float32 XFAIL [ 52%] 2022-11-23T01:30:51.9040080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_complex64 XFAIL [ 52%] 2022-11-23T01:30:51.9040340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_float32 XFAIL [ 52%] 2022-11-23T01:30:51.9040600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 PASSED [ 53%] 2022-11-23T01:30:51.9040860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:51.9041110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 PASSED [ 53%] 2022-11-23T01:30:51.9041360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmax_cpu_float32 XFAIL [ 53%] 2022-11-23T01:30:51.9041610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_float32 XFAIL [ 53%] 2022-11-23T01:30:51.9041850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_float32 XFAIL [ 54%] 2022-11-23T01:30:51.9042100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_complex64 XFAIL [ 54%] 2022-11-23T01:30:51.9042350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:51.9042620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_pool2d_with_indices_backward_cpu_float32 XFAIL [ 54%] 2022-11-23T01:30:51.9042890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 PASSED [ 54%] 2022-11-23T01:30:51.9043160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 55%] 2022-11-23T01:30:51.9043440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:51.9043720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped!) [ 55%] 2022-11-23T01:30:51.9044000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:51.9044320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 PASSED [ 55%] 2022-11-23T01:30:51.9044570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:51.9044820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:51.9045060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 PASSED [ 56%] 2022-11-23T01:30:51.9045300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 PASSED [ 56%] 2022-11-23T01:30:51.9045540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:51.9045770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:51.9046010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 PASSED [ 57%] 2022-11-23T01:30:51.9046270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 SKIPPED (Skipped!) [ 57%] 2022-11-23T01:30:51.9046570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 PASSED [ 57%] 2022-11-23T01:30:51.9046820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:51.9047070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:51.9047330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_dropout_backward_cpu_float32 SKIPPED (Skipped!) [ 58%] 2022-11-23T01:30:51.9047590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:51.9047830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 PASSED [ 58%] 2022-11-23T01:30:51.9048090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 59%] 2022-11-23T01:30:51.9048390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 59%] 2022-11-23T01:30:51.9048730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 59%] 2022-11-23T01:30:51.9049020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 PASSED [ 59%] 2022-11-23T01:30:51.9049270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 PASSED [ 59%] 2022-11-23T01:30:51.9049550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 60%] 2022-11-23T01:30:51.9049850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:51.9050130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:51.9050420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:51.9050690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 XFAIL [ 60%] 2022-11-23T01:30:51.9050970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:51.9055850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:51.9056180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:51.9056440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 PASSED [ 61%] 2022-11-23T01:30:51.9056730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 SKIPPED (Works on some configs!) [ 61%] 2022-11-23T01:30:51.9057230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T01:30:51.9057520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:51.9057800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 PASSED [ 62%] 2022-11-23T01:30:51.9058080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 XFAIL [ 62%] 2022-11-23T01:30:51.9058350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:51.9058610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 PASSED [ 63%] 2022-11-23T01:30:51.9058870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:51.9059160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:51.9059500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 63%] 2022-11-23T01:30:51.9059790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T01:30:51.9060080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:51.9060350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 XFAIL [ 64%] 2022-11-23T01:30:51.9060610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:51.9060880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 PASSED [ 64%] 2022-11-23T01:30:51.9061160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped!) [ 65%] 2022-11-23T01:30:51.9061440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:51.9061720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:51.9062000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:51.9062280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 XFAIL [ 65%] 2022-11-23T01:30:51.9062560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 XFAIL [ 66%] 2022-11-23T01:30:51.9062830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 XFAIL [ 66%] 2022-11-23T01:30:51.9063100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:51.9063370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:51.9063630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 PASSED [ 66%] 2022-11-23T01:30:51.9063900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:51.9064170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:51.9064440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:51.9064720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:51.9065010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 67%] 2022-11-23T01:30:51.9065350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 PASSED [ 68%] 2022-11-23T01:30:51.9065630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 PASSED [ 68%] 2022-11-23T01:30:51.9065910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 PASSED [ 68%] 2022-11-23T01:30:51.9066200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:30:51.9066490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T01:30:51.9066770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:51.9067050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T01:30:51.9067380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T01:30:51.9067660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 69%] 2022-11-23T01:30:51.9067940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 XFAIL [ 70%] 2022-11-23T01:30:51.9068200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:51.9068460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:51.9068720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:51.9068980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 PASSED [ 70%] 2022-11-23T01:30:51.9069250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:51.9069520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:51.9069800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:51.9070070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 PASSED [ 71%] 2022-11-23T01:30:51.9070340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-11-23T01:30:51.9070620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-11-23T01:30:51.9070910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 72%] 2022-11-23T01:30:51.9071200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 XFAIL [ 72%] 2022-11-23T01:30:51.9071470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 XFAIL [ 72%] 2022-11-23T01:30:51.9071720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 XFAIL [ 72%] 2022-11-23T01:30:51.9071960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 PASSED [ 73%] 2022-11-23T01:30:51.9072200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 XFAIL [ 73%] 2022-11-23T01:30:51.9072440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 XFAIL [ 73%] 2022-11-23T01:30:51.9072690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 XFAIL [ 73%] 2022-11-23T01:30:51.9072930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 XFAIL [ 73%] 2022-11-23T01:30:51.9073180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 XFAIL [ 74%] 2022-11-23T01:30:51.9073500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:30:51.9073760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 PASSED [ 74%] 2022-11-23T01:30:51.9074010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 PASSED [ 74%] 2022-11-23T01:30:51.9074250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 PASSED [ 75%] 2022-11-23T01:30:51.9074490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 PASSED [ 75%] 2022-11-23T01:30:51.9074740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 PASSED [ 75%] 2022-11-23T01:30:51.9074980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 PASSED [ 75%] 2022-11-23T01:30:51.9075240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T01:30:51.9075640Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T01:30:51.9075930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T01:30:51.9076190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 PASSED [ 76%] 2022-11-23T01:30:51.9076430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 PASSED [ 76%] 2022-11-23T01:30:51.9076660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 PASSED [ 76%] 2022-11-23T01:30:51.9076900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 PASSED [ 77%] 2022-11-23T01:30:51.9077140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 PASSED [ 77%] 2022-11-23T01:30:51.9077370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:51.9077610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 PASSED [ 77%] 2022-11-23T01:30:51.9077850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 XFAIL [ 77%] 2022-11-23T01:30:51.9078090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 XFAIL [ 78%] 2022-11-23T01:30:51.9078320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 XFAIL [ 78%] 2022-11-23T01:30:51.9078560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 PASSED [ 78%] 2022-11-23T01:30:51.9078800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 PASSED [ 78%] 2022-11-23T01:30:51.9079040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 PASSED [ 78%] 2022-11-23T01:30:51.9079280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:51.9079530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:51.9079780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 PASSED [ 79%] 2022-11-23T01:30:51.9080020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 PASSED [ 79%] 2022-11-23T01:30:51.9080290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-11-23T01:30:51.9080560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:30:51.9080810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:51.9081050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 PASSED [ 80%] 2022-11-23T01:30:51.9081290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 PASSED [ 80%] 2022-11-23T01:30:51.9081580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 PASSED [ 80%] 2022-11-23T01:30:51.9081830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 PASSED [ 81%] 2022-11-23T01:30:51.9082070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:51.9082310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 PASSED [ 81%] 2022-11-23T01:30:51.9082540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 PASSED [ 81%] 2022-11-23T01:30:51.9082780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:51.9083020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:51.9083250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 PASSED [ 82%] 2022-11-23T01:30:51.9083490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scalar_tensor_cpu_float32 XFAIL [ 82%] 2022-11-23T01:30:51.9083780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 PASSED [ 82%] 2022-11-23T01:30:51.9084090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:51.9084350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 PASSED [ 83%] 2022-11-23T01:30:51.9084640Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 SKIPPED (Expected failure!) [ 83%] 2022-11-23T01:30:51.9084930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 PASSED [ 83%] 2022-11-23T01:30:51.9085170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 PASSED [ 83%] 2022-11-23T01:30:51.9085410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:51.9085650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 XFAIL [ 84%] 2022-11-23T01:30:51.9085900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:51.9086150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_kaiser_cpu_float32 XFAIL [ 84%] 2022-11-23T01:30:51.9086410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 PASSED [ 84%] 2022-11-23T01:30:51.9086880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_complex64 SKIPPED (variant consistency doesn't work on torch.ops) [ 85%] 2022-11-23T01:30:51.9087190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:30:51.9087470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:30:51.9087740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:51.9088000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 PASSED [ 85%] 2022-11-23T01:30:51.9088260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:51.9092790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:51.9093060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:51.9093310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 PASSED [ 86%] 2022-11-23T01:30:51.9093710Z 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-11-23T01:30:51.9094020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:51.9094440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:51.9094720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:51.9094980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 PASSED [ 87%] 2022-11-23T01:30:51.9095260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 XFAIL [ 88%] 2022-11-23T01:30:51.9095550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:51.9095830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 88%] 2022-11-23T01:30:51.9096230Z 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-11-23T01:30:51.9096680Z 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-11-23T01:30:51.9097070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:51.9097320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 PASSED [ 89%] 2022-11-23T01:30:51.9097570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:51.9097820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 PASSED [ 89%] 2022-11-23T01:30:51.9098060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 PASSED [ 89%] 2022-11-23T01:30:51.9098310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 PASSED [ 90%] 2022-11-23T01:30:51.9098550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 PASSED [ 90%] 2022-11-23T01:30:51.9098830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 SKIPPED (Skipped! stft does not match the native function) [ 90%] 2022-11-23T01:30:51.9099110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 PASSED [ 90%] 2022-11-23T01:30:51.9099350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 PASSED [ 90%] 2022-11-23T01:30:51.9099610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 XFAIL [ 91%] 2022-11-23T01:30:51.9099850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:51.9100090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 PASSED [ 91%] 2022-11-23T01:30:51.9100340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 PASSED [ 91%] 2022-11-23T01:30:51.9100580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 PASSED [ 91%] 2022-11-23T01:30:51.9100840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:51.9101090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 PASSED [ 92%] 2022-11-23T01:30:51.9101340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:51.9101570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:51.9101820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 PASSED [ 92%] 2022-11-23T01:30:51.9102070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 PASSED [ 93%] 2022-11-23T01:30:51.9102320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:51.9102570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 PASSED [ 93%] 2022-11-23T01:30:51.9102850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 PASSED [ 93%] 2022-11-23T01:30:51.9103100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:51.9103350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 PASSED [ 94%] 2022-11-23T01:30:51.9103590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 PASSED [ 94%] 2022-11-23T01:30:51.9103840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 PASSED [ 94%] 2022-11-23T01:30:51.9104090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 PASSED [ 94%] 2022-11-23T01:30:51.9104350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 PASSED [ 95%] 2022-11-23T01:30:51.9104590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:51.9104840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 PASSED [ 95%] 2022-11-23T01:30:51.9105130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 PASSED [ 95%] 2022-11-23T01:30:51.9105380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 PASSED [ 95%] 2022-11-23T01:30:51.9105630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:51.9105870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 PASSED [ 96%] 2022-11-23T01:30:51.9106110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 XFAIL [ 96%] 2022-11-23T01:30:51.9106360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 XFAIL [ 96%] 2022-11-23T01:30:51.9106620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 PASSED [ 96%] 2022-11-23T01:30:51.9106860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 PASSED [ 97%] 2022-11-23T01:30:51.9107100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:51.9107350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:51.9107600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 PASSED [ 97%] 2022-11-23T01:30:51.9107850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 PASSED [ 97%] 2022-11-23T01:30:51.9108090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 PASSED [ 98%] 2022-11-23T01:30:51.9108330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:51.9108570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 PASSED [ 98%] 2022-11-23T01:30:51.9108820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 PASSED [ 98%] 2022-11-23T01:30:51.9109060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 PASSED [ 98%] 2022-11-23T01:30:51.9109310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T01:30:51.9109560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 PASSED [ 99%] 2022-11-23T01:30:51.9109820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-11-23T01:30:51.9110080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T01:30:51.9110330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 PASSED [100%] 2022-11-23T01:30:51.9110470Z 2022-11-23T01:30:51.9110550Z =============================== warnings summary =============================== 2022-11-23T01:30:51.9110860Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:30:51.9111370Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:30:51.9111670Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:30:51.9111760Z 2022-11-23T01:30:51.9111930Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:30:51.9112290Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-ca82eee8c6535544.xml - 2022-11-23T01:30:51.9112570Z = 353 passed, 51 skipped, 3 deselected, 80 xfailed, 1 warning in 283.24s (0:04:43) = 2022-11-23T01:30:51.9112820Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:30:51.9112960Z 2022-11-23T01:30:51.9113190Z ##[endgroup] 2022-11-23T01:30:51.9113470Z FINISHED PRINTING LOG FILE of test_ops_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_jit_60zkpxi8) 2022-11-23T01:30:51.9113770Z 2022-11-23T01:31:25.2614750Z 2022-11-23T01:31:25.2615200Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T01:31:25.2615780Z ##[group]PRINTING LOG FILE of test_ops_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_jit_7ikzbpmv) 2022-11-23T01:31:25.2616270Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-b7904a53344b847f.xml 2022-11-23T01:31:25.2616510Z ============================= test session starts ============================== 2022-11-23T01:31:25.2616860Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:31:25.2617110Z cachedir: .pytest_cache 2022-11-23T01:31:25.2617420Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:31:25.2617770Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:31:25.2618110Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:31:25.2618360Z collecting ... collected 1042 items / 1 deselected / 1041 selected 2022-11-23T01:31:25.2659680Z Running 554 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_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__softmax_backward_data_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_cdouble_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_cfloat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_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_copy_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_cpu_complex64, 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_grid_sampler_2d_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_with_dtype_cpu_complex64, 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_alpha_dropout_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_complex64, 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_conv_transpose3d_cpu_complex64, 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_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_scalar_tensor_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_signal_windows_cosine_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_exponential_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_gaussian_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_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_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_view_copy_cpu_float32, 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-11-23T01:31:25.2700700Z 2022-11-23T01:31:25.2700850Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 PASSED [ 0%] 2022-11-23T01:31:25.2701130Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 PASSED [ 0%] 2022-11-23T01:31:25.2701380Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 XFAIL [ 0%] 2022-11-23T01:31:25.2701640Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 PASSED [ 0%] 2022-11-23T01:31:25.2701900Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 PASSED [ 0%] 2022-11-23T01:31:25.2702180Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 PASSED [ 1%] 2022-11-23T01:31:25.2702450Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 PASSED [ 1%] 2022-11-23T01:31:25.2702710Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 PASSED [ 1%] 2022-11-23T01:31:25.2702970Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 PASSED [ 1%] 2022-11-23T01:31:25.2703230Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 PASSED [ 1%] 2022-11-23T01:31:25.2703480Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 PASSED [ 1%] 2022-11-23T01:31:25.2703730Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 XFAIL [ 2%] 2022-11-23T01:31:25.2704240Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 XFAIL [ 2%] 2022-11-23T01:31:25.2704530Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 PASSED [ 2%] 2022-11-23T01:31:25.2704790Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 PASSED [ 2%] 2022-11-23T01:31:25.2705090Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 PASSED [ 2%] 2022-11-23T01:31:25.2705360Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 PASSED [ 3%] 2022-11-23T01:31:25.2705610Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 PASSED [ 3%] 2022-11-23T01:31:25.2705860Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 PASSED [ 3%] 2022-11-23T01:31:25.2706130Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 XFAIL [ 3%] 2022-11-23T01:31:25.2706390Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 PASSED [ 3%] 2022-11-23T01:31:25.2706760Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 3%] 2022-11-23T01:31:25.2707040Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 4%] 2022-11-23T01:31:25.2707300Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 PASSED [ 4%] 2022-11-23T01:31:25.2707590Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 4%] 2022-11-23T01:31:25.2707880Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 4%] 2022-11-23T01:31:25.2708180Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 PASSED [ 4%] 2022-11-23T01:31:25.2708470Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 PASSED [ 5%] 2022-11-23T01:31:25.2708740Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 PASSED [ 5%] 2022-11-23T01:31:25.2708990Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 PASSED [ 5%] 2022-11-23T01:31:25.2709260Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 PASSED [ 5%] 2022-11-23T01:31:25.2709540Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 5%] 2022-11-23T01:31:25.2709820Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 XFAIL [ 5%] 2022-11-23T01:31:25.2710070Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 PASSED [ 6%] 2022-11-23T01:31:25.2710340Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 PASSED [ 6%] 2022-11-23T01:31:25.2710600Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 PASSED [ 6%] 2022-11-23T01:31:25.2710860Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 XFAIL [ 6%] 2022-11-23T01:31:25.2711110Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 PASSED [ 6%] 2022-11-23T01:31:25.2711370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 XFAIL [ 7%] 2022-11-23T01:31:25.2711620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 XFAIL [ 7%] 2022-11-23T01:31:25.2711870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 XFAIL [ 7%] 2022-11-23T01:31:25.2712120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 XFAIL [ 7%] 2022-11-23T01:31:25.2712390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 XFAIL [ 7%] 2022-11-23T01:31:25.2721950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 XFAIL [ 7%] 2022-11-23T01:31:25.2722230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 XFAIL [ 8%] 2022-11-23T01:31:25.2722730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 XFAIL [ 8%] 2022-11-23T01:31:25.2723010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 XFAIL [ 8%] 2022-11-23T01:31:25.2723280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 XFAIL [ 8%] 2022-11-23T01:31:25.2723540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 XFAIL [ 8%] 2022-11-23T01:31:25.2723790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 XFAIL [ 9%] 2022-11-23T01:31:25.2724070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__softmax_backward_data_cpu_float32 XFAIL [ 9%] 2022-11-23T01:31:25.2724350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 PASSED [ 9%] 2022-11-23T01:31:25.2724620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 PASSED [ 9%] 2022-11-23T01:31:25.2724880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 PASSED [ 9%] 2022-11-23T01:31:25.2725140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 PASSED [ 9%] 2022-11-23T01:31:25.2725490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 PASSED [ 10%] 2022-11-23T01:31:25.2725750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 PASSED [ 10%] 2022-11-23T01:31:25.2726010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 PASSED [ 10%] 2022-11-23T01:31:25.2726280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 PASSED [ 10%] 2022-11-23T01:31:25.2726570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 PASSED [ 10%] 2022-11-23T01:31:25.2726840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 PASSED [ 11%] 2022-11-23T01:31:25.2727100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 PASSED [ 11%] 2022-11-23T01:31:25.2727360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 PASSED [ 11%] 2022-11-23T01:31:25.2727620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 PASSED [ 11%] 2022-11-23T01:31:25.2727900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:31:25.2728190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:31:25.2728460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 PASSED [ 12%] 2022-11-23T01:31:25.2728720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 PASSED [ 12%] 2022-11-23T01:31:25.2728980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 PASSED [ 12%] 2022-11-23T01:31:25.2729240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 PASSED [ 12%] 2022-11-23T01:31:25.2729500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 XFAIL [ 12%] 2022-11-23T01:31:25.2729760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 PASSED [ 12%] 2022-11-23T01:31:25.2730020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 PASSED [ 13%] 2022-11-23T01:31:25.2730290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 PASSED [ 13%] 2022-11-23T01:31:25.2730550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 PASSED [ 13%] 2022-11-23T01:31:25.2730810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 PASSED [ 13%] 2022-11-23T01:31:25.2731070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 PASSED [ 13%] 2022-11-23T01:31:25.2731330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 PASSED [ 14%] 2022-11-23T01:31:25.2731590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 PASSED [ 14%] 2022-11-23T01:31:25.2731900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 PASSED [ 14%] 2022-11-23T01:31:25.2732190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 XFAIL [ 14%] 2022-11-23T01:31:25.2732460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 XFAIL [ 14%] 2022-11-23T01:31:25.2732710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 PASSED [ 14%] 2022-11-23T01:31:25.2732970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 XFAIL [ 15%] 2022-11-23T01:31:25.2733230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 PASSED [ 15%] 2022-11-23T01:31:25.2733480Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 PASSED [ 15%] 2022-11-23T01:31:25.2733740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 XFAIL [ 15%] 2022-11-23T01:31:25.2733990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 XFAIL [ 15%] 2022-11-23T01:31:25.2734280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 PASSED [ 16%] 2022-11-23T01:31:25.2734570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 XFAIL [ 16%] 2022-11-23T01:31:25.2734840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 PASSED [ 16%] 2022-11-23T01:31:25.2735120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 PASSED [ 16%] 2022-11-23T01:31:25.2735400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 SKIPPED (Expected failure!) [ 16%] 2022-11-23T01:31:25.2735690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 PASSED [ 16%] 2022-11-23T01:31:25.2735960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 PASSED [ 17%] 2022-11-23T01:31:25.2736240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdouble_cpu_float32 XFAIL [ 17%] 2022-11-23T01:31:25.2736540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 PASSED [ 17%] 2022-11-23T01:31:25.2736800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_cpu_complex64 XFAIL [ 17%] 2022-11-23T01:31:25.2737050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_cpu_float32 XFAIL [ 17%] 2022-11-23T01:31:25.2737300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 XFAIL [ 18%] 2022-11-23T01:31:25.2737560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 PASSED [ 18%] 2022-11-23T01:31:25.2737830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 PASSED [ 18%] 2022-11-23T01:31:25.2738100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 PASSED [ 18%] 2022-11-23T01:31:25.2738380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 PASSED [ 18%] 2022-11-23T01:31:25.2738650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 PASSED [ 18%] 2022-11-23T01:31:25.2738920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 PASSED [ 19%] 2022-11-23T01:31:25.2739180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 PASSED [ 19%] 2022-11-23T01:31:25.2739440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 PASSED [ 19%] 2022-11-23T01:31:25.2739690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 PASSED [ 19%] 2022-11-23T01:31:25.2739960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 PASSED [ 19%] 2022-11-23T01:31:25.2740240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 PASSED [ 20%] 2022-11-23T01:31:25.2740500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 PASSED [ 20%] 2022-11-23T01:31:25.2740860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 PASSED [ 20%] 2022-11-23T01:31:25.2741140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 SKIPPED (Skipped!) [ 20%] 2022-11-23T01:31:25.2741420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 PASSED [ 20%] 2022-11-23T01:31:25.2741700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 PASSED [ 20%] 2022-11-23T01:31:25.2741970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 PASSED [ 21%] 2022-11-23T01:31:25.2742230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 PASSED [ 21%] 2022-11-23T01:31:25.2742500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 PASSED [ 21%] 2022-11-23T01:31:25.2742760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 PASSED [ 21%] 2022-11-23T01:31:25.2743010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 PASSED [ 21%] 2022-11-23T01:31:25.2743360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 PASSED [ 22%] 2022-11-23T01:31:25.2743630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 PASSED [ 22%] 2022-11-23T01:31:25.2743910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 XFAIL [ 22%] 2022-11-23T01:31:25.2744170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 XFAIL [ 22%] 2022-11-23T01:31:25.2744430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 PASSED [ 22%] 2022-11-23T01:31:25.2744700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 PASSED [ 22%] 2022-11-23T01:31:25.2744970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 PASSED [ 23%] 2022-11-23T01:31:25.2745230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 PASSED [ 23%] 2022-11-23T01:31:25.2745500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 PASSED [ 23%] 2022-11-23T01:31:25.2745770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 PASSED [ 23%] 2022-11-23T01:31:25.2746040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 PASSED [ 23%] 2022-11-23T01:31:25.2746310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_copy_cpu_float32 PASSED [ 24%] 2022-11-23T01:31:25.2746590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 PASSED [ 24%] 2022-11-23T01:31:25.2746880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 PASSED [ 24%] 2022-11-23T01:31:25.2747150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 PASSED [ 24%] 2022-11-23T01:31:25.2747410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 PASSED [ 24%] 2022-11-23T01:31:25.2747680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 PASSED [ 24%] 2022-11-23T01:31:25.2747960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 PASSED [ 25%] 2022-11-23T01:31:25.2748240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 PASSED [ 25%] 2022-11-23T01:31:25.2748490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 XFAIL [ 25%] 2022-11-23T01:31:25.2748760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 PASSED [ 25%] 2022-11-23T01:31:25.2749020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 PASSED [ 25%] 2022-11-23T01:31:25.2749300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 SKIPPED (Skipped!) [ 25%] 2022-11-23T01:31:25.2749590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-11-23T01:31:25.2749970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-11-23T01:31:25.2750270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 SKIPPED (Skipped!) [ 26%] 2022-11-23T01:31:25.2750550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 PASSED [ 26%] 2022-11-23T01:31:25.2750810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 PASSED [ 26%] 2022-11-23T01:31:25.2751070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 PASSED [ 27%] 2022-11-23T01:31:25.2751350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 PASSED [ 27%] 2022-11-23T01:31:25.2751610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 PASSED [ 27%] 2022-11-23T01:31:25.2751880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 PASSED [ 27%] 2022-11-23T01:31:25.2752160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 PASSED [ 27%] 2022-11-23T01:31:25.2752470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 PASSED [ 27%] 2022-11-23T01:31:25.2752730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 XFAIL [ 28%] 2022-11-23T01:31:25.2752990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 XFAIL [ 28%] 2022-11-23T01:31:25.2753260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 PASSED [ 28%] 2022-11-23T01:31:25.2753530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 PASSED [ 28%] 2022-11-23T01:31:25.2753800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 PASSED [ 28%] 2022-11-23T01:31:25.2754070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 PASSED [ 29%] 2022-11-23T01:31:25.2754340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 PASSED [ 29%] 2022-11-23T01:31:25.2754620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 PASSED [ 29%] 2022-11-23T01:31:25.2754880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 PASSED [ 29%] 2022-11-23T01:31:25.2760300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 PASSED [ 29%] 2022-11-23T01:31:25.2760580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 PASSED [ 29%] 2022-11-23T01:31:25.2760850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 PASSED [ 30%] 2022-11-23T01:31:25.2761130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 PASSED [ 30%] 2022-11-23T01:31:25.2761400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 PASSED [ 30%] 2022-11-23T01:31:25.2761660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 PASSED [ 30%] 2022-11-23T01:31:25.2761940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 PASSED [ 30%] 2022-11-23T01:31:25.2762210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 PASSED [ 31%] 2022-11-23T01:31:25.2762460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 PASSED [ 31%] 2022-11-23T01:31:25.2762730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 PASSED [ 31%] 2022-11-23T01:31:25.2762990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 PASSED [ 31%] 2022-11-23T01:31:25.2763240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 PASSED [ 31%] 2022-11-23T01:31:25.2763510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 PASSED [ 31%] 2022-11-23T01:31:25.2763780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 PASSED [ 32%] 2022-11-23T01:31:25.2764040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 PASSED [ 32%] 2022-11-23T01:31:25.2764470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 PASSED [ 32%] 2022-11-23T01:31:25.2764740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 PASSED [ 32%] 2022-11-23T01:31:25.2765010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 SKIPPED (Skipped!) [ 32%] 2022-11-23T01:31:25.2765280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 PASSED [ 33%] 2022-11-23T01:31:25.2765540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_cpu_complex64 SKIPPED (Skipped!) [ 33%] 2022-11-23T01:31:25.2765820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 PASSED [ 33%] 2022-11-23T01:31:25.2766080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 PASSED [ 33%] 2022-11-23T01:31:25.2766340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 PASSED [ 33%] 2022-11-23T01:31:25.2766590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 PASSED [ 33%] 2022-11-23T01:31:25.2766910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_grid_sampler_2d_cpu_float32 PASSED [ 34%] 2022-11-23T01:31:25.2767170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 PASSED [ 34%] 2022-11-23T01:31:25.2767420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 XFAIL [ 34%] 2022-11-23T01:31:25.2767670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 XFAIL [ 34%] 2022-11-23T01:31:25.2767920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 PASSED [ 34%] 2022-11-23T01:31:25.2768180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 XFAIL [ 35%] 2022-11-23T01:31:25.2768440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 PASSED [ 35%] 2022-11-23T01:31:25.2768700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 PASSED [ 35%] 2022-11-23T01:31:25.2768950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 PASSED [ 35%] 2022-11-23T01:31:25.2769190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 PASSED [ 35%] 2022-11-23T01:31:25.2769440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 PASSED [ 35%] 2022-11-23T01:31:25.2769690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 PASSED [ 36%] 2022-11-23T01:31:25.2769950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 PASSED [ 36%] 2022-11-23T01:31:25.2770210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 PASSED [ 36%] 2022-11-23T01:31:25.2770470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 PASSED [ 36%] 2022-11-23T01:31:25.2770740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 PASSED [ 36%] 2022-11-23T01:31:25.2771010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 PASSED [ 37%] 2022-11-23T01:31:25.2771270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 PASSED [ 37%] 2022-11-23T01:31:25.2771520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 XFAIL [ 37%] 2022-11-23T01:31:25.2771770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 PASSED [ 37%] 2022-11-23T01:31:25.2772030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 PASSED [ 37%] 2022-11-23T01:31:25.2772280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 PASSED [ 37%] 2022-11-23T01:31:25.2772530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 PASSED [ 38%] 2022-11-23T01:31:25.2772790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 PASSED [ 38%] 2022-11-23T01:31:25.2773170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 PASSED [ 38%] 2022-11-23T01:31:25.2773440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 PASSED [ 38%] 2022-11-23T01:31:25.2773740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 SKIPPED (Skipped! istft does not match the native function) [ 38%] 2022-11-23T01:31:25.2774070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:31:25.2774400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:31:25.2774710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:31:25.2775030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:31:25.2775350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:31:25.2775750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:31:25.2776060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:31:25.2776330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 PASSED [ 40%] 2022-11-23T01:31:25.2776580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 PASSED [ 40%] 2022-11-23T01:31:25.2776840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 PASSED [ 40%] 2022-11-23T01:31:25.2777090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 PASSED [ 40%] 2022-11-23T01:31:25.2777350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 PASSED [ 40%] 2022-11-23T01:31:25.2777630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 PASSED [ 41%] 2022-11-23T01:31:25.2777900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 PASSED [ 41%] 2022-11-23T01:31:25.2778160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 PASSED [ 41%] 2022-11-23T01:31:25.2778430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 PASSED [ 41%] 2022-11-23T01:31:25.2778700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 PASSED [ 41%] 2022-11-23T01:31:25.2778970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 PASSED [ 42%] 2022-11-23T01:31:25.2779230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 PASSED [ 42%] 2022-11-23T01:31:25.2779510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 PASSED [ 42%] 2022-11-23T01:31:25.2779780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 PASSED [ 42%] 2022-11-23T01:31:25.2780050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 PASSED [ 42%] 2022-11-23T01:31:25.2780310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 PASSED [ 42%] 2022-11-23T01:31:25.2780580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 PASSED [ 43%] 2022-11-23T01:31:25.2780840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 PASSED [ 43%] 2022-11-23T01:31:25.2781110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 PASSED [ 43%] 2022-11-23T01:31:25.2781390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 43%] 2022-11-23T01:31:25.2781670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 PASSED [ 43%] 2022-11-23T01:31:25.2782410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 PASSED [ 44%] 2022-11-23T01:31:25.2782720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 PASSED [ 44%] 2022-11-23T01:31:25.2783000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 XFAIL [ 44%] 2022-11-23T01:31:25.2783270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 PASSED [ 44%] 2022-11-23T01:31:25.2783530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 PASSED [ 44%] 2022-11-23T01:31:25.2783790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 PASSED [ 44%] 2022-11-23T01:31:25.2784070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 PASSED [ 45%] 2022-11-23T01:31:25.2784370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 PASSED [ 45%] 2022-11-23T01:31:25.2784790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 PASSED [ 45%] 2022-11-23T01:31:25.2785060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 PASSED [ 45%] 2022-11-23T01:31:25.2785350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 SKIPPED (Skipped!) [ 45%] 2022-11-23T01:31:25.2785630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 PASSED [ 46%] 2022-11-23T01:31:25.2785910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 46%] 2022-11-23T01:31:25.2786190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 PASSED [ 46%] 2022-11-23T01:31:25.2786520Z 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-11-23T01:31:25.2786840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 PASSED [ 46%] 2022-11-23T01:31:25.2787100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 PASSED [ 46%] 2022-11-23T01:31:25.2787360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 PASSED [ 47%] 2022-11-23T01:31:25.2787630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 PASSED [ 47%] 2022-11-23T01:31:25.2787900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 PASSED [ 47%] 2022-11-23T01:31:25.2788160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 PASSED [ 47%] 2022-11-23T01:31:25.2788430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 PASSED [ 47%] 2022-11-23T01:31:25.2788700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 PASSED [ 48%] 2022-11-23T01:31:25.2788970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 PASSED [ 48%] 2022-11-23T01:31:25.2789250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 PASSED [ 48%] 2022-11-23T01:31:25.2789510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 PASSED [ 48%] 2022-11-23T01:31:25.2789780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 PASSED [ 48%] 2022-11-23T01:31:25.2790060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 PASSED [ 48%] 2022-11-23T01:31:25.2790330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 PASSED [ 49%] 2022-11-23T01:31:25.2790590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 PASSED [ 49%] 2022-11-23T01:31:25.2790850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 PASSED [ 49%] 2022-11-23T01:31:25.2791270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_with_dtype_cpu_complex64 PASSED [ 49%] 2022-11-23T01:31:25.2791620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 PASSED [ 49%] 2022-11-23T01:31:25.2791880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 PASSED [ 50%] 2022-11-23T01:31:25.2792150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 PASSED [ 50%] 2022-11-23T01:31:25.2792400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 PASSED [ 50%] 2022-11-23T01:31:25.2792660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 PASSED [ 50%] 2022-11-23T01:31:25.2792930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 PASSED [ 50%] 2022-11-23T01:31:25.2793190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 PASSED [ 50%] 2022-11-23T01:31:25.2793570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 PASSED [ 51%] 2022-11-23T01:31:25.2793830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 PASSED [ 51%] 2022-11-23T01:31:25.2799230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 PASSED [ 51%] 2022-11-23T01:31:25.2799510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 PASSED [ 51%] 2022-11-23T01:31:25.2799770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 PASSED [ 51%] 2022-11-23T01:31:25.2800030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 PASSED [ 51%] 2022-11-23T01:31:25.2800280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 XFAIL [ 52%] 2022-11-23T01:31:25.2800530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 PASSED [ 52%] 2022-11-23T01:31:25.2800790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 XFAIL [ 52%] 2022-11-23T01:31:25.2801050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 PASSED [ 52%] 2022-11-23T01:31:25.2801300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 PASSED [ 52%] 2022-11-23T01:31:25.2801590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 XFAIL [ 53%] 2022-11-23T01:31:25.2801840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 XFAIL [ 53%] 2022-11-23T01:31:25.2802080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 XFAIL [ 53%] 2022-11-23T01:31:25.2802340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amax_cpu_float32 SKIPPED (Skipped!) [ 53%] 2022-11-23T01:31:25.2802620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_float32 SKIPPED (Skipped!) [ 53%] 2022-11-23T01:31:25.2802900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 PASSED [ 53%] 2022-11-23T01:31:25.2803190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logaddexp_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-11-23T01:31:25.2803470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_complex64 XFAIL [ 54%] 2022-11-23T01:31:25.2803740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_median_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-11-23T01:31:25.2804020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_complex64 XFAIL [ 54%] 2022-11-23T01:31:25.2804280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_float32 XFAIL [ 54%] 2022-11-23T01:31:25.2804550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 PASSED [ 55%] 2022-11-23T01:31:25.2804810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmin_cpu_float32 XFAIL [ 55%] 2022-11-23T01:31:25.2805370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_complex64 XFAIL [ 55%] 2022-11-23T01:31:25.2805660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_complex64 XFAIL [ 55%] 2022-11-23T01:31:25.2805920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_float32 XFAIL [ 55%] 2022-11-23T01:31:25.2806180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 PASSED [ 55%] 2022-11-23T01:31:25.2806440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 PASSED [ 56%] 2022-11-23T01:31:25.2806700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 PASSED [ 56%] 2022-11-23T01:31:25.2806970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 PASSED [ 56%] 2022-11-23T01:31:25.2807230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 PASSED [ 56%] 2022-11-23T01:31:25.2807500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 PASSED [ 56%] 2022-11-23T01:31:25.2807860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 PASSED [ 57%] 2022-11-23T01:31:25.2808110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 PASSED [ 57%] 2022-11-23T01:31:25.2808360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 PASSED [ 57%] 2022-11-23T01:31:25.2808650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped!) [ 57%] 2022-11-23T01:31:25.2808930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 PASSED [ 57%] 2022-11-23T01:31:25.2809200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 PASSED [ 57%] 2022-11-23T01:31:25.2809470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 PASSED [ 58%] 2022-11-23T01:31:25.2809720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 PASSED [ 58%] 2022-11-23T01:31:25.2809980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 PASSED [ 58%] 2022-11-23T01:31:25.2810240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 XFAIL [ 58%] 2022-11-23T01:31:25.2810500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 PASSED [ 58%] 2022-11-23T01:31:25.2810770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 59%] 2022-11-23T01:31:25.2811050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 59%] 2022-11-23T01:31:25.2811330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 59%] 2022-11-23T01:31:25.2811610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 SKIPPED (Skipped!) [ 59%] 2022-11-23T01:31:25.2811870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 PASSED [ 59%] 2022-11-23T01:31:25.2812130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 PASSED [ 59%] 2022-11-23T01:31:25.2812400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 PASSED [ 60%] 2022-11-23T01:31:25.2812660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_batch_norm_cpu_float32 XFAIL [ 60%] 2022-11-23T01:31:25.2812930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 XFAIL [ 60%] 2022-11-23T01:31:25.2813220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 PASSED [ 60%] 2022-11-23T01:31:25.2813470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 PASSED [ 60%] 2022-11-23T01:31:25.2813740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 SKIPPED (Skipped!) [ 61%] 2022-11-23T01:31:25.2814010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 PASSED [ 61%] 2022-11-23T01:31:25.2814390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 PASSED [ 61%] 2022-11-23T01:31:25.2814680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 PASSED [ 61%] 2022-11-23T01:31:25.2814940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 PASSED [ 61%] 2022-11-23T01:31:25.2815310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 PASSED [ 61%] 2022-11-23T01:31:25.2815590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 62%] 2022-11-23T01:31:25.2815890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 62%] 2022-11-23T01:31:25.2816180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_alpha_dropout_cpu_float32 XFAIL [ 62%] 2022-11-23T01:31:25.2816470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 PASSED [ 62%] 2022-11-23T01:31:25.2816850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 XFAIL [ 62%] 2022-11-23T01:31:25.2817170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T01:31:25.2817480Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 PASSED [ 63%] 2022-11-23T01:31:25.2817760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:31:25.2818070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:31:25.2818370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 SKIPPED (Works on some configs!) [ 63%] 2022-11-23T01:31:25.2818680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 SKIPPED (Skipped!) [ 63%] 2022-11-23T01:31:25.2818990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 XFAIL [ 64%] 2022-11-23T01:31:25.2819290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-11-23T01:31:25.2819610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T01:31:25.2819920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-11-23T01:31:25.2820220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 64%] 2022-11-23T01:31:25.2820520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T01:31:25.2820800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 XFAIL [ 65%] 2022-11-23T01:31:25.2821090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 XFAIL [ 65%] 2022-11-23T01:31:25.2821400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 XFAIL [ 65%] 2022-11-23T01:31:25.2821720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 XFAIL [ 65%] 2022-11-23T01:31:25.2822030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 65%] 2022-11-23T01:31:25.2822310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 PASSED [ 66%] 2022-11-23T01:31:25.2822590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 PASSED [ 66%] 2022-11-23T01:31:25.2823010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 PASSED [ 66%] 2022-11-23T01:31:25.2823330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 PASSED [ 66%] 2022-11-23T01:31:25.2823620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 66%] 2022-11-23T01:31:25.2823920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 XFAIL [ 66%] 2022-11-23T01:31:25.2824220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 XFAIL [ 67%] 2022-11-23T01:31:25.2824500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 PASSED [ 67%] 2022-11-23T01:31:25.2824780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 PASSED [ 67%] 2022-11-23T01:31:25.2825060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 PASSED [ 67%] 2022-11-23T01:31:25.2825510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 PASSED [ 67%] 2022-11-23T01:31:25.2825800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 XFAIL [ 68%] 2022-11-23T01:31:25.2826100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:31:25.2826430Z 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-11-23T01:31:25.2826750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 PASSED [ 68%] 2022-11-23T01:31:25.2827040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 PASSED [ 68%] 2022-11-23T01:31:25.2827330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 68%] 2022-11-23T01:31:25.2827620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 PASSED [ 69%] 2022-11-23T01:31:25.2827910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 69%] 2022-11-23T01:31:25.2828190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 PASSED [ 69%] 2022-11-23T01:31:25.2828470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 XFAIL [ 69%] 2022-11-23T01:31:25.2828760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 69%] 2022-11-23T01:31:25.2829060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T01:31:25.2829360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 PASSED [ 70%] 2022-11-23T01:31:25.2829660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T01:31:25.2829970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 PASSED [ 70%] 2022-11-23T01:31:25.2830250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 PASSED [ 70%] 2022-11-23T01:31:25.2830550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T01:31:25.2830850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-11-23T01:31:25.2831160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:31:25.2831680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:31:25.2832060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:31:25.2832380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 XFAIL [ 71%] 2022-11-23T01:31:25.2832670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-11-23T01:31:25.2832960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 XFAIL [ 72%] 2022-11-23T01:31:25.2833250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 72%] 2022-11-23T01:31:25.2833560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 PASSED [ 72%] 2022-11-23T01:31:25.2833850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 PASSED [ 72%] 2022-11-23T01:31:25.2834250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 PASSED [ 72%] 2022-11-23T01:31:25.2834550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 PASSED [ 73%] 2022-11-23T01:31:25.2841820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-11-23T01:31:25.2842120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 XFAIL [ 73%] 2022-11-23T01:31:25.2842440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 SKIPPED (Internal assert failed!) [ 73%] 2022-11-23T01:31:25.2842760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 SKIPPED (Internal assert failed!) [ 73%] 2022-11-23T01:31:25.2843070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 XFAIL [ 74%] 2022-11-23T01:31:25.2843360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 XFAIL [ 74%] 2022-11-23T01:31:25.2843630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 XFAIL [ 74%] 2022-11-23T01:31:25.2843900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 PASSED [ 74%] 2022-11-23T01:31:25.2844150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 XFAIL [ 74%] 2022-11-23T01:31:25.2844400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 XFAIL [ 74%] 2022-11-23T01:31:25.2844660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 SKIPPED (Skipped!) [ 75%] 2022-11-23T01:31:25.2844920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 PASSED [ 75%] 2022-11-23T01:31:25.2845170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 PASSED [ 75%] 2022-11-23T01:31:25.2845430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 XFAIL [ 75%] 2022-11-23T01:31:25.2845700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 PASSED [ 75%] 2022-11-23T01:31:25.2845960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 PASSED [ 75%] 2022-11-23T01:31:25.2846210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 PASSED [ 76%] 2022-11-23T01:31:25.2846480Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-11-23T01:31:25.2846780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T01:31:25.2847060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 PASSED [ 76%] 2022-11-23T01:31:25.2847310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 PASSED [ 76%] 2022-11-23T01:31:25.2847820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 PASSED [ 77%] 2022-11-23T01:31:25.2848080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 PASSED [ 77%] 2022-11-23T01:31:25.2848330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 PASSED [ 77%] 2022-11-23T01:31:25.2848590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_cpu_float32 XFAIL [ 77%] 2022-11-23T01:31:25.2848840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 XFAIL [ 77%] 2022-11-23T01:31:25.2849100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 XFAIL [ 77%] 2022-11-23T01:31:25.2849350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 XFAIL [ 78%] 2022-11-23T01:31:25.2849600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 XFAIL [ 78%] 2022-11-23T01:31:25.2849850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 PASSED [ 78%] 2022-11-23T01:31:25.2850220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 PASSED [ 78%] 2022-11-23T01:31:25.2850480Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 PASSED [ 78%] 2022-11-23T01:31:25.2850740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 PASSED [ 79%] 2022-11-23T01:31:25.2851010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 PASSED [ 79%] 2022-11-23T01:31:25.2851270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 PASSED [ 79%] 2022-11-23T01:31:25.2851530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 PASSED [ 79%] 2022-11-23T01:31:25.2851790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 PASSED [ 79%] 2022-11-23T01:31:25.2852040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 PASSED [ 79%] 2022-11-23T01:31:25.2852310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 PASSED [ 80%] 2022-11-23T01:31:25.2852560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 PASSED [ 80%] 2022-11-23T01:31:25.2852810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 PASSED [ 80%] 2022-11-23T01:31:25.2853060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 PASSED [ 80%] 2022-11-23T01:31:25.2853370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:31:25.2853660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:31:25.2853930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 PASSED [ 81%] 2022-11-23T01:31:25.2854180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 PASSED [ 81%] 2022-11-23T01:31:25.2854450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scalar_tensor_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:31:25.2854720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 PASSED [ 81%] 2022-11-23T01:31:25.2854990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 PASSED [ 81%] 2022-11-23T01:31:25.2855260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 PASSED [ 82%] 2022-11-23T01:31:25.2855530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 PASSED [ 82%] 2022-11-23T01:31:25.2855800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 PASSED [ 82%] 2022-11-23T01:31:25.2856080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 PASSED [ 82%] 2022-11-23T01:31:25.2856440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 PASSED [ 82%] 2022-11-23T01:31:25.2856740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 PASSED [ 83%] 2022-11-23T01:31:25.2857000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 PASSED [ 83%] 2022-11-23T01:31:25.2857270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 PASSED [ 83%] 2022-11-23T01:31:25.2857520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 XFAIL [ 83%] 2022-11-23T01:31:25.2857780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 PASSED [ 83%] 2022-11-23T01:31:25.2858030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 PASSED [ 83%] 2022-11-23T01:31:25.2858310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_cosine_cpu_float32 XFAIL [ 84%] 2022-11-23T01:31:25.2858590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_exponential_cpu_float32 XFAIL [ 84%] 2022-11-23T01:31:25.2858940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_gaussian_cpu_float32 XFAIL [ 84%] 2022-11-23T01:31:25.2859200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 PASSED [ 84%] 2022-11-23T01:31:25.2859460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 PASSED [ 84%] 2022-11-23T01:31:25.2859710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 PASSED [ 85%] 2022-11-23T01:31:25.2859960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 PASSED [ 85%] 2022-11-23T01:31:25.2860220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 PASSED [ 85%] 2022-11-23T01:31:25.2860470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 PASSED [ 85%] 2022-11-23T01:31:25.2860980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_float32 SKIPPED (variant consistency doesn't work on torch.ops) [ 85%] 2022-11-23T01:31:25.2861290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 PASSED [ 85%] 2022-11-23T01:31:25.2861550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 PASSED [ 86%] 2022-11-23T01:31:25.2861820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 PASSED [ 86%] 2022-11-23T01:31:25.2862100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 PASSED [ 86%] 2022-11-23T01:31:25.2862350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 PASSED [ 86%] 2022-11-23T01:31:25.2862620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 PASSED [ 86%] 2022-11-23T01:31:25.2862890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 PASSED [ 87%] 2022-11-23T01:31:25.2863170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 87%] 2022-11-23T01:31:25.2863470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 87%] 2022-11-23T01:31:25.2863920Z 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-11-23T01:31:25.2864380Z 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-11-23T01:31:25.2864700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 PASSED [ 87%] 2022-11-23T01:31:25.2864970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 PASSED [ 88%] 2022-11-23T01:31:25.2865260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 PASSED [ 88%] 2022-11-23T01:31:25.2865700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 PASSED [ 88%] 2022-11-23T01:31:25.2866040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 PASSED [ 88%] 2022-11-23T01:31:25.2866330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 PASSED [ 88%] 2022-11-23T01:31:25.2866620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 PASSED [ 88%] 2022-11-23T01:31:25.2866890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 PASSED [ 89%] 2022-11-23T01:31:25.2867320Z 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-11-23T01:31:25.2867780Z 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-11-23T01:31:25.2868270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 PASSED [ 89%] 2022-11-23T01:31:25.2868560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 PASSED [ 89%] 2022-11-23T01:31:25.2868820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 PASSED [ 90%] 2022-11-23T01:31:25.2869080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 PASSED [ 90%] 2022-11-23T01:31:25.2869350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 PASSED [ 90%] 2022-11-23T01:31:25.2869620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 PASSED [ 90%] 2022-11-23T01:31:25.2869890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 PASSED [ 90%] 2022-11-23T01:31:25.2870140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 PASSED [ 90%] 2022-11-23T01:31:25.2870400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 PASSED [ 91%] 2022-11-23T01:31:25.2870660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 PASSED [ 91%] 2022-11-23T01:31:25.2870910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 PASSED [ 91%] 2022-11-23T01:31:25.2871160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 PASSED [ 91%] 2022-11-23T01:31:25.2871420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 PASSED [ 91%] 2022-11-23T01:31:25.2871680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 PASSED [ 92%] 2022-11-23T01:31:25.2871990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 SKIPPED (Skipped! stft does not match the native function) [ 92%] 2022-11-23T01:31:25.2872270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 PASSED [ 92%] 2022-11-23T01:31:25.2872530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 PASSED [ 92%] 2022-11-23T01:31:25.2872770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 PASSED [ 92%] 2022-11-23T01:31:25.2873020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 PASSED [ 92%] 2022-11-23T01:31:25.2873280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 XFAIL [ 93%] 2022-11-23T01:31:25.2873540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 PASSED [ 93%] 2022-11-23T01:31:25.2873780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 PASSED [ 93%] 2022-11-23T01:31:25.2874030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 PASSED [ 93%] 2022-11-23T01:31:25.2874290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 PASSED [ 93%] 2022-11-23T01:31:25.2874650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 PASSED [ 94%] 2022-11-23T01:31:25.2874960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 PASSED [ 94%] 2022-11-23T01:31:25.2875220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 PASSED [ 94%] 2022-11-23T01:31:25.2875470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 PASSED [ 94%] 2022-11-23T01:31:25.2875730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 SKIPPED (Skipped!) [ 94%] 2022-11-23T01:31:25.2881130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 SKIPPED (Skipped!) [ 94%] 2022-11-23T01:31:25.2881500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 PASSED [ 95%] 2022-11-23T01:31:25.2881760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 PASSED [ 95%] 2022-11-23T01:31:25.2882030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 PASSED [ 95%] 2022-11-23T01:31:25.2882470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 PASSED [ 95%] 2022-11-23T01:31:25.2882730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 PASSED [ 95%] 2022-11-23T01:31:25.2883000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 PASSED [ 96%] 2022-11-23T01:31:25.2883260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 PASSED [ 96%] 2022-11-23T01:31:25.2883520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 PASSED [ 96%] 2022-11-23T01:31:25.2883770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 PASSED [ 96%] 2022-11-23T01:31:25.2884020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 PASSED [ 96%] 2022-11-23T01:31:25.2884270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 PASSED [ 96%] 2022-11-23T01:31:25.2884540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_complex64 PASSED [ 97%] 2022-11-23T01:31:25.2884810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_float32 PASSED [ 97%] 2022-11-23T01:31:25.2885070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 PASSED [ 97%] 2022-11-23T01:31:25.2885320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 XFAIL [ 97%] 2022-11-23T01:31:25.2885570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 XFAIL [ 97%] 2022-11-23T01:31:25.2885820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 PASSED [ 98%] 2022-11-23T01:31:25.2886080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 PASSED [ 98%] 2022-11-23T01:31:25.2886330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 PASSED [ 98%] 2022-11-23T01:31:25.2886580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 PASSED [ 98%] 2022-11-23T01:31:25.2886840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 PASSED [ 98%] 2022-11-23T01:31:25.2887110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 PASSED [ 98%] 2022-11-23T01:31:25.2887380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_copy_cpu_float32 PASSED [ 99%] 2022-11-23T01:31:25.2887630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 PASSED [ 99%] 2022-11-23T01:31:25.2887900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-11-23T01:31:25.2888160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 XFAIL [ 99%] 2022-11-23T01:31:25.2888410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 XFAIL [ 99%] 2022-11-23T01:31:25.2888810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 PASSED [100%] 2022-11-23T01:31:25.2888970Z 2022-11-23T01:31:25.2889060Z =============================== warnings summary =============================== 2022-11-23T01:31:25.2889470Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:31:25.2889930Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:31:25.2890230Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:31:25.2890330Z 2022-11-23T01:31:25.2890510Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:31:25.2890890Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-b7904a53344b847f.xml - 2022-11-23T01:31:25.2891180Z = 404 passed, 59 skipped, 1 deselected, 91 xfailed, 1 warning in 316.67s (0:05:16) = 2022-11-23T01:31:25.2891550Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:31:25.2891700Z 2022-11-23T01:31:25.2892010Z ##[endgroup] 2022-11-23T01:31:25.2892310Z FINISHED PRINTING LOG FILE of test_ops_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_jit_7ikzbpmv) 2022-11-23T01:31:25.2892480Z 2022-11-23T01:31:25.4510120Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:31:25.450815] 2022-11-23T01:31:29.9249350Z 2022-11-23T01:31:29.9249630Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T01:31:29.9250200Z ##[group]PRINTING LOG FILE of test_ops_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_jit_ozn36reo) 2022-11-23T01:31:29.9250690Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-9af0c115d7d501cd.xml 2022-11-23T01:31:29.9250960Z ============================= test session starts ============================== 2022-11-23T01:31:29.9251310Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:31:29.9251880Z cachedir: .pytest_cache 2022-11-23T01:31:29.9252550Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:31:29.9252890Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:31:29.9253230Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:31:29.9253480Z collecting ... collected 1042 items / 1038 deselected / 4 selected 2022-11-23T01:31:29.9253980Z 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-11-23T01:31:29.9254360Z 2022-11-23T01:31:29.9254500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 PASSED [ 25%] 2022-11-23T01:31:29.9254780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-11-23T01:31:29.9255070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 PASSED [ 75%] 2022-11-23T01:31:29.9255350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-11-23T01:31:29.9255500Z 2022-11-23T01:31:29.9255720Z =============================== warnings summary =============================== 2022-11-23T01:31:29.9256030Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:31:29.9256470Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:31:29.9256780Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:31:29.9256880Z 2022-11-23T01:31:29.9257040Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:31:29.9257420Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-9af0c115d7d501cd.xml - 2022-11-23T01:31:29.9257700Z ================ 4 passed, 1038 deselected, 1 warning in 2.54s ================= 2022-11-23T01:31:29.9257930Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:31:29.9258140Z 2022-11-23T01:31:29.9258300Z ##[endgroup] 2022-11-23T01:31:29.9258610Z FINISHED PRINTING LOG FILE of test_ops_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_jit_ozn36reo) 2022-11-23T01:31:29.9258780Z 2022-11-23T01:31:29.9258900Z Running test_ops_gradients ... [2022-11-23 01:31:29.925784] 2022-11-23T01:31:31.0700670Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:31:31.069899] 2022-11-23T01:31:31.0701160Z Ignoring disabled issues: [] 2022-11-23T01:31:31.0701720Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:31:31.069877] 2022-11-23T01:31:31.0702090Z Ignoring disabled issues: [] 2022-11-23T01:32:44.6481350Z 2022-11-23T01:32:44.6481670Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T01:32:44.6482300Z ##[group]PRINTING LOG FILE of test_ops_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_gradients_4yyqjm6p) 2022-11-23T01:32:44.6483540Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-f4c22113961a9d71.xml 2022-11-23T01:32:44.6483870Z ============================= test session starts ============================== 2022-11-23T01:32:44.6484270Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:32:44.6484550Z cachedir: .pytest_cache 2022-11-23T01:32:44.6487630Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:32:44.6488290Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:32:44.6488700Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:32:44.6488980Z collecting ... collected 4845 items / 12 deselected / 4833 selected 2022-11-23T01:32:44.6721800Z Running 2372 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-11-23T01:32:44.6930380Z 2022-11-23T01:32:44.6930590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6930990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6931370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6931750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6932230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6932620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6933000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6933340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6933670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6934000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6934330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6934760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6936080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6936450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6936820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6937160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6937540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6937930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6938300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6938680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6939050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:32:44.6939570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T01:32:44.6939980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T01:32:44.6940320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6940740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:32:44.6941200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:32:44.6941660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:32:44.6942170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:32:44.6942650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:32:44.6943010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6943400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6943770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6944120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6944490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6944920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6945290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6945640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6945980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6946320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6946650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6947000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6947390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6947800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6948170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6948530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6948910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6949260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:32:44.6949670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:32:44.6950070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6950450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6950850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6951310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:32:44.6951760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:32:44.6952130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6952470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cfloat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6952810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cfloat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6953150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6953570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6953990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6954360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6954720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6955100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6955470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6955820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6956190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6956550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6956910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6957280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6957660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6958010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6958360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:32:44.6958710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6959050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6959380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6959770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6960140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6960500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6960870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6961230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6961590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6962020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6962370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6962720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6963090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6963450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6963810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6964170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6964530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6964970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6965360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6965730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6966190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6966660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6967020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:32:44.6967410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6967770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6978120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6978680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6979110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6979540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6980090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T01:32:44.6980520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T01:32:44.6980920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6981310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6981750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6982120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6982500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6982900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T01:32:44.6983260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6983640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6984010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6984390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6984750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6985090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6985450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6985830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6986190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6986530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:32:44.6986890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6987240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6987670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6988040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6988410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6988770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6989130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6989470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6989800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6990190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6990530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6990960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:32:44.6991340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6991710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6992150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:32:44.6992590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:32:44.6993050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:32:44.6993430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6993810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:32:44.6994140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_grid_sampler_2d_cpu_float64 PASSED [ 5%] 2022-11-23T01:32:44.6994570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:32:44.6995000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:32:44.6995400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:32:44.6995810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:32:44.6996150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.6996540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.6996870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.6997270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.6997610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.6997950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.6998280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.6998620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.6999010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.6999350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.6999710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.7000070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.7000440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.7000850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7001290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7001720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7002130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7002560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7002990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7003410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7003820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7004250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7004680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:32:44.7005050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:32:44.7005470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:32:44.7005840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:32:44.7006250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7006680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7007030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7007400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7007750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7008160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7008520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7008890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7009260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7009620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7009990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7010370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7010720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7011110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7011480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7011920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:32:44.7012280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 7%] 2022-11-23T01:32:44.7012650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7013040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7013470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7013910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:32:44.7014340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7014770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T01:32:44.7015140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7015520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7015890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7016280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7016680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7017060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7017440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 8%] 2022-11-23T01:32:44.7017880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7018260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7018680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7019100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7019450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7019830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7020220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7020680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T01:32:44.7021090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T01:32:44.7021470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7021810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7022170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7022510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7022920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7023310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:32:44.7023720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7030900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7031340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7031810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7032270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7032840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7033260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7033690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7034060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7034500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7034990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7035500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7035880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7036220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7036580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7036920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7037310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7037660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7038070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:32:44.7038440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7038820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7039220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7039590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7039940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:32:44.7040300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7040660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7041030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7041420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7041900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7042350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7042700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7043030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7043380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7043740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7044110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7044490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7044860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7045200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7045570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7045930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_pool2d_with_indices_backward_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7046330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7046670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7047040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7047430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7047880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7048240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7048620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:32:44.7048960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7049340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7049710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7050100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7050460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7050920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:32:44.7051300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7051660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7052040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7052500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:32:44.7052930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:32:44.7053290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7053640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7054070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:32:44.7054540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:32:44.7054990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:32:44.7055390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:32:44.7055790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:32:44.7056210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7056680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7057090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_alpha_dropout_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7057480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7057880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7058290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:32:44.7058730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7059230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7059630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7060000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7060360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7060760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7061180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7061590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7061990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7062390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7062780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7063160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7063570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7064000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7064440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7064850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7065280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7065640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7065990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7066350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 12%] 2022-11-23T01:32:44.7066670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 12%] 2022-11-23T01:32:44.7066990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7067390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7067820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:32:44.7068210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7068600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7068990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7069370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7069750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7070130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7070520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7070880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7071260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7071640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7072010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7072390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7072780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7073180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7073630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7074020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7074410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7074910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7075380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7075790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7076270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7076640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7076990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 PASSED [ 13%] 2022-11-23T01:32:44.7077360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:32:44.7081830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7082230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7082720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:32:44.7083110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7083500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7083890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7084290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7084670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7085080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7085460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7085860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7086350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7086780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7087190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7087600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:32:44.7088010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:32:44.7088360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7088760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 14%] 2022-11-23T01:32:44.7089150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:32:44.7089560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:32:44.7089920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7090270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7090620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:32:44.7090970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7091340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7091700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7092030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 15%] 2022-11-23T01:32:44.7092360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 15%] 2022-11-23T01:32:44.7092690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7093050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7093400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7093750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7094100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7094440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7094910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:32:44.7095360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:32:44.7095810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:32:44.7096260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:32:44.7096700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:32:44.7097120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7097530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7097960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7098340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7098690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7099030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7099380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7099730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:32:44.7100100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7100480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7100830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7101200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7101560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7101900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7102240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7102580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 16%] 2022-11-23T01:32:44.7102930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7103400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:32:44.7103770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7104210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7104580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7104950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7105410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:32:44.7105770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 PASSED [ 16%] 2022-11-23T01:32:44.7106120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7106570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7106970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7107340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:32:44.7107790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:32:44.7108290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:32:44.7108740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:32:44.7109180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:32:44.7109560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7109900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7110260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7110620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7110990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7111340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7111710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7112060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7112420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7112800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 17%] 2022-11-23T01:32:44.7113180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 17%] 2022-11-23T01:32:44.7113610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:32:44.7114060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:32:44.7114500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:32:44.7114950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:32:44.7115480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T01:32:44.7115890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7116400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:32:44.7116860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7117260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:32:44.7117690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T01:32:44.7118140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:32:44.7118580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:32:44.7119030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:32:44.7119410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7119820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7120310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:32:44.7120820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:32:44.7121350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:32:44.7121860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:32:44.7122390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:32:44.7122800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7123170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7123560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7123950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7124330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7124740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7125080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7125410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7125750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7126120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7126490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7126860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7127230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7127600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7127960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7128300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:32:44.7128670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7132940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7133330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7133710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7134080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7134450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7134960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T01:32:44.7135360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7135760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7136190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7136600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7136980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7137340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7137700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7138040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7138380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7138720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7139100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7139480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7139930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T01:32:44.7140400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T01:32:44.7140780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7141150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7141490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:32:44.7141860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T01:32:44.7142220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T01:32:44.7142590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T01:32:44.7142960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T01:32:44.7143340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T01:32:44.7143740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T01:32:44.7144160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T01:32:44.7144570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T01:32:44.7144870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_H_cpu_complex128 PASSED [ 20%] 2022-11-23T01:32:44.7145140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_T_cpu_complex128 PASSED [ 20%] 2022-11-23T01:32:44.7145420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_T_cpu_float64 PASSED [ 20%] 2022-11-23T01:32:44.7145730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___getitem___cpu_complex128 PASSED [ 20%] 2022-11-23T01:32:44.7146040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___radd___cpu_complex128 PASSED [ 20%] 2022-11-23T01:32:44.7146400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___radd___cpu_float64 PASSED [ 20%] 2022-11-23T01:32:44.7146670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rdiv___cpu_complex128 PASSED [ 20%] 2022-11-23T01:32:44.7146950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rdiv___cpu_float64 PASSED [ 20%] 2022-11-23T01:32:44.7147220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmod___cpu_float64 PASSED [ 20%] 2022-11-23T01:32:44.7147480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmul___cpu_complex128 PASSED [ 20%] 2022-11-23T01:32:44.7147750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmul___cpu_float64 PASSED [ 20%] 2022-11-23T01:32:44.7148060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 20%] 2022-11-23T01:32:44.7148420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 20%] 2022-11-23T01:32:44.7148730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad__softmax_backward_data_cpu_float64 PASSED [ 20%] 2022-11-23T01:32:44.7149020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_abs_cpu_float64 PASSED [ 20%] 2022-11-23T01:32:44.7149300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acosh_cpu_float64 PASSED [ 20%] 2022-11-23T01:32:44.7149570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_add_cpu_float64 PASSED [ 21%] 2022-11-23T01:32:44.7149850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addbmm_cpu_complex128 PASSED [ 21%] 2022-11-23T01:32:44.7150120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcmul_cpu_complex128 PASSED [ 21%] 2022-11-23T01:32:44.7150370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmv_cpu_complex128 PASSED [ 21%] 2022-11-23T01:32:44.7150630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addr_cpu_float64 PASSED [ 21%] 2022-11-23T01:32:44.7150930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_all_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:32:44.7151270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_all_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:32:44.7151620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_allclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:32:44.7151950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_amax_cpu_float64 PASSED [ 21%] 2022-11-23T01:32:44.7152270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_aminmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:32:44.7152640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_any_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:32:44.7153030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:32:44.7153410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argsort_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:32:44.7153760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 21%] 2022-11-23T01:32:44.7154040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asin_cpu_complex128 PASSED [ 21%] 2022-11-23T01:32:44.7154320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asinh_cpu_float64 PASSED [ 21%] 2022-11-23T01:32:44.7154620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atanh_cpu_float64 PASSED [ 21%] 2022-11-23T01:32:44.7154950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 PASSED [ 21%] 2022-11-23T01:32:44.7155250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 PASSED [ 21%] 2022-11-23T01:32:44.7155540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 PASSED [ 21%] 2022-11-23T01:32:44.7155860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 PASSED [ 21%] 2022-11-23T01:32:44.7156130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_baddbmm_cpu_float64 PASSED [ 21%] 2022-11-23T01:32:44.7156420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bernoulli_cpu_float64 PASSED [ 21%] 2022-11-23T01:32:44.7156670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bfloat16_cpu_float64 XFAIL [ 22%] 2022-11-23T01:32:44.7156930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_block_diag_cpu_complex128 PASSED [ 22%] 2022-11-23T01:32:44.7157190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_block_diag_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7157460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 PASSED [ 22%] 2022-11-23T01:32:44.7157750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7158060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7158460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bucketize_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T01:32:44.7158840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_byte_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T01:32:44.7159190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 PASSED [ 22%] 2022-11-23T01:32:44.7159520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdist_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7159870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdouble_cpu_complex128 PASSED [ 22%] 2022-11-23T01:32:44.7160200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdouble_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7160530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ceil_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7160790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chalf_cpu_complex128 XFAIL [ 22%] 2022-11-23T01:32:44.7161090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 PASSED [ 22%] 2022-11-23T01:32:44.7161450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7161760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chunk_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7162090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7162400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clone_cpu_complex128 PASSED [ 22%] 2022-11-23T01:32:44.7162730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clone_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7163100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_combinations_cpu_complex128 PASSED [ 22%] 2022-11-23T01:32:44.7163430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_combinations_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7163770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_cpu_complex128 PASSED [ 22%] 2022-11-23T01:32:44.7164030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_cpu_float64 PASSED [ 22%] 2022-11-23T01:32:44.7164300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_physical_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7164570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7164850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_contiguous_cpu_complex128 PASSED [ 23%] 2022-11-23T01:32:44.7165120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_contiguous_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7165390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_copysign_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7165780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_corrcoef_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7166080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cos_cpu_complex128 PASSED [ 23%] 2022-11-23T01:32:44.7166420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cos_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7166750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cosh_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7172190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T01:32:44.7172590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cov_cpu_complex128 XFAIL [ 23%] 2022-11-23T01:32:44.7172910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cross_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7173240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cummax_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7173530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumprod_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7173870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumsum_cpu_complex128 PASSED [ 23%] 2022-11-23T01:32:44.7174210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7174530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_deg2rad_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7174790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_cpu_complex128 PASSED [ 23%] 2022-11-23T01:32:44.7175090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7175420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 PASSED [ 23%] 2022-11-23T01:32:44.7175770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagflat_cpu_complex128 PASSED [ 23%] 2022-11-23T01:32:44.7176090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagflat_cpu_float64 PASSED [ 23%] 2022-11-23T01:32:44.7176430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_copy_cpu_complex128 PASSED [ 23%] 2022-11-23T01:32:44.7176770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_cpu_complex128 PASSED [ 23%] 2022-11-23T01:32:44.7177080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diff_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7177400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_digamma_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7177720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 24%] 2022-11-23T01:32:44.7178010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7178280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_double_cpu_complex128 PASSED [ 24%] 2022-11-23T01:32:44.7178590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_double_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7178860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dsplit_cpu_complex128 PASSED [ 24%] 2022-11-23T01:32:44.7179120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dsplit_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7179400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dstack_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7179730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_einsum_cpu_complex128 PASSED [ 24%] 2022-11-23T01:32:44.7180040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_einsum_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7180410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T01:32:44.7180770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eq_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T01:32:44.7181250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_equal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T01:32:44.7181580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erf_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7181910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erfc_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7182170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erfinv_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7182460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp2_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7182780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7183080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expm1_cpu_float64 PASSED [ 24%] 2022-11-23T01:32:44.7183440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eye_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T01:32:44.7183810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eye_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T01:32:44.7184120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 PASSED [ 24%] 2022-11-23T01:32:44.7184380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7184650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7184920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 PASSED [ 25%] 2022-11-23T01:32:44.7185210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7185520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7185790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7186070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7186350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 PASSED [ 25%] 2022-11-23T01:32:44.7186650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 PASSED [ 25%] 2022-11-23T01:32:44.7186930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7187190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7187640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7187900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flip_cpu_complex128 PASSED [ 25%] 2022-11-23T01:32:44.7188220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flip_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7188570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fliplr_cpu_complex128 PASSED [ 25%] 2022-11-23T01:32:44.7188840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flipud_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7189170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_power_cpu_complex128 PASSED [ 25%] 2022-11-23T01:32:44.7189530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:32:44.7190680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmod_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7190980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_frexp_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7191300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:32:44.7191680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gather_cpu_complex128 PASSED [ 25%] 2022-11-23T01:32:44.7192070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gather_cpu_float64 PASSED [ 25%] 2022-11-23T01:32:44.7192410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ge_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:32:44.7192760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7193200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_geqrf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7193560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gradient_cpu_complex128 PASSED [ 26%] 2022-11-23T01:32:44.7193890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gradient_cpu_float64 PASSED [ 26%] 2022-11-23T01:32:44.7194240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_grid_sampler_2d_cpu_float64 PASSED [ 26%] 2022-11-23T01:32:44.7194610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7194990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_half_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:32:44.7195250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_half_cpu_float64 XFAIL [ 26%] 2022-11-23T01:32:44.7195560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histc_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7195910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histogram_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7196220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_imag_cpu_complex128 PASSED [ 26%] 2022-11-23T01:32:44.7196490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_add_cpu_complex128 PASSED [ 26%] 2022-11-23T01:32:44.7196760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_copy_cpu_float64 PASSED [ 26%] 2022-11-23T01:32:44.7197030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_fill_cpu_complex128 PASSED [ 26%] 2022-11-23T01:32:44.7197310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_put_cpu_complex128 PASSED [ 26%] 2022-11-23T01:32:44.7197640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_select_cpu_float64 PASSED [ 26%] 2022-11-23T01:32:44.7197940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_inner_cpu_complex128 PASSED [ 26%] 2022-11-23T01:32:44.7198200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_inner_cpu_float64 PASSED [ 26%] 2022-11-23T01:32:44.7198590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7199070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7199470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isfinite_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7199910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7200270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7200680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isnan_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:32:44.7201100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isreal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T01:32:44.7201540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 27%] 2022-11-23T01:32:44.7201990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 27%] 2022-11-23T01:32:44.7202380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 27%] 2022-11-23T01:32:44.7202790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 27%] 2022-11-23T01:32:44.7203140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kthvalue_cpu_float64 PASSED [ 27%] 2022-11-23T01:32:44.7203480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ldexp_cpu_float64 PASSED [ 27%] 2022-11-23T01:32:44.7203830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 PASSED [ 27%] 2022-11-23T01:32:44.7204170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 PASSED [ 27%] 2022-11-23T01:32:44.7204510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 PASSED [ 27%] 2022-11-23T01:32:44.7210670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 SKIPPED (Gradients are incorrect on macos) [ 27%] 2022-11-23T01:32:44.7211050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 PASSED [ 27%] 2022-11-23T01:32:44.7211350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 PASSED [ 27%] 2022-11-23T01:32:44.7211690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 PASSED [ 27%] 2022-11-23T01:32:44.7212070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 PASSED [ 27%] 2022-11-23T01:32:44.7212410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 PASSED [ 27%] 2022-11-23T01:32:44.7212750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 PASSED [ 27%] 2022-11-23T01:32:44.7213080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T01:32:44.7213510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T01:32:44.7213900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 27%] 2022-11-23T01:32:44.7214220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 PASSED [ 27%] 2022-11-23T01:32:44.7214490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 PASSED [ 27%] 2022-11-23T01:32:44.7214770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 PASSED [ 27%] 2022-11-23T01:32:44.7215170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 27%] 2022-11-23T01:32:44.7215460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7215740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 PASSED [ 28%] 2022-11-23T01:32:44.7216010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 PASSED [ 28%] 2022-11-23T01:32:44.7216310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7216720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T01:32:44.7217140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T01:32:44.7217670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T01:32:44.7218090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7218430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7218790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 28%] 2022-11-23T01:32:44.7219140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 28%] 2022-11-23T01:32:44.7219480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7219820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7220250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 28%] 2022-11-23T01:32:44.7220640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 PASSED [ 28%] 2022-11-23T01:32:44.7220990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 PASSED [ 28%] 2022-11-23T01:32:44.7221270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7221550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7221830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 PASSED [ 28%] 2022-11-23T01:32:44.7222110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 PASSED [ 28%] 2022-11-23T01:32:44.7222390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7222670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 PASSED [ 28%] 2022-11-23T01:32:44.7222950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 PASSED [ 28%] 2022-11-23T01:32:44.7223240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 PASSED [ 29%] 2022-11-23T01:32:44.7223520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 PASSED [ 29%] 2022-11-23T01:32:44.7223830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7224140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log2_cpu_complex128 PASSED [ 29%] 2022-11-23T01:32:44.7224400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log2_cpu_float64 PASSED [ 29%] 2022-11-23T01:32:44.7224700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_cpu_float64 PASSED [ 29%] 2022-11-23T01:32:44.7224990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_with_dtype_cpu_float64 PASSED [ 29%] 2022-11-23T01:32:44.7225300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 PASSED [ 29%] 2022-11-23T01:32:44.7225690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_and_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7226130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_not_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7226550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_or_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7226990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_or_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7227470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7227890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7228270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7228580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logsumexp_cpu_float64 PASSED [ 29%] 2022-11-23T01:32:44.7228890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_long_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7229240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_long_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7229650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7229990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_cpu_complex128 PASSED [ 29%] 2022-11-23T01:32:44.7230270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_cpu_float64 PASSED [ 29%] 2022-11-23T01:32:44.7230560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 PASSED [ 29%] 2022-11-23T01:32:44.7230840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mH_cpu_float64 PASSED [ 29%] 2022-11-23T01:32:44.7231170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:32:44.7231500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7231800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128 PASSED [ 30%] 2022-11-23T01:32:44.7232080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7232350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7232640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7232940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_mean_cpu_complex128 PASSED [ 30%] 2022-11-23T01:32:44.7233230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_median_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7233510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_norm_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7233810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_normalize_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7234160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_prod_cpu_complex128 PASSED [ 30%] 2022-11-23T01:32:44.7234480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_select_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7234780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_softmax_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7235050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_std_cpu_complex128 PASSED [ 30%] 2022-11-23T01:32:44.7235310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_std_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7235560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_sum_cpu_complex128 PASSED [ 30%] 2022-11-23T01:32:44.7235820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_sum_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7236080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_var_cpu_complex128 PASSED [ 30%] 2022-11-23T01:32:44.7236340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matmul_cpu_complex128 PASSED [ 30%] 2022-11-23T01:32:44.7236730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7237030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_maximum_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7237300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mean_cpu_complex128 PASSED [ 30%] 2022-11-23T01:32:44.7237580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_median_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7237890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 30%] 2022-11-23T01:32:44.7238210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 30%] 2022-11-23T01:32:44.7238560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 31%] 2022-11-23T01:32:44.7238900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mm_cpu_complex128 PASSED [ 31%] 2022-11-23T01:32:44.7239170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mm_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7239500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_movedim_cpu_complex128 PASSED [ 31%] 2022-11-23T01:32:44.7239810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mul_cpu_complex128 PASSED [ 31%] 2022-11-23T01:32:44.7240160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7240460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7240780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7241110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanmean_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7241400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanmedian_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7241690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanquantile_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7241960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nansum_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7242290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:32:44.7242640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:32:44.7242930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7243190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_dropout_backward_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7243570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ne_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:32:44.7243910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ne_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:32:44.7244300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:32:44.7244680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_full_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:32:44.7245040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_full_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:32:44.7245420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:32:44.7245800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:32:44.7246210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 31%] 2022-11-23T01:32:44.7246530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7246860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7247180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7247480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7247790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7248130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7248460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7248770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 PASSED [ 32%] 2022-11-23T01:32:44.7249080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 32%] 2022-11-23T01:32:44.7249380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7255280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7255630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 32%] 2022-11-23T01:32:44.7256000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7256320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7256610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7256900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7257180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7257490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 32%] 2022-11-23T01:32:44.7257800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7258230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7258550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7258850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7259160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 PASSED [ 32%] 2022-11-23T01:32:44.7259470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7259820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7260180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7260500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7260800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7261180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7261550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7261870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7262180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 PASSED [ 33%] 2022-11-23T01:32:44.7262470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7262780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7263080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7263360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 PASSED [ 33%] 2022-11-23T01:32:44.7263650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7263940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7264240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T01:32:44.7264560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T01:32:44.7264890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7265200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7265530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7265860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 PASSED [ 33%] 2022-11-23T01:32:44.7266180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7266490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 33%] 2022-11-23T01:32:44.7266810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 PASSED [ 33%] 2022-11-23T01:32:44.7267110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7267440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 34%] 2022-11-23T01:32:44.7267800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7268130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 34%] 2022-11-23T01:32:44.7268460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7268790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7269130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7269420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7269780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7270120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7270460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7270760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 34%] 2022-11-23T01:32:44.7271040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7271330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7271640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 34%] 2022-11-23T01:32:44.7271940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 PASSED [ 34%] 2022-11-23T01:32:44.7272220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7272490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7272770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_fro_cpu_float64 PASSED [ 34%] 2022-11-23T01:32:44.7273050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 PASSED [ 34%] 2022-11-23T01:32:44.7273380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:32:44.7273760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:32:44.7274140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:32:44.7274470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ormqr_cpu_complex128 PASSED [ 34%] 2022-11-23T01:32:44.7274750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ormqr_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7275030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_outer_cpu_complex128 PASSED [ 35%] 2022-11-23T01:32:44.7275300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7275560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_permute_cpu_complex128 PASSED [ 35%] 2022-11-23T01:32:44.7275860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pinverse_cpu_complex128 PASSED [ 35%] 2022-11-23T01:32:44.7276180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T01:32:44.7276500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T01:32:44.7276870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_positive_cpu_complex128 PASSED [ 35%] 2022-11-23T01:32:44.7277170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_positive_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7277470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pow_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7277800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_put_cpu_complex128 PASSED [ 35%] 2022-11-23T01:32:44.7278080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_put_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7278340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_qr_cpu_complex128 PASSED [ 35%] 2022-11-23T01:32:44.7278590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_qr_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7278840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_quantile_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7279090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rad2deg_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7279560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randint_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T01:32:44.7279950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_real_cpu_complex128 PASSED [ 35%] 2022-11-23T01:32:44.7280230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_real_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7280550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 PASSED [ 35%] 2022-11-23T01:32:44.7280880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_renorm_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7281190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_cpu_complex128 PASSED [ 35%] 2022-11-23T01:32:44.7281550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 PASSED [ 35%] 2022-11-23T01:32:44.7281870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 PASSED [ 36%] 2022-11-23T01:32:44.7282210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_as_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7282610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:32:44.7282930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 PASSED [ 36%] 2022-11-23T01:32:44.7283230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7283570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7283890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_roll_cpu_complex128 PASSED [ 36%] 2022-11-23T01:32:44.7284210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_roll_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7284510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rot90_cpu_complex128 PASSED [ 36%] 2022-11-23T01:32:44.7284840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7285160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsub_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7285520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:32:44.7285960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:32:44.7286270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_add_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7286530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_cpu_complex128 PASSED [ 36%] 2022-11-23T01:32:44.7286800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7287130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7287420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7287700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7288080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:32:44.7288470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7288840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7289120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_cpu_float64 PASSED [ 36%] 2022-11-23T01:32:44.7289460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_short_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:32:44.7289870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sign_cpu_float64 PASSED [ 37%] 2022-11-23T01:32:44.7290250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:32:44.7290600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sin_cpu_complex128 PASSED [ 37%] 2022-11-23T01:32:44.7290860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinc_cpu_complex128 PASSED [ 37%] 2022-11-23T01:32:44.7291190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinc_cpu_float64 PASSED [ 37%] 2022-11-23T01:32:44.7291480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinh_cpu_complex128 PASSED [ 37%] 2022-11-23T01:32:44.7291750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_cpu_complex128 PASSED [ 37%] 2022-11-23T01:32:44.7292070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_cpu_float64 PASSED [ 37%] 2022-11-23T01:32:44.7292370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_cpu_float64 PASSED [ 37%] 2022-11-23T01:32:44.7292710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 PASSED [ 37%] 2022-11-23T01:32:44.7293030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 PASSED [ 37%] 2022-11-23T01:32:44.7299870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 37%] 2022-11-23T01:32:44.7300350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:32:44.7300800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:32:44.7301260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:32:44.7301920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T01:32:44.7302330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 PASSED [ 37%] 2022-11-23T01:32:44.7302760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:32:44.7303240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:32:44.7303620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 PASSED [ 37%] 2022-11-23T01:32:44.7304120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:32:44.7304490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:32:44.7304840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 37%] 2022-11-23T01:32:44.7305280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T01:32:44.7305660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T01:32:44.7305970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7306250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 PASSED [ 38%] 2022-11-23T01:32:44.7306690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_list_args_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7306960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sqrt_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7307260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_square_cpu_complex128 PASSED [ 38%] 2022-11-23T01:32:44.7307590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_square_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7307890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_mean_cpu_complex128 PASSED [ 38%] 2022-11-23T01:32:44.7308250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sub_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7308540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7308870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7309140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_cpu_complex128 PASSED [ 38%] 2022-11-23T01:32:44.7309450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7309770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_symeig_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7310060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_t_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7310390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 PASSED [ 38%] 2022-11-23T01:32:44.7310700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7311040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tanh_cpu_complex128 PASSED [ 38%] 2022-11-23T01:32:44.7311350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tanh_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7311680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensor_split_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7312020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensordot_cpu_complex128 PASSED [ 38%] 2022-11-23T01:32:44.7312330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tile_cpu_complex128 PASSED [ 38%] 2022-11-23T01:32:44.7312660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_cpu_float64 PASSED [ 38%] 2022-11-23T01:32:44.7312990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T01:32:44.7313290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_topk_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7313580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trace_cpu_complex128 PASSED [ 39%] 2022-11-23T01:32:44.7313920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_transpose_cpu_complex128 PASSED [ 39%] 2022-11-23T01:32:44.7314240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_transpose_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7314550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapezoid_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7314880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 PASSED [ 39%] 2022-11-23T01:32:44.7315220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7315560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triu_cpu_complex128 PASSED [ 39%] 2022-11-23T01:32:44.7315810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triu_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7316100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_true_divide_cpu_complex128 PASSED [ 39%] 2022-11-23T01:32:44.7316400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_true_divide_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7316670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unbind_cpu_complex128 PASSED [ 39%] 2022-11-23T01:32:44.7316990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unflatten_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7317260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_copy_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7317590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_uniform_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T01:32:44.7317890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7318160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_mean_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7318440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 PASSED [ 39%] 2022-11-23T01:32:44.7318730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vsplit_cpu_complex128 PASSED [ 39%] 2022-11-23T01:32:44.7319070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T01:32:44.7319500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T01:32:44.7319880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_T_cpu_complex128 PASSED [ 39%] 2022-11-23T01:32:44.7320190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 PASSED [ 39%] 2022-11-23T01:32:44.7320460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 PASSED [ 40%] 2022-11-23T01:32:44.7320720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 PASSED [ 40%] 2022-11-23T01:32:44.7320980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 PASSED [ 40%] 2022-11-23T01:32:44.7321240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 PASSED [ 40%] 2022-11-23T01:32:44.7321500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 PASSED [ 40%] 2022-11-23T01:32:44.7321800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 40%] 2022-11-23T01:32:44.7322120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 40%] 2022-11-23T01:32:44.7322430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 PASSED [ 40%] 2022-11-23T01:32:44.7322730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad__softmax_backward_data_cpu_float64 PASSED [ 40%] 2022-11-23T01:32:44.7323040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 PASSED [ 40%] 2022-11-23T01:32:44.7323330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 PASSED [ 40%] 2022-11-23T01:32:44.7323690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 PASSED [ 40%] 2022-11-23T01:32:44.7323980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 PASSED [ 40%] 2022-11-23T01:32:44.7324280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 PASSED [ 40%] 2022-11-23T01:32:44.7324580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 PASSED [ 40%] 2022-11-23T01:32:44.7324870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 PASSED [ 40%] 2022-11-23T01:32:44.7325170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 40%] 2022-11-23T01:32:44.7325480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 40%] 2022-11-23T01:32:44.7325770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 PASSED [ 40%] 2022-11-23T01:32:44.7326140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T01:32:44.7326620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T01:32:44.7327150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T01:32:44.7327560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T01:32:44.7327980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T01:32:44.7328380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:32:44.7328790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:32:44.7329120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 41%] 2022-11-23T01:32:44.7329430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 41%] 2022-11-23T01:32:44.7329710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asin_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7329960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7330230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 PASSED [ 41%] 2022-11-23T01:32:44.7330510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7330800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 PASSED [ 41%] 2022-11-23T01:32:44.7331090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 PASSED [ 41%] 2022-11-23T01:32:44.7331380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7331660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7331930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7332210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 XFAIL [ 41%] 2022-11-23T01:32:44.7332490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 PASSED [ 41%] 2022-11-23T01:32:44.7332770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7333190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:32:44.7333540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7333830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cfloat_cpu_complex128 XFAIL [ 41%] 2022-11-23T01:32:44.7334090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cfloat_cpu_float64 XFAIL [ 41%] 2022-11-23T01:32:44.7334480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:32:44.7334790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 PASSED [ 41%] 2022-11-23T01:32:44.7335080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7335340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 PASSED [ 41%] 2022-11-23T01:32:44.7335670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7335960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clone_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7336250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7336550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 PASSED [ 42%] 2022-11-23T01:32:44.7336880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 PASSED [ 42%] 2022-11-23T01:32:44.7337210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 PASSED [ 42%] 2022-11-23T01:32:44.7337510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 PASSED [ 42%] 2022-11-23T01:32:44.7337790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7338100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 PASSED [ 42%] 2022-11-23T01:32:44.7338390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7338680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 PASSED [ 42%] 2022-11-23T01:32:44.7338970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7343870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7344390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T01:32:44.7344780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 XFAIL [ 42%] 2022-11-23T01:32:44.7345120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cov_cpu_float64 XFAIL [ 42%] 2022-11-23T01:32:44.7345470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cross_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7345740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7346010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7346300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 42%] 2022-11-23T01:32:44.7346590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7346900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 PASSED [ 42%] 2022-11-23T01:32:44.7347240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_cpu_float64 PASSED [ 42%] 2022-11-23T01:32:44.7347580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 PASSED [ 43%] 2022-11-23T01:32:44.7347860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7348210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_copy_cpu_complex128 PASSED [ 43%] 2022-11-23T01:32:44.7348530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_copy_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7348860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7349220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 PASSED [ 43%] 2022-11-23T01:32:44.7349490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 PASSED [ 43%] 2022-11-23T01:32:44.7349800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dist_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7350120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7350460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 43%] 2022-11-23T01:32:44.7350820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7351130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dot_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7351400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_double_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7351670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 PASSED [ 43%] 2022-11-23T01:32:44.7351960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7352300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 PASSED [ 43%] 2022-11-23T01:32:44.7352770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:32:44.7353240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:32:44.7353720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:32:44.7354170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:32:44.7354690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:32:44.7355120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:32:44.7355560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:32:44.7355930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 PASSED [ 43%] 2022-11-23T01:32:44.7356210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7356540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 PASSED [ 44%] 2022-11-23T01:32:44.7356860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7357200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 PASSED [ 44%] 2022-11-23T01:32:44.7357540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7358020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:32:44.7358410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 PASSED [ 44%] 2022-11-23T01:32:44.7358770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 PASSED [ 44%] 2022-11-23T01:32:44.7359060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7359410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7359710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7360050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 PASSED [ 44%] 2022-11-23T01:32:44.7360390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7360720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7361030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7361310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7361590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 PASSED [ 44%] 2022-11-23T01:32:44.7361860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7362140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7362470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7362780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 PASSED [ 44%] 2022-11-23T01:32:44.7363060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fill_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7363340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7363670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flip_cpu_float64 PASSED [ 44%] 2022-11-23T01:32:44.7363990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 PASSED [ 45%] 2022-11-23T01:32:44.7364420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 PASSED [ 45%] 2022-11-23T01:32:44.7364720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_cpu_complex128 XFAIL [ 45%] 2022-11-23T01:32:44.7365050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_cpu_float64 XFAIL [ 45%] 2022-11-23T01:32:44.7365320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 PASSED [ 45%] 2022-11-23T01:32:44.7365640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_floor_cpu_float64 PASSED [ 45%] 2022-11-23T01:32:44.7366050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 PASSED [ 45%] 2022-11-23T01:32:44.7366370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 PASSED [ 45%] 2022-11-23T01:32:44.7366680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_frac_cpu_float64 PASSED [ 45%] 2022-11-23T01:32:44.7367100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:32:44.7367590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:32:44.7367990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gather_cpu_float64 PASSED [ 45%] 2022-11-23T01:32:44.7368440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:32:44.7369000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:32:44.7369370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 PASSED [ 45%] 2022-11-23T01:32:44.7369640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_half_cpu_complex128 XFAIL [ 45%] 2022-11-23T01:32:44.7370040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:32:44.7370550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:32:44.7370860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 PASSED [ 45%] 2022-11-23T01:32:44.7371190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 PASSED [ 45%] 2022-11-23T01:32:44.7371590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 PASSED [ 45%] 2022-11-23T01:32:44.7372050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:32:44.7372410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 PASSED [ 45%] 2022-11-23T01:32:44.7372750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 PASSED [ 45%] 2022-11-23T01:32:44.7373020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 PASSED [ 46%] 2022-11-23T01:32:44.7373350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 PASSED [ 46%] 2022-11-23T01:32:44.7373690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 PASSED [ 46%] 2022-11-23T01:32:44.7374160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:32:44.7374640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:32:44.7375130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:32:44.7375650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:32:44.7376140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:32:44.7376640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:32:44.7377080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:32:44.7377490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:32:44.7377830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:32:44.7378180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:32:44.7378610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:32:44.7379000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:32:44.7379420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:32:44.7379760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:32:44.7380090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:32:44.7380450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kron_cpu_float64 PASSED [ 46%] 2022-11-23T01:32:44.7380750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 PASSED [ 46%] 2022-11-23T01:32:44.7381030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 PASSED [ 46%] 2022-11-23T01:32:44.7381370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 PASSED [ 46%] 2022-11-23T01:32:44.7381700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 PASSED [ 46%] 2022-11-23T01:32:44.7382100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 PASSED [ 47%] 2022-11-23T01:32:44.7382380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 PASSED [ 47%] 2022-11-23T01:32:44.7382700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 PASSED [ 47%] 2022-11-23T01:32:44.7383060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 XFAIL [ 47%] 2022-11-23T01:32:44.7383410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 PASSED [ 47%] 2022-11-23T01:32:44.7391470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 PASSED [ 47%] 2022-11-23T01:32:44.7391810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 PASSED [ 47%] 2022-11-23T01:32:44.7392180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 47%] 2022-11-23T01:32:44.7392510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 PASSED [ 47%] 2022-11-23T01:32:44.7392800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 PASSED [ 47%] 2022-11-23T01:32:44.7393090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 PASSED [ 47%] 2022-11-23T01:32:44.7393360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 PASSED [ 47%] 2022-11-23T01:32:44.7393630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 PASSED [ 47%] 2022-11-23T01:32:44.7394060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:32:44.7394540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:32:44.7395020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:32:44.7395500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:32:44.7395920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 47%] 2022-11-23T01:32:44.7396230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 PASSED [ 47%] 2022-11-23T01:32:44.7396580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 47%] 2022-11-23T01:32:44.7397020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 PASSED [ 47%] 2022-11-23T01:32:44.7397510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:32:44.7398000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:32:44.7398530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:32:44.7398930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7399280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7399620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 48%] 2022-11-23T01:32:44.7400000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7400340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 48%] 2022-11-23T01:32:44.7400690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7400990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7401290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7401590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7401880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7402200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7402510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7402820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7403120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7403410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7403720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7404030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7404330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log10_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7404640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7404900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log2_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7405160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7405430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_with_dtype_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7405710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 PASSED [ 48%] 2022-11-23T01:32:44.7405990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 PASSED [ 48%] 2022-11-23T01:32:44.7406280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 PASSED [ 49%] 2022-11-23T01:32:44.7406700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:32:44.7407130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:32:44.7407670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:32:44.7407980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logit_cpu_float64 PASSED [ 49%] 2022-11-23T01:32:44.7408460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:32:44.7408980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:32:44.7409360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T01:32:44.7409790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:32:44.7410200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:32:44.7410510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 PASSED [ 49%] 2022-11-23T01:32:44.7410790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_cpu_float64 PASSED [ 49%] 2022-11-23T01:32:44.7411060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 PASSED [ 49%] 2022-11-23T01:32:44.7411350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 PASSED [ 49%] 2022-11-23T01:32:44.7411620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 PASSED [ 49%] 2022-11-23T01:32:44.7411900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mH_cpu_float64 PASSED [ 49%] 2022-11-23T01:32:44.7412280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:32:44.7412710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:32:44.7413040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128 PASSED [ 49%] 2022-11-23T01:32:44.7413360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128 PASSED [ 49%] 2022-11-23T01:32:44.7413660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 PASSED [ 49%] 2022-11-23T01:32:44.7414080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64 PASSED [ 49%] 2022-11-23T01:32:44.7414430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64 PASSED [ 49%] 2022-11-23T01:32:44.7414750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7415050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128 PASSED [ 50%] 2022-11-23T01:32:44.7415380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7415690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7415990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7416280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7416580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7416930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 PASSED [ 50%] 2022-11-23T01:32:44.7417200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7417480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 PASSED [ 50%] 2022-11-23T01:32:44.7417780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7418070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7418370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7418690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7419000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7419350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 PASSED [ 50%] 2022-11-23T01:32:44.7419660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 50%] 2022-11-23T01:32:44.7419950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7420220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 PASSED [ 50%] 2022-11-23T01:32:44.7420510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mode_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7420820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 PASSED [ 50%] 2022-11-23T01:32:44.7421180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mul_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7421660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-11-23T01:32:44.7422010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 50%] 2022-11-23T01:32:44.7422320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7422620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7422960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7423380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:32:44.7423720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 PASSED [ 51%] 2022-11-23T01:32:44.7424020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7424370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_dropout_backward_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7424680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 PASSED [ 51%] 2022-11-23T01:32:44.7424960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_neg_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7425350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:32:44.7425840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:32:44.7426320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:32:44.7426800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:32:44.7427240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:32:44.7427690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:32:44.7428140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:32:44.7428500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7428810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7429120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7429460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7429750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 51%] 2022-11-23T01:32:44.7430030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 PASSED [ 51%] 2022-11-23T01:32:44.7430320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 51%] 2022-11-23T01:32:44.7430620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 51%] 2022-11-23T01:32:44.7430910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7431210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 52%] 2022-11-23T01:32:44.7431530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7431850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7432160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7436740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7437080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 52%] 2022-11-23T01:32:44.7437390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7437720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7438050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7438370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7438880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T01:32:44.7439250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7439570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7439900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7440280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7440600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7440920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7441210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 PASSED [ 52%] 2022-11-23T01:32:44.7441530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7441850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7442140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7442470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7442800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:32:44.7443110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7443400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T01:32:44.7443710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7444160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T01:32:44.7444530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7444870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 PASSED [ 53%] 2022-11-23T01:32:44.7445170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7445480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 53%] 2022-11-23T01:32:44.7445780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7446100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7446530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T01:32:44.7446900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 53%] 2022-11-23T01:32:44.7447240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7447560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7447860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7448190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7448550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7448870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 53%] 2022-11-23T01:32:44.7449230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7449560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7449870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 PASSED [ 53%] 2022-11-23T01:32:44.7450160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 PASSED [ 53%] 2022-11-23T01:32:44.7450470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 53%] 2022-11-23T01:32:44.7450790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7451090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7451430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 54%] 2022-11-23T01:32:44.7451790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7452090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7452500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T01:32:44.7452820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7453090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7453360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 PASSED [ 54%] 2022-11-23T01:32:44.7453650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7453920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 PASSED [ 54%] 2022-11-23T01:32:44.7454230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 54%] 2022-11-23T01:32:44.7454530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_outer_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7454810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 PASSED [ 54%] 2022-11-23T01:32:44.7455100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7455390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T01:32:44.7455720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T01:32:44.7456000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_put_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7456300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7456630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7457050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T01:32:44.7457490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T01:32:44.7457880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 PASSED [ 54%] 2022-11-23T01:32:44.7458210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_real_cpu_complex128 PASSED [ 54%] 2022-11-23T01:32:44.7458540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 PASSED [ 55%] 2022-11-23T01:32:44.7458880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7459150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7459420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 PASSED [ 55%] 2022-11-23T01:32:44.7459690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7459970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 PASSED [ 55%] 2022-11-23T01:32:44.7460240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7460600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T01:32:44.7460910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 PASSED [ 55%] 2022-11-23T01:32:44.7461300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7461580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7461850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7462160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T01:32:44.7462600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T01:32:44.7462940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7463230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 PASSED [ 55%] 2022-11-23T01:32:44.7463510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7463790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7464100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7464410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7464830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 55%] 2022-11-23T01:32:44.7465180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7465480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7465780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 PASSED [ 55%] 2022-11-23T01:32:44.7466180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:32:44.7466580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:32:44.7466890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 PASSED [ 56%] 2022-11-23T01:32:44.7467140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sign_cpu_float64 PASSED [ 56%] 2022-11-23T01:32:44.7467510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:32:44.7467820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 PASSED [ 56%] 2022-11-23T01:32:44.7468170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 PASSED [ 56%] 2022-11-23T01:32:44.7468450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 PASSED [ 56%] 2022-11-23T01:32:44.7468730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 PASSED [ 56%] 2022-11-23T01:32:44.7469030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 PASSED [ 56%] 2022-11-23T01:32:44.7469340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 PASSED [ 56%] 2022-11-23T01:32:44.7469660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 PASSED [ 56%] 2022-11-23T01:32:44.7469980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 56%] 2022-11-23T01:32:44.7470380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:32:44.7470890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:32:44.7471340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:32:44.7471680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 PASSED [ 56%] 2022-11-23T01:32:44.7472120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:32:44.7472460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 PASSED [ 56%] 2022-11-23T01:32:44.7472900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:32:44.7473320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 PASSED [ 56%] 2022-11-23T01:32:44.7473710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:32:44.7474030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 PASSED [ 56%] 2022-11-23T01:32:44.7474330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 56%] 2022-11-23T01:32:44.7474790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T01:32:44.7475290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T01:32:44.7475780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T01:32:44.7476270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:32:44.7476630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7476940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7481230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7481540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stack_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7481910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_cpu_complex128 PASSED [ 57%] 2022-11-23T01:32:44.7482190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 PASSED [ 57%] 2022-11-23T01:32:44.7482480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stft_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7482760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sub_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7483050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 PASSED [ 57%] 2022-11-23T01:32:44.7483330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7483620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 PASSED [ 57%] 2022-11-23T01:32:44.7483880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 PASSED [ 57%] 2022-11-23T01:32:44.7484160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7484520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 PASSED [ 57%] 2022-11-23T01:32:44.7484800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7485080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_t_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7485380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 PASSED [ 57%] 2022-11-23T01:32:44.7485680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_cpu_float64 PASSED [ 57%] 2022-11-23T01:32:44.7485970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 PASSED [ 57%] 2022-11-23T01:32:44.7486260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7486520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7486790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7487060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7487320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7487580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7487870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7488290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:32:44.7488620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7488910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trace_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7489200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7489490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7489780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7490050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7490320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7490630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7490930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7491300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7491600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7491880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7492180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7492470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7492760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_copy_cpu_float64 PASSED [ 58%] 2022-11-23T01:32:44.7493030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 PASSED [ 58%] 2022-11-23T01:32:44.7493400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:32:44.7493820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:32:44.7494170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 PASSED [ 59%] 2022-11-23T01:32:44.7494470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 PASSED [ 59%] 2022-11-23T01:32:44.7494760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_cpu_complex128 PASSED [ 59%] 2022-11-23T01:32:44.7495050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 PASSED [ 59%] 2022-11-23T01:32:44.7495330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 PASSED [ 59%] 2022-11-23T01:32:44.7495620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 PASSED [ 59%] 2022-11-23T01:32:44.7495920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_cpu_float64 PASSED [ 59%] 2022-11-23T01:32:44.7496210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 PASSED [ 59%] 2022-11-23T01:32:44.7496500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 PASSED [ 59%] 2022-11-23T01:32:44.7496780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 PASSED [ 59%] 2022-11-23T01:32:44.7497060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_where_cpu_complex128 PASSED [ 59%] 2022-11-23T01:32:44.7497340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_where_cpu_float64 PASSED [ 59%] 2022-11-23T01:32:44.7497620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 PASSED [ 59%] 2022-11-23T01:32:44.7498020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:32:44.7498390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_T_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T01:32:44.7498730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___radd___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T01:32:44.7499070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T01:32:44.7499400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rdiv___cpu_float64 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T01:32:44.7499710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T01:32:44.7500020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmod___cpu_float64 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T01:32:44.7500310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 59%] 2022-11-23T01:32:44.7500640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acos_cpu_complex128 PASSED [ 59%] 2022-11-23T01:32:44.7500940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acos_cpu_float64 PASSED [ 60%] 2022-11-23T01:32:44.7501220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acosh_cpu_complex128 PASSED [ 60%] 2022-11-23T01:32:44.7501510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_add_cpu_complex128 PASSED [ 60%] 2022-11-23T01:32:44.7501800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_add_cpu_float64 PASSED [ 60%] 2022-11-23T01:32:44.7502090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 PASSED [ 60%] 2022-11-23T01:32:44.7502380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addbmm_cpu_float64 PASSED [ 60%] 2022-11-23T01:32:44.7502680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 PASSED [ 60%] 2022-11-23T01:32:44.7502970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcmul_cpu_float64 PASSED [ 60%] 2022-11-23T01:32:44.7503330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_cpu_complex128 PASSED [ 60%] 2022-11-23T01:32:44.7503640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 PASSED [ 60%] 2022-11-23T01:32:44.7503950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 PASSED [ 60%] 2022-11-23T01:32:44.7504240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmv_cpu_float64 PASSED [ 60%] 2022-11-23T01:32:44.7504530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addr_cpu_complex128 PASSED [ 60%] 2022-11-23T01:32:44.7504820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addr_cpu_float64 PASSED [ 60%] 2022-11-23T01:32:44.7505230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:32:44.7505680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:32:44.7506010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_angle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:32:44.7506310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_angle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:32:44.7506690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:32:44.7507090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:32:44.7507540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:32:44.7507900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 60%] 2022-11-23T01:32:44.7508200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asin_cpu_complex128 PASSED [ 60%] 2022-11-23T01:32:44.7508500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asinh_cpu_complex128 PASSED [ 61%] 2022-11-23T01:32:44.7508790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atanh_cpu_float64 PASSED [ 61%] 2022-11-23T01:32:44.7509120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7509460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7509780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7510130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 PASSED [ 61%] 2022-11-23T01:32:44.7510450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7510780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7511120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_block_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7511460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bmm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7511780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bmm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7512190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:32:44.7512570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7512890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7513200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7513630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:32:44.7514060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:32:44.7514420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7514780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdouble_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7515120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdouble_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7515560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cfloat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7515950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:32:44.7516300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7516650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chunk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:32:44.7516950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 PASSED [ 62%] 2022-11-23T01:32:44.7517270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_combinations_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7517620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7517950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7518270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 PASSED [ 62%] 2022-11-23T01:32:44.7518600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7518920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7519260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_contiguous_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7519570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7524150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cosh_cpu_complex128 PASSED [ 62%] 2022-11-23T01:32:44.7524560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:32:44.7524990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:32:44.7525350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cov_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7525690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cov_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7526110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cummax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7526440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cummin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7526770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 PASSED [ 62%] 2022-11-23T01:32:44.7527110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumprod_cpu_float64 PASSED [ 62%] 2022-11-23T01:32:44.7527450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 PASSED [ 62%] 2022-11-23T01:32:44.7527760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumsum_cpu_float64 PASSED [ 62%] 2022-11-23T01:32:44.7528060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7528410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_copy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7528760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7529100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:32:44.7529410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diff_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7529740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7530130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 PASSED [ 63%] 2022-11-23T01:32:44.7530480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 63%] 2022-11-23T01:32:44.7530780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 PASSED [ 63%] 2022-11-23T01:32:44.7531080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 PASSED [ 63%] 2022-11-23T01:32:44.7531400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7531710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_double_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7532030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7532350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_einsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7532690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_einsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7533090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T01:32:44.7533540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T01:32:44.7533970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T01:32:44.7534410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T01:32:44.7534890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T01:32:44.7535310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erfc_cpu_float64 PASSED [ 63%] 2022-11-23T01:32:44.7535670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7535980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7536280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7536560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expm1_cpu_float64 PASSED [ 63%] 2022-11-23T01:32:44.7536710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7536860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7537000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:32:44.7537150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7537300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7537450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7537590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7537750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7537900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7538060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7538210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7538360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7538510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7538670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7538820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7539020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7539180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7539340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7539490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7539630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7539780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7539920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fill_cpu_complex128 PASSED [ 64%] 2022-11-23T01:32:44.7540100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fill_cpu_float64 PASSED [ 64%] 2022-11-23T01:32:44.7540250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7540400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fliplr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7540550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flipud_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:32:44.7540700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flipud_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7540850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7541000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7541130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_power_cpu_complex128 PASSED [ 65%] 2022-11-23T01:32:44.7541270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_floor_cpu_float64 PASSED [ 65%] 2022-11-23T01:32:44.7541420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7541540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmod_cpu_float64 PASSED [ 65%] 2022-11-23T01:32:44.7541680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_frexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7541930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:32:44.7542180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:32:44.7542350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gather_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7542510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gather_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7542760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:32:44.7543000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:32:44.7543160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gradient_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7543390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_grid_sampler_2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7543680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:32:44.7543960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:32:44.7544250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:32:44.7544400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7544550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7544690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:32:44.7544860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_i0_cpu_float64 PASSED [ 65%] 2022-11-23T01:32:44.7545100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:32:44.7545340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:32:44.7545500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_imag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:32:44.7545620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_add_cpu_float64 PASSED [ 66%] 2022-11-23T01:32:44.7545770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 PASSED [ 66%] 2022-11-23T01:32:44.7545910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_put_cpu_complex128 PASSED [ 66%] 2022-11-23T01:32:44.7546030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 PASSED [ 66%] 2022-11-23T01:32:44.7546200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:32:44.7546350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_inner_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:32:44.7546500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_inner_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:32:44.7546720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:32:44.7546960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:32:44.7547210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:32:44.7547440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:32:44.7547650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:32:44.7547890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:32:44.7548110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:32:44.7548380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:32:44.7548540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:32:44.7548710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:32:44.7548860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:32:44.7549020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:32:44.7549200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:32:44.7549370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:32:44.7549580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kron_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:32:44.7549710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 PASSED [ 67%] 2022-11-23T01:32:44.7549960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:32:44.7550120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7550280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7550460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7550650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7550850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7551030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7551230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7551410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7551560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7551710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7551870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7552010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7552250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:32:44.7552480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:32:44.7552710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:32:44.7552860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 67%] 2022-11-23T01:32:44.7553020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7553190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7553370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7553530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7553700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:32:44.7553870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7554070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7554330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:32:44.7554490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7554660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7554820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7555010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7555180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7555350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7555560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T01:32:44.7555720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7555900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7556070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7556240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7556400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7556570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7556730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7556890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7557100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7557270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7557420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:32:44.7557650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:32:44.7557770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log10_cpu_complex128 PASSED [ 68%] 2022-11-23T01:32:44.7557890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log10_cpu_float64 PASSED [ 68%] 2022-11-23T01:32:44.7558010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_cpu_complex128 PASSED [ 69%] 2022-11-23T01:32:44.7558130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_cpu_float64 PASSED [ 69%] 2022-11-23T01:32:44.7558340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7558490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7558640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7558780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7558930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7559160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:32:44.7559390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:32:44.7559620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:32:44.7559840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:32:44.7560070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:32:44.7560290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:32:44.7560510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:32:44.7560650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7560800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7560940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7561100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mH_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7561260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mT_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7561420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7561720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:32:44.7561890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7562050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:32:44.7562190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 PASSED [ 69%] 2022-11-23T01:32:44.7562360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7562530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7562690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7562900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7563050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7563220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7563350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 PASSED [ 70%] 2022-11-23T01:32:44.7563510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7563660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7563800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7563950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7564090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7564260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_pool2d_with_indices_backward_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7564420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7564570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7564730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_maximum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7564900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7565070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7569110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_minimum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7569280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7569440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7569670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_msort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7569810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mul_cpu_float64 PASSED [ 70%] 2022-11-23T01:32:44.7569960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:32:44.7570110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 71%] 2022-11-23T01:32:44.7570240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 71%] 2022-11-23T01:32:44.7570360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 71%] 2022-11-23T01:32:44.7570510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanmean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7570660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7570940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:32:44.7571080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7571230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7571380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7571550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7571800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:32:44.7572050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:32:44.7572290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:32:44.7572530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:32:44.7572710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7572890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7573070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7573250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7573430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7573610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7573780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7573940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7574120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:32:44.7574310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7574500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7574650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 PASSED [ 72%] 2022-11-23T01:32:44.7574820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7575000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7575170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7575380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7575560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7575740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7575920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7576070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 PASSED [ 72%] 2022-11-23T01:32:44.7576220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 PASSED [ 72%] 2022-11-23T01:32:44.7576390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 72%] 2022-11-23T01:32:44.7576580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7576740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7576900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7577050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7577210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7577370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7577530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7577690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7577850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7578010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7578230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:32:44.7578410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7578580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7578750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7578920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7579090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7579340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7579520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7579700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7579870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7580040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7580220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7580390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7580560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7580720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7580880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7581060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7581240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7581420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7581600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7581770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7581940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7582110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:32:44.7582280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 PASSED [ 73%] 2022-11-23T01:32:44.7582570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T01:32:44.7582710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 PASSED [ 74%] 2022-11-23T01:32:44.7582890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7583060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7583240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7583420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7583640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7583800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7583940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 PASSED [ 74%] 2022-11-23T01:32:44.7584100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7584260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7584420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7584660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T01:32:44.7584910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T01:32:44.7585070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7585230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7585390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7585550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7585700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 74%] 2022-11-23T01:32:44.7585880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 74%] 2022-11-23T01:32:44.7586150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T01:32:44.7586410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T01:32:44.7586580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_outer_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7586770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:32:44.7586930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_permute_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7587100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_permute_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7587250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polar_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7587400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 75%] 2022-11-23T01:32:44.7587540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_positive_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7587700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7587860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7588060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7588220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7588350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 PASSED [ 75%] 2022-11-23T01:32:44.7588600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:32:44.7588840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:32:44.7589080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:32:44.7589320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:32:44.7589560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:32:44.7589800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:32:44.7589950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ravel_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7590090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 PASSED [ 75%] 2022-11-23T01:32:44.7590210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_renorm_cpu_complex128 PASSED [ 75%] 2022-11-23T01:32:44.7590360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7590500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:32:44.7590840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:32:44.7591080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:32:44.7591310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:32:44.7591460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:32:44.7591630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rot90_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:32:44.7591780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rot90_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:32:44.7591920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_cpu_float64 PASSED [ 76%] 2022-11-23T01:32:44.7592070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 76%] 2022-11-23T01:32:44.7592210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 PASSED [ 76%] 2022-11-23T01:32:44.7592370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsub_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:32:44.7592620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:32:44.7592950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:32:44.7593100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 PASSED [ 76%] 2022-11-23T01:32:44.7593250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_cpu_complex128 PASSED [ 76%] 2022-11-23T01:32:44.7593390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 PASSED [ 76%] 2022-11-23T01:32:44.7593540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 PASSED [ 76%] 2022-11-23T01:32:44.7593680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 PASSED [ 76%] 2022-11-23T01:32:44.7593850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:32:44.7594010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:32:44.7594240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:32:44.7594450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:32:44.7594600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 PASSED [ 76%] 2022-11-23T01:32:44.7594740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 PASSED [ 76%] 2022-11-23T01:32:44.7595000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:32:44.7595240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:32:44.7595370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sin_cpu_float64 PASSED [ 76%] 2022-11-23T01:32:44.7595500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinc_cpu_float64 PASSED [ 76%] 2022-11-23T01:32:44.7595630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinh_cpu_float64 PASSED [ 77%] 2022-11-23T01:32:44.7595790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:32:44.7595980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 77%] 2022-11-23T01:32:44.7596240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:32:44.7596550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:32:44.7596830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:32:44.7597090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:32:44.7597240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_entr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:32:44.7597520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:32:44.7597770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:32:44.7597980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:32:44.7598130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:32:44.7598400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:32:44.7598660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:32:44.7598830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:32:44.7599100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:32:44.7599380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:32:44.7599670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:32:44.7599950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:32:44.7600120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:32:44.7600280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:32:44.7600450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:32:44.7600620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:32:44.7600740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sqrt_cpu_float64 PASSED [ 77%] 2022-11-23T01:32:44.7600870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_square_cpu_float64 PASSED [ 78%] 2022-11-23T01:32:44.7601020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7601180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7601360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sub_cpu_complex128 PASSED [ 78%] 2022-11-23T01:32:44.7601490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sub_cpu_float64 PASSED [ 78%] 2022-11-23T01:32:44.7601650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7601800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7601960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7602120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7602270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7602500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_symeig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7602640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_t_cpu_complex128 PASSED [ 78%] 2022-11-23T01:32:44.7602810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7602980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7603130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7603270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tan_cpu_complex128 PASSED [ 78%] 2022-11-23T01:32:44.7603400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tanh_cpu_complex128 PASSED [ 78%] 2022-11-23T01:32:44.7603560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7603700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7603840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trace_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7603980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trace_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7604140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7604280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapz_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:32:44.7604420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapz_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7604580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7604700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_true_divide_cpu_float64 PASSED [ 79%] 2022-11-23T01:32:44.7604820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trunc_cpu_float64 PASSED [ 79%] 2022-11-23T01:32:44.7604980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unbind_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7605150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unflatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7605500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_copy_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7605840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7606210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:32:44.7606460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:32:44.7606620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7606790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7606950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7607120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7607360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7607500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7607660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7607820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7607990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_where_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7608150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_where_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:32:44.7608290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_xlogy_cpu_float64 PASSED [ 79%] 2022-11-23T01:32:44.7608410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zero__cpu_float64 PASSED [ 79%] 2022-11-23T01:32:44.7608670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:32:44.7608930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:32:44.7609180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T01:32:44.7609370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7609570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7609750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7609940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7610130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7610300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7610480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7610670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7610850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7611020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7611160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:32:44.7611330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7611540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad__softmax_backward_data_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:32:44.7615980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 PASSED [ 80%] 2022-11-23T01:32:44.7616120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_add_cpu_float64 PASSED [ 80%] 2022-11-23T01:32:44.7616270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 PASSED [ 80%] 2022-11-23T01:32:44.7616430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 PASSED [ 80%] 2022-11-23T01:32:44.7616590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 PASSED [ 80%] 2022-11-23T01:32:44.7616730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 80%] 2022-11-23T01:32:44.7616860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 PASSED [ 80%] 2022-11-23T01:32:44.7616990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 PASSED [ 80%] 2022-11-23T01:32:44.7617110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 PASSED [ 80%] 2022-11-23T01:32:44.7617360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T01:32:44.7617580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:32:44.7617810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:32:44.7618040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:32:44.7618280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:32:44.7618520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:32:44.7618760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:32:44.7619000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:32:44.7619170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 81%] 2022-11-23T01:32:44.7619320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 81%] 2022-11-23T01:32:44.7619580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7619780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7619920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 PASSED [ 81%] 2022-11-23T01:32:44.7620090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7620260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7620440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7620710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7620880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7621050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7621200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 PASSED [ 81%] 2022-11-23T01:32:44.7621380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7621570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7621770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7621940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7622130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:32:44.7622370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:32:44.7622560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7622750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7622980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:32:44.7623220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:32:44.7623420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7623710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 82%] 2022-11-23T01:32:44.7623930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7624120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdouble_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7624260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 PASSED [ 82%] 2022-11-23T01:32:44.7624440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7624700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:32:44.7624970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:32:44.7625170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7625410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7625570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7625700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 PASSED [ 82%] 2022-11-23T01:32:44.7625830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 PASSED [ 82%] 2022-11-23T01:32:44.7626010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7626200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7626390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7626580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7626750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:32:44.7626940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7627080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 PASSED [ 83%] 2022-11-23T01:32:44.7627220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 PASSED [ 83%] 2022-11-23T01:32:44.7627400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7627590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7627730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 PASSED [ 83%] 2022-11-23T01:32:44.7627850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 PASSED [ 83%] 2022-11-23T01:32:44.7627990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:32:44.7628120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 PASSED [ 83%] 2022-11-23T01:32:44.7628390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T01:32:44.7628560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7628730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7628910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7629090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7629300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7629480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 PASSED [ 83%] 2022-11-23T01:32:44.7629660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7629840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7630010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7630240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_copy_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7630420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7630600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7630780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7630960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:32:44.7631110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 PASSED [ 84%] 2022-11-23T01:32:44.7631300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7631460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 84%] 2022-11-23T01:32:44.7631610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-11-23T01:32:44.7631760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-11-23T01:32:44.7631950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7632130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7632320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7632550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7632780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7632990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7633300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T01:32:44.7633520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T01:32:44.7633750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T01:32:44.7634010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T01:32:44.7634130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 PASSED [ 84%] 2022-11-23T01:32:44.7634260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 PASSED [ 84%] 2022-11-23T01:32:44.7634380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 PASSED [ 84%] 2022-11-23T01:32:44.7634560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7634680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 PASSED [ 84%] 2022-11-23T01:32:44.7634910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T01:32:44.7635080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7635250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7635440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:32:44.7635620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7635810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7636000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7636170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7636370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7636540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7636720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7636940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7637120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7637290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7637470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7637650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7637840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7638070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7638250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7638430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 PASSED [ 85%] 2022-11-23T01:32:44.7638570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 PASSED [ 85%] 2022-11-23T01:32:44.7638810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:32:44.7639050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:32:44.7639220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:32:44.7639460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:32:44.7639710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:32:44.7639970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:32:44.7640110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 PASSED [ 86%] 2022-11-23T01:32:44.7640250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 PASSED [ 86%] 2022-11-23T01:32:44.7640400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 PASSED [ 86%] 2022-11-23T01:32:44.7640550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 PASSED [ 86%] 2022-11-23T01:32:44.7640690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 PASSED [ 86%] 2022-11-23T01:32:44.7640890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:32:44.7641110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:32:44.7641330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:32:44.7641580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:32:44.7641870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:32:44.7642090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:32:44.7642320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:32:44.7642570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:32:44.7642820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:32:44.7643090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:32:44.7643330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:32:44.7643570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:32:44.7643730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:32:44.7643910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:32:44.7644080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:32:44.7644230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:32:44.7644400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:32:44.7644560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:32:44.7644740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:32:44.7644990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T01:32:44.7645120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 PASSED [ 87%] 2022-11-23T01:32:44.7645310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7645500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7645680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7645860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7646050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7646240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7646440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7646640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7646830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7647030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7647220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7647530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T01:32:44.7647790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T01:32:44.7648010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7648230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7648460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7648680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7648920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7649150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T01:32:44.7649400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T01:32:44.7649580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7649770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:32:44.7649950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7650130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7650310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 88%] 2022-11-23T01:32:44.7650500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7650710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7650910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7651110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7651310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7651500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7651730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7651920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7652110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7652380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T01:32:44.7652630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T01:32:44.7652760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 PASSED [ 88%] 2022-11-23T01:32:44.7652900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 PASSED [ 88%] 2022-11-23T01:32:44.7653050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 PASSED [ 88%] 2022-11-23T01:32:44.7653250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7653450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7653640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7653830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7654020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7654210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:32:44.7654460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T01:32:44.7654720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:32:44.7654950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:32:44.7655230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:32:44.7655410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7655580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7655750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7655920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7656090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7656310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7656540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:32:44.7656720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7656890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7657020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 PASSED [ 89%] 2022-11-23T01:32:44.7657200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7657370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7657500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 PASSED [ 89%] 2022-11-23T01:32:44.7657680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7657850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7658020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7658200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7658370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7658540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7658710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:32:44.7658880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7659100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_pool2d_with_indices_backward_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7659290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7659500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7659690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7659880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7660070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7660300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7664470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7664680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7664880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7665060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7665250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7665400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 PASSED [ 90%] 2022-11-23T01:32:44.7665530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 PASSED [ 90%] 2022-11-23T01:32:44.7665800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:32:44.7665970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 PASSED [ 90%] 2022-11-23T01:32:44.7666190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7666410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:32:44.7666710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:32:44.7666850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 PASSED [ 90%] 2022-11-23T01:32:44.7667080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:32:44.7667340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:32:44.7667590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:32:44.7667890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:32:44.7668100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7668300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7668480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7668680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7668920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7669110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7669310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7669510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7669710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7669900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7670110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7670310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7670510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7670700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7670910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7671100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7671310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7671500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7671710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7671850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 91%] 2022-11-23T01:32:44.7672010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 91%] 2022-11-23T01:32:44.7672220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:32:44.7672400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 91%] 2022-11-23T01:32:44.7672580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 92%] 2022-11-23T01:32:44.7672790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7673040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7673240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7673440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7673670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7673910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7674160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7674400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7674580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7674760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7674940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7675080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 92%] 2022-11-23T01:32:44.7675260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7675470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7675660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7675900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7676080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7676280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7676490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7676670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7676890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7677130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:32:44.7677320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7677460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 93%] 2022-11-23T01:32:44.7677650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7677870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7678070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7678250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7678440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7678650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7678850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7679030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7679220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7679410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7679590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7679810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7680020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7680220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7680360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 93%] 2022-11-23T01:32:44.7680520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 93%] 2022-11-23T01:32:44.7680790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T01:32:44.7680930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 93%] 2022-11-23T01:32:44.7681150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7681350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7681560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7681750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:32:44.7681920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7682110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7682310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7682510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7682700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7682930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:32:44.7683160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:32:44.7683340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7683530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7683710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 94%] 2022-11-23T01:32:44.7683950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:32:44.7684230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:32:44.7684500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:32:44.7684680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7684850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7685030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7685220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7685410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7685610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 94%] 2022-11-23T01:32:44.7685780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T01:32:44.7685940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T01:32:44.7686090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T01:32:44.7686280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7686460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:32:44.7686590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_put_cpu_float64 PASSED [ 95%] 2022-11-23T01:32:44.7686770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7687010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:32:44.7687260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:32:44.7687520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:32:44.7687780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:32:44.7688040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:32:44.7688230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7688380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 PASSED [ 95%] 2022-11-23T01:32:44.7688520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 PASSED [ 95%] 2022-11-23T01:32:44.7688690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7688890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7689070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7689250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7689420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7689650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:32:44.7689830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7690050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7690240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7690430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7690550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_cpu_float64 PASSED [ 95%] 2022-11-23T01:32:44.7690700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 95%] 2022-11-23T01:32:44.7690860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 95%] 2022-11-23T01:32:44.7691040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:32:44.7691290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:32:44.7691430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 PASSED [ 96%] 2022-11-23T01:32:44.7691570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 PASSED [ 96%] 2022-11-23T01:32:44.7691700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 PASSED [ 96%] 2022-11-23T01:32:44.7691830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 96%] 2022-11-23T01:32:44.7692090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:32:44.7692290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:32:44.7692480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:32:44.7692650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:32:44.7692780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 PASSED [ 96%] 2022-11-23T01:32:44.7692920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 PASSED [ 96%] 2022-11-23T01:32:44.7693210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:32:44.7693340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 PASSED [ 96%] 2022-11-23T01:32:44.7693610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:32:44.7693860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:32:44.7694120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:32:44.7694260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 PASSED [ 96%] 2022-11-23T01:32:44.7694400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 PASSED [ 96%] 2022-11-23T01:32:44.7694600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 PASSED [ 96%] 2022-11-23T01:32:44.7694790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:32:44.7694970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:32:44.7695170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:32:44.7695350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:32:44.7695550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 97%] 2022-11-23T01:32:44.7695860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:32:44.7696150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:32:44.7696480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:32:44.7696650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7696830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7697100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:32:44.7697290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7697550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:32:44.7697800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:32:44.7698040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7698310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:32:44.7698610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T01:32:44.7698870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T01:32:44.7699060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7699250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7699440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_square_cpu_float64 PASSED [ 97%] 2022-11-23T01:32:44.7699630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7699800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7699990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7700160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7700350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7700530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7700700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:32:44.7700820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 PASSED [ 98%] 2022-11-23T01:32:44.7701010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7701200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7701400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7701590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7701770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7701960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7702150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7702360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7702590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7702810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7703010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7703180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 PASSED [ 98%] 2022-11-23T01:32:44.7703340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 PASSED [ 98%] 2022-11-23T01:32:44.7703530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7703740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7703910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7704080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7704240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7704410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7704580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7704780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7704980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7705170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:32:44.7705360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7705550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7705720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7705900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7706030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 PASSED [ 99%] 2022-11-23T01:32:44.7706170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 PASSED [ 99%] 2022-11-23T01:32:44.7706320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 PASSED [ 99%] 2022-11-23T01:32:44.7706450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 PASSED [ 99%] 2022-11-23T01:32:44.7706640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_copy_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7706820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7707010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7707260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:32:44.7707490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:32:44.7707720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:32:44.7708030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:32:44.7708220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7708400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7708590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7708770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7708930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:32:44.7709060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 PASSED [ 99%] 2022-11-23T01:32:44.7709190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 PASSED [ 99%] 2022-11-23T01:32:44.7709440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:32:44.7709680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T01:32:44.7709680Z 2022-11-23T01:32:44.7709770Z =============================== warnings summary =============================== 2022-11-23T01:32:44.7713860Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:32:44.7714200Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:32:44.7714270Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:32:44.7714280Z 2022-11-23T01:32:44.7714450Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:32:44.7714710Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-f4c22113961a9d71.xml - 2022-11-23T01:32:44.7714820Z = 888 passed, 1465 skipped, 12 deselected, 19 xfailed, 1 warning in 71.70s (0:01:11) = 2022-11-23T01:32:44.7714960Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:32:44.7714970Z 2022-11-23T01:32:44.7715220Z ##[endgroup] 2022-11-23T01:32:44.7715550Z FINISHED PRINTING LOG FILE of test_ops_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_gradients_4yyqjm6p) 2022-11-23T01:32:44.7715550Z 2022-11-23T01:33:15.7236890Z 2022-11-23T01:33:15.7237290Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T01:33:15.7237830Z ##[group]PRINTING LOG FILE of test_ops_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_gradients_iic0julr) 2022-11-23T01:33:15.7238500Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-af7d8501743303d3.xml 2022-11-23T01:33:15.7238790Z ============================= test session starts ============================== 2022-11-23T01:33:15.7239120Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:33:15.7239360Z cachedir: .pytest_cache 2022-11-23T01:33:15.7239670Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:33:15.7246580Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:33:15.7246970Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:33:15.7247230Z collecting ... collected 4845 items / 8 deselected / 4837 selected 2022-11-23T01:33:15.7470570Z Running 2453 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-11-23T01:33:15.7677030Z 2022-11-23T01:33:15.7677280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7677940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7678380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7678740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7679090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7679430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7679770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7682010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7682330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 0%] 2022-11-23T01:33:15.7682630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 0%] 2022-11-23T01:33:15.7682940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7683320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad__softmax_backward_data_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7683680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7684030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7684380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7684740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7685090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7685430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7685770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7686110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7697700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T01:33:15.7698310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T01:33:15.7698730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T01:33:15.7699150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T01:33:15.7699780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7700120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7700460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7700900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:33:15.7701330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:33:15.7701780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:33:15.7702110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 1%] 2022-11-23T01:33:15.7702580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 1%] 2022-11-23T01:33:15.7702910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7703240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7703590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7703930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7704270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7704630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7704970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7705320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7705760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:33:15.7706120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7706540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:33:15.7706900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7707360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 1%] 2022-11-23T01:33:15.7707830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 1%] 2022-11-23T01:33:15.7708170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 PASSED [ 1%] 2022-11-23T01:33:15.7708490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdouble_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7708940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdouble_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T01:33:15.7709280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7709700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:33:15.7710110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:33:15.7710470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7710830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7711280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7711630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7711980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7712330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7712690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7713050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7713400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7713760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7714110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7714460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7714810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7715150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7715500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7715840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7716310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:33:15.7716740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:33:15.7717100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7717610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7718010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T01:33:15.7718350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7718690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7719060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7719420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7719880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7720220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7720580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7720940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7721290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7721640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7722010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7722360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7722710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7723060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7723410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7723910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:33:15.7724340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:33:15.7724760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:33:15.7725190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:33:15.7725650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:33:15.7726070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:33:15.7726610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7726970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7727310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7727660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T01:33:15.7728000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7728350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7728930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T01:33:15.7729280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7729620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7729960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7730340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7730690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7731040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7731390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7731740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7732080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7732430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7732780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7733130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7733480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7733830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7734180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7734540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7735040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7735420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7735770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7736120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7736460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T01:33:15.7736800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7737150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7737610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7737960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7738300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7738650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7739010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7739350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7739690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7740030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7740490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:33:15.7740910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:33:15.7741300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7741650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7742060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:33:15.7742480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:33:15.7750800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7751310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7752060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:33:15.7752440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7752790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7753130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7753550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:33:15.7753900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7754250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:15.7754740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7755080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7755430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7755850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:33:15.7756270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:33:15.7756700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:33:15.7757130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:33:15.7757540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:33:15.7757890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:33:15.7758230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:33:15.7758600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:33:15.7758940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:33:15.7759270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:33:15.7759600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:33:15.7759940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:33:15.7760260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:33:15.7760600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7761150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7761610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:33:15.7761970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7762320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7762670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7763030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7763530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T01:33:15.7763880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7764240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7764590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7764950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7765320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7765690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7766040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7766390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7766860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:33:15.7767300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:33:15.7767750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:33:15.7768190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:33:15.7768630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:33:15.7768970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 7%] 2022-11-23T01:33:15.7769320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7769830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7770310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7770660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7771020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7771380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7771740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7772130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7772710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T01:33:15.7773210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:33:15.7773680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:33:15.7774190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T01:33:15.7774580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7774940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7775300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7775660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7776040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 8%] 2022-11-23T01:33:15.7776430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7776790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7777140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7777500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7777850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7778220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7778730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7779110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7779470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7779830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7780190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7780550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7780910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7781390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7781750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7782110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7782470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7782820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T01:33:15.7783170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7783500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7783850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7784210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7784570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7784930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7785460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:33:15.7785900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:33:15.7786360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:33:15.7786790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:33:15.7787150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7787600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7787960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7788310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7788650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7788990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7789330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7789880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:33:15.7790240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7790600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7790960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7791320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7791670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7792020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7792370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T01:33:15.7792740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7793100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7793450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7793800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7794150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7794500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7794850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7795210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7795560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7796040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7796430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7796850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7803930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7804380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7804740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7805510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7805850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7806180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7806520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7806860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7807210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7807730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:33:15.7808080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7808430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:15.7808780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7809120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7809470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7809820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7810230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:33:15.7810590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_dropout_backward_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7810960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7811390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:33:15.7811940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:33:15.7812400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:33:15.7812840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:33:15.7813260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:33:15.7813690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:33:15.7814060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7814560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7814940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7815320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7815690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7816070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7816440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7816800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7817170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7817530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7817900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7818290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T01:33:15.7818660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7819040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7819410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7819760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7820140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 12%] 2022-11-23T01:33:15.7820500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7820890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7821280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7821650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7822030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7822480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7822860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7823240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7823620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7823980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7824340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7824700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7825080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7825440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7825820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7826200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7826600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T01:33:15.7826930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 12%] 2022-11-23T01:33:15.7827250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 12%] 2022-11-23T01:33:15.7827610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7827990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7828510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7828900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7829270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7829640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7830020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7830410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7830860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7831250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7831630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7832000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7832350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7832710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7833070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7833430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7833810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7834170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7834540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7834920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7835300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7835710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7836110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7836610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7837070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T01:33:15.7837440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7837790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7838140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7838490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7839020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7839370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7839720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7840060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 14%] 2022-11-23T01:33:15.7840580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:33:15.7841040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:33:15.7841400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7841740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7842100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7842450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7842820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7843160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:33:15.7843480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:33:15.7843820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7844170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7844510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7844850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7845350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7845720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T01:33:15.7846190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:33:15.7846620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:33:15.7847070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:33:15.7847430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7847790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7848320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7848680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7849040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7849400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7849800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7858130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7858680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:33:15.7859110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:33:15.7859540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:33:15.7859970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:33:15.7860340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7860700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7861050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7861390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7861720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 15%] 2022-11-23T01:33:15.7862050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7862690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7863090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7863570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:33:15.7863930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7864290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:15.7864640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7864990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7865500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7865830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 PASSED [ 16%] 2022-11-23T01:33:15.7866160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7866510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7866850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7867310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:33:15.7867740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:33:15.7868090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7868530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:33:15.7868900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7869240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7869590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7870010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7870440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:33:15.7870870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:33:15.7871330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:33:15.7871950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 16%] 2022-11-23T01:33:15.7872410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7872900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:33:15.7873270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7873730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:33:15.7874120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T01:33:15.7874660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:33:15.7875030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7875480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:33:15.7875960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T01:33:15.7876420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:33:15.7876770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7877160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7877520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7877870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7878220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7878590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7878950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7879300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7879650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7880000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7880340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7880860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7881290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7881640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7881980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7882330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7882670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7883020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7883570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7883920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T01:33:15.7884270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7884610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7884950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7885300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7885640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7885990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7886350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7886690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7887030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7887380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7887730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7888080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7888430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7888800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7889140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7889630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7890060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7890400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7890750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7891090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7891430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7891980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7892330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T01:33:15.7892850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:33:15.7893280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:33:15.7893640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7893990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7894340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7894680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7895030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7895390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7895740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7896080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7896430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7896760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7897110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7897450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7897790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7898270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7898650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T01:33:15.7899110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T01:33:15.7899540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T01:33:15.7899850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_H_cpu_float64 PASSED [ 19%] 2022-11-23T01:33:15.7900120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___getitem___cpu_float64 PASSED [ 19%] 2022-11-23T01:33:15.7900400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 PASSED [ 19%] 2022-11-23T01:33:15.7900670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmatmul___cpu_float64 PASSED [ 19%] 2022-11-23T01:33:15.7901070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rsub___cpu_complex128 PASSED [ 19%] 2022-11-23T01:33:15.7901350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rsub___cpu_float64 PASSED [ 19%] 2022-11-23T01:33:15.7901610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_abs_cpu_complex128 PASSED [ 19%] 2022-11-23T01:33:15.7901880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acos_cpu_complex128 PASSED [ 20%] 2022-11-23T01:33:15.7902140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acos_cpu_float64 PASSED [ 20%] 2022-11-23T01:33:15.7902400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acosh_cpu_complex128 PASSED [ 20%] 2022-11-23T01:33:15.7902660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_add_cpu_complex128 PASSED [ 20%] 2022-11-23T01:33:15.7902950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addbmm_cpu_float64 PASSED [ 20%] 2022-11-23T01:33:15.7910600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 PASSED [ 20%] 2022-11-23T01:33:15.7910880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcdiv_cpu_float64 PASSED [ 20%] 2022-11-23T01:33:15.7911150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcmul_cpu_float64 PASSED [ 20%] 2022-11-23T01:33:15.7911410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_cpu_complex128 PASSED [ 20%] 2022-11-23T01:33:15.7911680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_cpu_float64 PASSED [ 20%] 2022-11-23T01:33:15.7911960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 PASSED [ 20%] 2022-11-23T01:33:15.7912240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 PASSED [ 20%] 2022-11-23T01:33:15.7912520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmv_cpu_float64 PASSED [ 20%] 2022-11-23T01:33:15.7912800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addr_cpu_complex128 PASSED [ 20%] 2022-11-23T01:33:15.7913120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_allclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T01:33:15.7913430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_amin_cpu_float64 PASSED [ 20%] 2022-11-23T01:33:15.7913690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_angle_cpu_complex128 PASSED [ 20%] 2022-11-23T01:33:15.7913960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_angle_cpu_float64 PASSED [ 20%] 2022-11-23T01:33:15.7914270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_any_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T01:33:15.7914620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_arange_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T01:33:15.7915220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T01:33:15.7915600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T01:33:15.7915950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argwhere_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T01:33:15.7916270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 20%] 2022-11-23T01:33:15.7916570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 XFAIL [ 20%] 2022-11-23T01:33:15.7916860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 XFAIL [ 21%] 2022-11-23T01:33:15.7917130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asin_cpu_float64 PASSED [ 21%] 2022-11-23T01:33:15.7917480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asinh_cpu_complex128 PASSED [ 21%] 2022-11-23T01:33:15.7917750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan2_cpu_float64 PASSED [ 21%] 2022-11-23T01:33:15.7918010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan_cpu_complex128 PASSED [ 21%] 2022-11-23T01:33:15.7918270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan_cpu_float64 PASSED [ 21%] 2022-11-23T01:33:15.7918530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atanh_cpu_complex128 PASSED [ 21%] 2022-11-23T01:33:15.7918800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 PASSED [ 21%] 2022-11-23T01:33:15.7919070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 PASSED [ 21%] 2022-11-23T01:33:15.7919340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 PASSED [ 21%] 2022-11-23T01:33:15.7919610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 XFAIL [ 21%] 2022-11-23T01:33:15.7919870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bmm_cpu_complex128 PASSED [ 21%] 2022-11-23T01:33:15.7920130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bmm_cpu_float64 PASSED [ 21%] 2022-11-23T01:33:15.7920450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bool_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:33:15.7920800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bool_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:33:15.7921110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 PASSED [ 21%] 2022-11-23T01:33:15.7921430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_byte_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:33:15.7921740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 PASSED [ 21%] 2022-11-23T01:33:15.7922010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cat_cpu_complex128 PASSED [ 21%] 2022-11-23T01:33:15.7922270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cat_cpu_float64 PASSED [ 21%] 2022-11-23T01:33:15.7922530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cfloat_cpu_complex128 XFAIL [ 21%] 2022-11-23T01:33:15.7922800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cfloat_cpu_float64 XFAIL [ 21%] 2022-11-23T01:33:15.7923060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chalf_cpu_float64 XFAIL [ 21%] 2022-11-23T01:33:15.7923370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_char_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T01:33:15.7923720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_char_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T01:33:15.7924210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7924490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7924770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7925060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7925330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chunk_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7925600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_max_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7925860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_min_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7926140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_column_stack_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7926420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_column_stack_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7926860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_complex_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7927140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7927420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7927700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7927970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cosh_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7928290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T01:33:15.7928590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cov_cpu_float64 XFAIL [ 22%] 2022-11-23T01:33:15.7928850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cross_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7929120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cummin_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7929380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumprod_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7929640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumsum_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7929920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 PASSED [ 22%] 2022-11-23T01:33:15.7930210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_embed_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7930490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_copy_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7930760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_cpu_float64 PASSED [ 22%] 2022-11-23T01:33:15.7931030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 PASSED [ 23%] 2022-11-23T01:33:15.7931300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diff_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7931560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dist_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7931820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dist_cpu_float64 PASSED [ 23%] 2022-11-23T01:33:15.7932100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 PASSED [ 23%] 2022-11-23T01:33:15.7932380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 PASSED [ 23%] 2022-11-23T01:33:15.7932660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dot_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7932920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dot_cpu_float64 PASSED [ 23%] 2022-11-23T01:33:15.7933190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dstack_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7933630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T01:33:15.7934010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T01:33:15.7934360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T01:33:15.7934700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eq_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T01:33:15.7935050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_equal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T01:33:15.7935340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7935730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp_cpu_float64 PASSED [ 23%] 2022-11-23T01:33:15.7936000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_as_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7936270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_as_cpu_float64 PASSED [ 23%] 2022-11-23T01:33:15.7936540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7936810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 PASSED [ 23%] 2022-11-23T01:33:15.7937070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7937340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7937610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 PASSED [ 23%] 2022-11-23T01:33:15.7937880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 PASSED [ 23%] 2022-11-23T01:33:15.7938150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7938420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7938690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7938950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7939220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7939480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7939750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7940020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7940290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7940560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7940830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7941100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7941360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7941620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7941890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7942150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7942510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fill_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7942810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fill_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7943070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flatten_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7943330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flatten_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7943600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fliplr_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7943860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flipud_cpu_complex128 PASSED [ 24%] 2022-11-23T01:33:15.7944120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_cpu_complex128 XFAIL [ 24%] 2022-11-23T01:33:15.7944380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_cpu_float64 XFAIL [ 24%] 2022-11-23T01:33:15.7944640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_power_cpu_float64 PASSED [ 24%] 2022-11-23T01:33:15.7945040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_floor_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7945300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmax_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7952230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmin_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7952580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_frac_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7952890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:33:15.7953250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:33:15.7953650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:33:15.7954000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_heaviside_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:33:15.7954340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:33:15.7954650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hsplit_cpu_complex128 PASSED [ 25%] 2022-11-23T01:33:15.7954920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hsplit_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7955180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hstack_cpu_complex128 PASSED [ 25%] 2022-11-23T01:33:15.7955440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hstack_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7955700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hypot_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7955960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_i0_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7956270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_igamma_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:33:15.7956610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_igammac_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:33:15.7956910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_add_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7957180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_copy_cpu_complex128 PASSED [ 25%] 2022-11-23T01:33:15.7957450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_fill_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7957720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_put_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7958200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_reduce_cpu_float64 PASSED [ 25%] 2022-11-23T01:33:15.7958520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_select_cpu_complex128 PASSED [ 25%] 2022-11-23T01:33:15.7958840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_int_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T01:33:15.7959180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_int_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:33:15.7959520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:33:15.7959860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isinf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:33:15.7960200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isnan_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:33:15.7960660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isneginf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:33:15.7961000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isposinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:33:15.7961350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isreal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:33:15.7961650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_istft_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:33:15.7961950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T01:33:15.7962280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T01:33:15.7962600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T01:33:15.7962920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T01:33:15.7963230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T01:33:15.7963540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T01:33:15.7963830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kron_cpu_complex128 PASSED [ 26%] 2022-11-23T01:33:15.7964090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kron_cpu_float64 PASSED [ 26%] 2022-11-23T01:33:15.7964350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ldexp_cpu_complex128 PASSED [ 26%] 2022-11-23T01:33:15.7964660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_le_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T01:33:15.7964950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lerp_cpu_complex128 PASSED [ 26%] 2022-11-23T01:33:15.7965210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lerp_cpu_float64 PASSED [ 26%] 2022-11-23T01:33:15.7965470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lgamma_cpu_float64 PASSED [ 26%] 2022-11-23T01:33:15.7965740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 PASSED [ 26%] 2022-11-23T01:33:15.7966010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 PASSED [ 26%] 2022-11-23T01:33:15.7966280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_cpu_float64 PASSED [ 26%] 2022-11-23T01:33:15.7966560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 PASSED [ 26%] 2022-11-23T01:33:15.7966930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 PASSED [ 27%] 2022-11-23T01:33:15.7967240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7967510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 PASSED [ 27%] 2022-11-23T01:33:15.7967780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7968050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7968330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7968600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 PASSED [ 27%] 2022-11-23T01:33:15.7968870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 PASSED [ 27%] 2022-11-23T01:33:15.7969200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T01:33:15.7969900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T01:33:15.7970310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T01:33:15.7970700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T01:33:15.7971020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T01:33:15.7971320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 27%] 2022-11-23T01:33:15.7971620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7971910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 PASSED [ 27%] 2022-11-23T01:33:15.7972190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7972480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 PASSED [ 27%] 2022-11-23T01:33:15.7972760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7973090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T01:33:15.7973420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7973690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7973960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7974230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 PASSED [ 27%] 2022-11-23T01:33:15.7974570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 28%] 2022-11-23T01:33:15.7974890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7975160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7975440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7975720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7976090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7976360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7976630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7976910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7977190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7977460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7977730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7978010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7978290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7978670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T01:33:15.7978970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log10_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7979230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log10_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7979490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log1p_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7979750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7980020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7980290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7980570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logaddexp_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7980840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7981110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logdet_cpu_complex128 PASSED [ 28%] 2022-11-23T01:33:15.7981370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logdet_cpu_float64 PASSED [ 28%] 2022-11-23T01:33:15.7981680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_and_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:33:15.7982030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_not_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:33:15.7982330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logit_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7982640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:33:15.7982950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 PASSED [ 29%] 2022-11-23T01:33:15.7983210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_solve_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7983480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 PASSED [ 29%] 2022-11-23T01:33:15.7983740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mH_cpu_complex128 PASSED [ 29%] 2022-11-23T01:33:15.7983990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mT_cpu_complex128 PASSED [ 29%] 2022-11-23T01:33:15.7984250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mT_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7984510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_amax_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7984850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_amin_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7985180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T01:33:15.7985500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128 PASSED [ 29%] 2022-11-23T01:33:15.7985780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7986050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 PASSED [ 29%] 2022-11-23T01:33:15.7986320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_fill_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7986580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_mean_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7986860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128 PASSED [ 29%] 2022-11-23T01:33:15.7987130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_prod_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7987470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 PASSED [ 29%] 2022-11-23T01:33:15.7987740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7988020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_select_cpu_complex128 PASSED [ 29%] 2022-11-23T01:33:15.7988290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_softmin_cpu_float64 PASSED [ 29%] 2022-11-23T01:33:15.7988590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_var_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.7998380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matmul_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.7998660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 PASSED [ 30%] 2022-11-23T01:33:15.7998940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.7999210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_binary_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.7999480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.7999770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8000040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mean_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8000320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8000600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_binary_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8000870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8001160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8001430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_minimum_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8001690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mode_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8001960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_movedim_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8002220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_msort_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8002480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mul_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8002790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_multinomial_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T01:33:15.8003100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mv_cpu_complex128 PASSED [ 30%] 2022-11-23T01:33:15.8003520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mv_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8003800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8004070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_cpu_complex128 PASSED [ 30%] 2022-11-23T01:33:15.8004350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8004630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:15.8004890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_neg_cpu_complex128 PASSED [ 30%] 2022-11-23T01:33:15.8005150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_neg_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8005460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:33:15.8005830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:33:15.8006260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:33:15.8006630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:33:15.8006980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:33:15.8007330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nextafter_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T01:33:15.8007660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8007970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8008280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8008580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8008870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8009160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8009440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8009740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8010040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8010330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 PASSED [ 31%] 2022-11-23T01:33:15.8010610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8010910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 31%] 2022-11-23T01:33:15.8011210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8011520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 31%] 2022-11-23T01:33:15.8011820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8012330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8012650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 31%] 2022-11-23T01:33:15.8012950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8013260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8013590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8013910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8014200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8014500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8014890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8015190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8015500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8015840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8016140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8016440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8016730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8017030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8017320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8017610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8017890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8018190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-11-23T01:33:15.8018500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8018800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8019100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8019400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8019700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8019990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 PASSED [ 32%] 2022-11-23T01:33:15.8020280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 PASSED [ 32%] 2022-11-23T01:33:15.8020580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 PASSED [ 33%] 2022-11-23T01:33:15.8020880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8021280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 33%] 2022-11-23T01:33:15.8021600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8021900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 33%] 2022-11-23T01:33:15.8022200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8022490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8022780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8023070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8023400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8023810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-11-23T01:33:15.8024150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8024440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8024730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8025020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 33%] 2022-11-23T01:33:15.8025330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8025620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 PASSED [ 33%] 2022-11-23T01:33:15.8025910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8026210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 33%] 2022-11-23T01:33:15.8026530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8026830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8027130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 33%] 2022-11-23T01:33:15.8027470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-11-23T01:33:15.8027830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-11-23T01:33:15.8028130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_cpu_complex128 PASSED [ 33%] 2022-11-23T01:33:15.8028400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 PASSED [ 34%] 2022-11-23T01:33:15.8028680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 PASSED [ 34%] 2022-11-23T01:33:15.8028950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_inf_cpu_float64 PASSED [ 34%] 2022-11-23T01:33:15.8029210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 PASSED [ 34%] 2022-11-23T01:33:15.8029490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 34%] 2022-11-23T01:33:15.8029810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 34%] 2022-11-23T01:33:15.8030230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:33:15.8030550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_outer_cpu_float64 PASSED [ 34%] 2022-11-23T01:33:15.8030820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_permute_cpu_float64 PASSED [ 34%] 2022-11-23T01:33:15.8031090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pinverse_cpu_float64 PASSED [ 34%] 2022-11-23T01:33:15.8031350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polar_cpu_float64 PASSED [ 34%] 2022-11-23T01:33:15.8031630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 34%] 2022-11-23T01:33:15.8031940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T01:33:15.8032250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T01:33:15.8032610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pow_cpu_complex128 PASSED [ 34%] 2022-11-23T01:33:15.8032880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_prod_cpu_complex128 PASSED [ 34%] 2022-11-23T01:33:15.8033140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_prod_cpu_float64 PASSED [ 34%] 2022-11-23T01:33:15.8033460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rand_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:33:15.8033820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rand_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:33:15.8034170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randint_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:33:15.8034520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:33:15.8034870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:33:15.8042580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:33:15.8042950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T01:33:15.8043260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ravel_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:15.8043520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ravel_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8043790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reciprocal_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8044070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_remainder_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8044340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_renorm_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:15.8044600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8044880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:15.8045160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:15.8045430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8045740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T01:33:15.8046090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize_as__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T01:33:15.8046660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize_as__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T01:33:15.8046980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:15.8047240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rot90_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8047520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8047810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T01:33:15.8048100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T01:33:15.8048390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:15.8048650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsqrt_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8048960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsub_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:15.8049220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:15.8049510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8049790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8050070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:15.8050340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_scatter_cpu_float64 PASSED [ 35%] 2022-11-23T01:33:15.8050610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sgn_cpu_complex128 PASSED [ 36%] 2022-11-23T01:33:15.8050870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sgn_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8051180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_short_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8051480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 PASSED [ 36%] 2022-11-23T01:33:15.8051750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sigmoid_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8052070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8052450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8052820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8053180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signbit_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8053490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sin_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8053750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinh_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8054020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8054290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sort_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8054580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 36%] 2022-11-23T01:33:15.8054920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8055540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8055940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8056310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8056880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 36%] 2022-11-23T01:33:15.8057220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_entr_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8057550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T01:33:15.8058000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i0e_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8058270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i1_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8058540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i1e_cpu_float64 PASSED [ 36%] 2022-11-23T01:33:15.8058950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T01:33:15.8059340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:33:15.8059710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:33:15.8060030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 PASSED [ 37%] 2022-11-23T01:33:15.8060310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 PASSED [ 37%] 2022-11-23T01:33:15.8060650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:33:15.8061030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:33:15.8061490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T01:33:15.8061970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T01:33:15.8062440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T01:33:15.8062830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T01:33:15.8063160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 PASSED [ 37%] 2022-11-23T01:33:15.8063430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_cpu_complex128 PASSED [ 37%] 2022-11-23T01:33:15.8063710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 PASSED [ 37%] 2022-11-23T01:33:15.8063990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 PASSED [ 37%] 2022-11-23T01:33:15.8064360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sqrt_cpu_complex128 PASSED [ 37%] 2022-11-23T01:33:15.8064670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_squeeze_cpu_complex128 PASSED [ 37%] 2022-11-23T01:33:15.8064940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_squeeze_cpu_float64 PASSED [ 37%] 2022-11-23T01:33:15.8065210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stack_cpu_complex128 PASSED [ 37%] 2022-11-23T01:33:15.8065470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stack_cpu_float64 PASSED [ 37%] 2022-11-23T01:33:15.8065740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_cpu_complex128 PASSED [ 37%] 2022-11-23T01:33:15.8066000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_cpu_float64 PASSED [ 37%] 2022-11-23T01:33:15.8066260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_mean_cpu_float64 PASSED [ 37%] 2022-11-23T01:33:15.8066530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stft_cpu_complex128 PASSED [ 37%] 2022-11-23T01:33:15.8066790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stft_cpu_float64 PASSED [ 37%] 2022-11-23T01:33:15.8067120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sub_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8067380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8067640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8067910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8068170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_symeig_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8068440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_t_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8068700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8068960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8069220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tan_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8069480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tan_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8069750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8070100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensordot_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8070370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tile_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8070630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8070890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_sparse_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8071150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trace_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8071420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8071690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapz_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8071960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapz_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8072220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tril_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8072480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tril_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8072740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trunc_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8072990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unbind_cpu_float64 PASSED [ 38%] 2022-11-23T01:33:15.8073260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unflatten_cpu_complex128 PASSED [ 38%] 2022-11-23T01:33:15.8073540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_copy_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8073910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8074180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8074490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_uniform_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T01:33:15.8074860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T01:33:15.8075210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unique_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T01:33:15.8075520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8075790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8076150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8076420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_mean_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8076690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vdot_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8076950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vdot_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8077220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8077480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8077750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8078020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_copy_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8078290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8078590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8078850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vsplit_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8079120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vstack_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8086100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vstack_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8086470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_where_cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8086730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_where_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8087000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_xlogy_cpu_float64 PASSED [ 39%] 2022-11-23T01:33:15.8087260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zero__cpu_complex128 PASSED [ 39%] 2022-11-23T01:33:15.8087530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zero__cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8087850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 40%] 2022-11-23T01:33:15.8088210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 40%] 2022-11-23T01:33:15.8088520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_H_cpu_complex128 PASSED [ 40%] 2022-11-23T01:33:15.8088780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_H_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8089050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_T_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8089310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8089740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 PASSED [ 40%] 2022-11-23T01:33:15.8090020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___radd___cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8090300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 PASSED [ 40%] 2022-11-23T01:33:15.8090580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8090850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8091110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_abs_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8091380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acos_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8091640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_add_cpu_complex128 PASSED [ 40%] 2022-11-23T01:33:15.8091910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_add_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8092220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 PASSED [ 40%] 2022-11-23T01:33:15.8092500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8092770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 PASSED [ 40%] 2022-11-23T01:33:15.8093040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8093320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 PASSED [ 40%] 2022-11-23T01:33:15.8093580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8093850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 PASSED [ 40%] 2022-11-23T01:33:15.8094150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addr_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:15.8094630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:33:15.8094940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_amax_cpu_float64 PASSED [ 41%] 2022-11-23T01:33:15.8095200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_amin_cpu_float64 PASSED [ 41%] 2022-11-23T01:33:15.8095460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 PASSED [ 41%] 2022-11-23T01:33:15.8095730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_angle_cpu_float64 PASSED [ 41%] 2022-11-23T01:33:15.8096110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:33:15.8096530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:33:15.8096950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:33:15.8097380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:33:15.8097620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:33:15.8097760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 PASSED [ 41%] 2022-11-23T01:33:15.8097900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 PASSED [ 41%] 2022-11-23T01:33:15.8098020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 PASSED [ 41%] 2022-11-23T01:33:15.8098280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 PASSED [ 41%] 2022-11-23T01:33:15.8098460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 PASSED [ 41%] 2022-11-23T01:33:15.8098580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 PASSED [ 41%] 2022-11-23T01:33:15.8098700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan_cpu_float64 PASSED [ 41%] 2022-11-23T01:33:15.8098830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 PASSED [ 41%] 2022-11-23T01:33:15.8098960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 PASSED [ 41%] 2022-11-23T01:33:15.8099090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 PASSED [ 41%] 2022-11-23T01:33:15.8099220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 PASSED [ 41%] 2022-11-23T01:33:15.8099350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 XFAIL [ 41%] 2022-11-23T01:33:15.8099580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 PASSED [ 41%] 2022-11-23T01:33:15.8099700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 PASSED [ 41%] 2022-11-23T01:33:15.8099940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:33:15.8100170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T01:33:15.8100320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 PASSED [ 42%] 2022-11-23T01:33:15.8100450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 PASSED [ 42%] 2022-11-23T01:33:15.8100590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 PASSED [ 42%] 2022-11-23T01:33:15.8100720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 PASSED [ 42%] 2022-11-23T01:33:15.8100960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T01:33:15.8101190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T01:33:15.8101330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 PASSED [ 42%] 2022-11-23T01:33:15.8101460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 PASSED [ 42%] 2022-11-23T01:33:15.8101720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 42%] 2022-11-23T01:33:15.8101990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 42%] 2022-11-23T01:33:15.8102230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 42%] 2022-11-23T01:33:15.8102360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdouble_cpu_complex128 PASSED [ 42%] 2022-11-23T01:33:15.8102490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdouble_cpu_float64 PASSED [ 42%] 2022-11-23T01:33:15.8102610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 XFAIL [ 42%] 2022-11-23T01:33:15.8102740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 XFAIL [ 42%] 2022-11-23T01:33:15.8102960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T01:33:15.8103160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 PASSED [ 42%] 2022-11-23T01:33:15.8103310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 PASSED [ 42%] 2022-11-23T01:33:15.8103450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 PASSED [ 42%] 2022-11-23T01:33:15.8103580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 PASSED [ 42%] 2022-11-23T01:33:15.8103720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 PASSED [ 42%] 2022-11-23T01:33:15.8103840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 PASSED [ 42%] 2022-11-23T01:33:15.8103970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 PASSED [ 42%] 2022-11-23T01:33:15.8104090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8104300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8104430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8104560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_complex_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8104680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8104810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8104940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8105060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8105180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cos_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8105310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8105580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:33:15.8105710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8105830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8105950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8106080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8106210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8106330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8106460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8106600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8106720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8106860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8106980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diff_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8107110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8107250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 43%] 2022-11-23T01:33:15.8107420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 PASSED [ 43%] 2022-11-23T01:33:15.8107550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_double_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8107680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8107810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8107930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8108160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:33:15.8108290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erf_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8108410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8108540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8108710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8108830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8109060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:33:15.8109190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8109320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8109440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8109570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8109690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8109820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8109950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8110080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8110210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8110330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 PASSED [ 44%] 2022-11-23T01:33:15.8110460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8110590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8110720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 PASSED [ 44%] 2022-11-23T01:33:15.8110850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 PASSED [ 45%] 2022-11-23T01:33:15.8110980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 PASSED [ 45%] 2022-11-23T01:33:15.8111100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 PASSED [ 45%] 2022-11-23T01:33:15.8111240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 PASSED [ 45%] 2022-11-23T01:33:15.8111360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 PASSED [ 45%] 2022-11-23T01:33:15.8111480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 PASSED [ 45%] 2022-11-23T01:33:15.8111610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 PASSED [ 45%] 2022-11-23T01:33:15.8111780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 PASSED [ 45%] 2022-11-23T01:33:15.8111910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 PASSED [ 45%] 2022-11-23T01:33:15.8112030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 PASSED [ 45%] 2022-11-23T01:33:15.8112160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 PASSED [ 45%] 2022-11-23T01:33:15.8112290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 PASSED [ 45%] 2022-11-23T01:33:15.8112530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:33:15.8112650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 PASSED [ 45%] 2022-11-23T01:33:15.8112780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 PASSED [ 45%] 2022-11-23T01:33:15.8113000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:33:15.8113310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:33:15.8113440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 PASSED [ 45%] 2022-11-23T01:33:15.8113670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:33:15.8113800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 PASSED [ 45%] 2022-11-23T01:33:15.8114050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_grid_sampler_2d_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-11-23T01:33:15.8114280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:33:15.8114400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_half_cpu_float64 XFAIL [ 45%] 2022-11-23T01:33:15.8114630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:33:15.8114870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:33:15.8115000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 PASSED [ 46%] 2022-11-23T01:33:15.8115120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 PASSED [ 46%] 2022-11-23T01:33:15.8115240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_i0_cpu_float64 PASSED [ 46%] 2022-11-23T01:33:15.8115470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:33:15.8115600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 PASSED [ 46%] 2022-11-23T01:33:15.8115730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 PASSED [ 46%] 2022-11-23T01:33:15.8115860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 PASSED [ 46%] 2022-11-23T01:33:15.8115990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 PASSED [ 46%] 2022-11-23T01:33:15.8116120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 PASSED [ 46%] 2022-11-23T01:33:15.8116250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 PASSED [ 46%] 2022-11-23T01:33:15.8116380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 PASSED [ 46%] 2022-11-23T01:33:15.8116580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 PASSED [ 46%] 2022-11-23T01:33:15.8116700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_inner_cpu_float64 PASSED [ 46%] 2022-11-23T01:33:15.8116960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:33:15.8117220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:33:15.8117450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:33:15.8117680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:33:15.8117940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:33:15.8118300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:33:15.8118520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:33:15.8118650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 PASSED [ 46%] 2022-11-23T01:33:15.8118810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:33:15.8118960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:33:15.8119110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:33:15.8119240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8119460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:33:15.8119590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8119720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8119850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8119980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8120110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8120240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8120370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8120500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8120630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8120770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8120900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8121150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:33:15.8121430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:33:15.8121580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 47%] 2022-11-23T01:33:15.8121730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-11-23T01:33:15.8121870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8122000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8122120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8122260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8122400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8122560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8122700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 PASSED [ 47%] 2022-11-23T01:33:15.8128410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 PASSED [ 47%] 2022-11-23T01:33:15.8128610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8128750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8129080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:33:15.8129220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 XFAIL [ 48%] 2022-11-23T01:33:15.8129350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 XFAIL [ 48%] 2022-11-23T01:33:15.8129490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 48%] 2022-11-23T01:33:15.8129630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 PASSED [ 48%] 2022-11-23T01:33:15.8129760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8129900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8130090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 48%] 2022-11-23T01:33:15.8130220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8130360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 PASSED [ 48%] 2022-11-23T01:33:15.8130490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 PASSED [ 48%] 2022-11-23T01:33:15.8130630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 48%] 2022-11-23T01:33:15.8130760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 PASSED [ 48%] 2022-11-23T01:33:15.8130890Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8131030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 PASSED [ 48%] 2022-11-23T01:33:15.8131160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8131410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8131550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8131680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 PASSED [ 48%] 2022-11-23T01:33:15.8131810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 PASSED [ 48%] 2022-11-23T01:33:15.8132050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:33:15.8132290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:33:15.8132420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 PASSED [ 49%] 2022-11-23T01:33:15.8132540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 PASSED [ 49%] 2022-11-23T01:33:15.8132720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_cpu_complex128 PASSED [ 49%] 2022-11-23T01:33:15.8132850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8132990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_with_dtype_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8133120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8133250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8133490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:33:15.8133730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:33:15.8133970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:33:15.8134200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:33:15.8134440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:33:15.8134670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:33:15.8134800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 PASSED [ 49%] 2022-11-23T01:33:15.8134930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8135050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 PASSED [ 49%] 2022-11-23T01:33:15.8135180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mT_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8135310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8135440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8135570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8135700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8135830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8135970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped!) [ 49%] 2022-11-23T01:33:15.8136170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T01:33:15.8136310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128 PASSED [ 49%] 2022-11-23T01:33:15.8136440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8136570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128 PASSED [ 50%] 2022-11-23T01:33:15.8136700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 PASSED [ 50%] 2022-11-23T01:33:15.8136830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8136970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 PASSED [ 50%] 2022-11-23T01:33:15.8137100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8137250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8137380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128 PASSED [ 50%] 2022-11-23T01:33:15.8137510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128 PASSED [ 50%] 2022-11-23T01:33:15.8137640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128 PASSED [ 50%] 2022-11-23T01:33:15.8137770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8137910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8138030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mean_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8138150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_median_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8138290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8138440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 50%] 2022-11-23T01:33:15.8138580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8138720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8138860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8138990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8139110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mm_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8139240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 PASSED [ 50%] 2022-11-23T01:33:15.8139360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8139490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_msort_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:15.8139610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 PASSED [ 50%] 2022-11-23T01:33:15.8139730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mv_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8139870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8139990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8140120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8140310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8140560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:33:15.8140700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8140830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 XFAIL [ 51%] 2022-11-23T01:33:15.8141070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:33:15.8141290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:33:15.8141530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:33:15.8141840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:33:15.8142090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:33:15.8142320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:33:15.8142470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8142620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8142770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8142910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8143060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8143200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8143340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8143480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8143620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8143770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 51%] 2022-11-23T01:33:15.8143930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8144060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8144200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8144340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 52%] 2022-11-23T01:33:15.8144480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8144620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8144760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8145060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T01:33:15.8145210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8145370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8145530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 52%] 2022-11-23T01:33:15.8145690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8145840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8145990Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8146160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8146430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T01:33:15.8146570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8146720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8146860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8147000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8147150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8147290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8147440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8147590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8147730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 PASSED [ 52%] 2022-11-23T01:33:15.8147870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 53%] 2022-11-23T01:33:15.8148010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8148150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8148280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8148430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8148580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T01:33:15.8148720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8148870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T01:33:15.8149010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8149190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8149470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T01:33:15.8149610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8149750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8149900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 53%] 2022-11-23T01:33:15.8150040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 53%] 2022-11-23T01:33:15.8150190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 53%] 2022-11-23T01:33:15.8150360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8150510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 53%] 2022-11-23T01:33:15.8150660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8150810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 53%] 2022-11-23T01:33:15.8150950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8151090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8151230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 XFAIL [ 53%] 2022-11-23T01:33:15.8151360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 53%] 2022-11-23T01:33:15.8151620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T01:33:15.8151760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8151900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8152040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8152180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8152320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8152480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 54%] 2022-11-23T01:33:15.8152640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8152770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 PASSED [ 54%] 2022-11-23T01:33:15.8152920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8153150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T01:33:15.8153280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 PASSED [ 54%] 2022-11-23T01:33:15.8153440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 PASSED [ 54%] 2022-11-23T01:33:15.8153570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8153730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 54%] 2022-11-23T01:33:15.8153970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T01:33:15.8154200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T01:33:15.8154440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T01:33:15.8154670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T01:33:15.8154820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 PASSED [ 54%] 2022-11-23T01:33:15.8154950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8155080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 PASSED [ 54%] 2022-11-23T01:33:15.8155210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8155330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_permute_cpu_float64 PASSED [ 54%] 2022-11-23T01:33:15.8155460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 PASSED [ 54%] 2022-11-23T01:33:15.8155590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polar_cpu_float64 PASSED [ 55%] 2022-11-23T01:33:15.8155730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 55%] 2022-11-23T01:33:15.8155880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T01:33:15.8156030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T01:33:15.8156160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 PASSED [ 55%] 2022-11-23T01:33:15.8156280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_positive_cpu_float64 PASSED [ 55%] 2022-11-23T01:33:15.8156410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 PASSED [ 55%] 2022-11-23T01:33:15.8156530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pow_cpu_float64 PASSED [ 55%] 2022-11-23T01:33:15.8156660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 PASSED [ 55%] 2022-11-23T01:33:15.8156780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_prod_cpu_float64 PASSED [ 55%] 2022-11-23T01:33:15.8156900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_put_cpu_complex128 PASSED [ 55%] 2022-11-23T01:33:15.8157030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 PASSED [ 55%] 2022-11-23T01:33:15.8157150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_qr_cpu_float64 PASSED [ 55%] 2022-11-23T01:33:15.8157390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T01:33:15.8157620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T01:33:15.8157850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T01:33:15.8158330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T01:33:15.8158630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T01:33:15.8158870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T01:33:15.8159000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 PASSED [ 55%] 2022-11-23T01:33:15.8159120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_real_cpu_float64 PASSED [ 55%] 2022-11-23T01:33:15.8159250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 PASSED [ 55%] 2022-11-23T01:33:15.8159380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 PASSED [ 55%] 2022-11-23T01:33:15.8159510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 PASSED [ 55%] 2022-11-23T01:33:15.8159710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8159840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 PASSED [ 56%] 2022-11-23T01:33:15.8159970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8160210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:33:15.8160450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:33:15.8160690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:33:15.8160840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8160970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 PASSED [ 56%] 2022-11-23T01:33:15.8161110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8161230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_roll_cpu_float64 PASSED [ 56%] 2022-11-23T01:33:15.8161360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8161490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 PASSED [ 56%] 2022-11-23T01:33:15.8161640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 56%] 2022-11-23T01:33:15.8161770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8161900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 PASSED [ 56%] 2022-11-23T01:33:15.8162030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8162150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 PASSED [ 56%] 2022-11-23T01:33:15.8162400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:33:15.8162540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8162680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 56%] 2022-11-23T01:33:15.8162810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 56%] 2022-11-23T01:33:15.8163090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:33:15.8163360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 56%] 2022-11-23T01:33:15.8163500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8163620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 PASSED [ 56%] 2022-11-23T01:33:15.8163750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 PASSED [ 57%] 2022-11-23T01:33:15.8164000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8164260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8164570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8164820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8164950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sin_cpu_float64 PASSED [ 57%] 2022-11-23T01:33:15.8165070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 PASSED [ 57%] 2022-11-23T01:33:15.8165200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_cpu_complex128 PASSED [ 57%] 2022-11-23T01:33:15.8165330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_cpu_float64 PASSED [ 57%] 2022-11-23T01:33:15.8165460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 PASSED [ 57%] 2022-11-23T01:33:15.8165580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sort_cpu_float64 PASSED [ 57%] 2022-11-23T01:33:15.8165730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T01:33:15.8165980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8171570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8171980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8172240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8172530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T01:33:15.8172790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T01:33:15.8172920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 PASSED [ 57%] 2022-11-23T01:33:15.8173180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8173320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 PASSED [ 57%] 2022-11-23T01:33:15.8173580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 PASSED [ 57%] 2022-11-23T01:33:15.8173860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T01:33:15.8174110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:33:15.8174360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:33:15.8174610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:33:15.8174740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 PASSED [ 58%] 2022-11-23T01:33:15.8175000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:33:15.8175340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:33:15.8175610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 58%] 2022-11-23T01:33:15.8175850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:33:15.8175980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8176100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_cpu_float64 PASSED [ 58%] 2022-11-23T01:33:15.8176240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8176380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8176500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8176630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 PASSED [ 58%] 2022-11-23T01:33:15.8176750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_square_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8176880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_square_cpu_float64 PASSED [ 58%] 2022-11-23T01:33:15.8177010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8177140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 PASSED [ 58%] 2022-11-23T01:33:15.8177260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8177390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_cpu_float64 PASSED [ 58%] 2022-11-23T01:33:15.8177520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8177640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 PASSED [ 58%] 2022-11-23T01:33:15.8177770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8177900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 PASSED [ 58%] 2022-11-23T01:33:15.8178020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 PASSED [ 58%] 2022-11-23T01:33:15.8178150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_t_cpu_complex128 PASSED [ 58%] 2022-11-23T01:33:15.8178340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8178460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_cpu_complex128 PASSED [ 59%] 2022-11-23T01:33:15.8178590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tan_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8178730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8178860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 PASSED [ 59%] 2022-11-23T01:33:15.8178980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tile_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8179110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_topk_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8179230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 PASSED [ 59%] 2022-11-23T01:33:15.8179370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 PASSED [ 59%] 2022-11-23T01:33:15.8179540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tril_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8179660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triu_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8179790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 PASSED [ 59%] 2022-11-23T01:33:15.8179920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8180050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 PASSED [ 59%] 2022-11-23T01:33:15.8180170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8180300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_copy_cpu_complex128 PASSED [ 59%] 2022-11-23T01:33:15.8180430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8180700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:33:15.8180930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:33:15.8181060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8181190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 PASSED [ 59%] 2022-11-23T01:33:15.8181310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8181440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8181570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 PASSED [ 59%] 2022-11-23T01:33:15.8181700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 PASSED [ 60%] 2022-11-23T01:33:15.8181830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_copy_cpu_float64 PASSED [ 60%] 2022-11-23T01:33:15.8181950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_cpu_complex128 PASSED [ 60%] 2022-11-23T01:33:15.8182080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 PASSED [ 60%] 2022-11-23T01:33:15.8182200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 PASSED [ 60%] 2022-11-23T01:33:15.8182320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zero__cpu_float64 PASSED [ 60%] 2022-11-23T01:33:15.8182560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:33:15.8182880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:33:15.8183180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:33:15.8183340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_H_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8183480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_H_cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8183630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_T_cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8183790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___getitem___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8183940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___getitem___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8184200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___radd___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8184360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8184510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8184660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8184800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-11-23T01:33:15.8184950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rsub___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8185100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rsub___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8185260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad__softmax_backward_data_cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T01:33:15.8185500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 60%] 2022-11-23T01:33:15.8185630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_abs_cpu_float64 PASSED [ 60%] 2022-11-23T01:33:15.8185750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acosh_cpu_float64 PASSED [ 60%] 2022-11-23T01:33:15.8185880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 PASSED [ 61%] 2022-11-23T01:33:15.8186010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 PASSED [ 61%] 2022-11-23T01:33:15.8186140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_cpu_float64 PASSED [ 61%] 2022-11-23T01:33:15.8186270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmv_cpu_complex128 PASSED [ 61%] 2022-11-23T01:33:15.8186500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:33:15.8186740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:33:15.8186890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:33:15.8187030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:33:15.8187260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:33:15.8187540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:33:15.8187830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:33:15.8188060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:33:15.8188300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:33:15.8188540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:33:15.8188690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 61%] 2022-11-23T01:33:15.8188920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:33:15.8189080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:33:15.8189210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asin_cpu_float64 PASSED [ 61%] 2022-11-23T01:33:15.8189330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asinh_cpu_float64 PASSED [ 61%] 2022-11-23T01:33:15.8189450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan2_cpu_float64 PASSED [ 61%] 2022-11-23T01:33:15.8189590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan_cpu_complex128 PASSED [ 61%] 2022-11-23T01:33:15.8189710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan_cpu_float64 PASSED [ 61%] 2022-11-23T01:33:15.8189840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atanh_cpu_complex128 PASSED [ 61%] 2022-11-23T01:33:15.8190000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T01:33:15.8190160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8190310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8190440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 PASSED [ 62%] 2022-11-23T01:33:15.8190600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8190760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8191020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:33:15.8191180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8191420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:33:15.8191580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8191840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 62%] 2022-11-23T01:33:15.8192180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 62%] 2022-11-23T01:33:15.8192340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8192460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ceil_cpu_float64 PASSED [ 62%] 2022-11-23T01:33:15.8192620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cfloat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8192770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chalf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8192910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chalf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8193150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:33:15.8193310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8193530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8193690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8193850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8194010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8194160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chunk_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T01:33:15.8194280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_cpu_float64 PASSED [ 62%] 2022-11-23T01:33:15.8194420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 PASSED [ 62%] 2022-11-23T01:33:15.8194570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clone_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8194720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clone_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8194890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8195050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_column_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8195200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_combinations_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8195350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8195500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 PASSED [ 63%] 2022-11-23T01:33:15.8195660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8195790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_copysign_cpu_float64 PASSED [ 63%] 2022-11-23T01:33:15.8195950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8196090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cos_cpu_complex128 PASSED [ 63%] 2022-11-23T01:33:15.8196210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cos_cpu_float64 PASSED [ 63%] 2022-11-23T01:33:15.8196340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cosh_cpu_float64 PASSED [ 63%] 2022-11-23T01:33:15.8196540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8196700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8196870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8197000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 PASSED [ 63%] 2022-11-23T01:33:15.8197150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8197300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8197460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8197670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8197820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8197980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagflat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8198140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_copy_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T01:33:15.8198310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8198460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diff_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8198590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_digamma_cpu_float64 PASSED [ 64%] 2022-11-23T01:33:15.8198750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dist_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8198900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8199060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_double_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8199220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8199370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8199520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8199810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T01:33:15.8200070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T01:33:15.8200310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T01:33:15.8200440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erf_cpu_float64 PASSED [ 64%] 2022-11-23T01:33:15.8200570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erfinv_cpu_float64 PASSED [ 64%] 2022-11-23T01:33:15.8200700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp2_cpu_float64 PASSED [ 64%] 2022-11-23T01:33:15.8200830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp_cpu_complex128 PASSED [ 64%] 2022-11-23T01:33:15.8201020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp_cpu_float64 PASSED [ 64%] 2022-11-23T01:33:15.8201180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8201420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T01:33:15.8201660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T01:33:15.8201810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8201970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8202130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8202340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8202500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T01:33:15.8202650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8202800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8202950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8203110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8203260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8203410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8203560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8203710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8203860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8204010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flip_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8204160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flip_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8204310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8204440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_power_cpu_float64 PASSED [ 65%] 2022-11-23T01:33:15.8204690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:33:15.8204840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8204960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_frac_cpu_float64 PASSED [ 65%] 2022-11-23T01:33:15.8205200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:33:15.8205490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:33:15.8205730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:33:15.8205880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gradient_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8206110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:33:15.8206270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_half_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8206410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_half_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:15.8206650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:33:15.8206830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:33:15.8206960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hypot_cpu_float64 PASSED [ 66%] 2022-11-23T01:33:15.8207090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_add_cpu_complex128 PASSED [ 66%] 2022-11-23T01:33:15.8207220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_copy_cpu_float64 PASSED [ 66%] 2022-11-23T01:33:15.8207360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 PASSED [ 66%] 2022-11-23T01:33:15.8207480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_fill_cpu_float64 PASSED [ 66%] 2022-11-23T01:33:15.8207610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_put_cpu_float64 PASSED [ 66%] 2022-11-23T01:33:15.8207770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:33:15.8208020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:33:15.8208270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:33:15.8208520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:33:15.8208760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:33:15.8209000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:33:15.8209250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:33:15.8209480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:33:15.8209640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_istft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:33:15.8209800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:33:15.8209970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:33:15.8210160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:33:15.8210320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T01:33:15.8210470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kron_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:33:15.8210630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T01:33:15.8210760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ldexp_cpu_float64 PASSED [ 66%] 2022-11-23T01:33:15.8210890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lerp_cpu_complex128 PASSED [ 66%] 2022-11-23T01:33:15.8211020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lerp_cpu_float64 PASSED [ 66%] 2022-11-23T01:33:15.8211160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lgamma_cpu_float64 PASSED [ 67%] 2022-11-23T01:33:15.8211380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8217000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8217220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8217380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8217540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8217690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8217870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8218040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8218200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8218350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8218650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:33:15.8218900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:33:15.8219160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:33:15.8219310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 67%] 2022-11-23T01:33:15.8219480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8219640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8219790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8219950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8220230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8220400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8220560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T01:33:15.8220810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:33:15.8221080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:33:15.8221330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:33:15.8221520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8221690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8221840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8221990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8222180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T01:33:15.8222340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8222500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8222660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8222810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8222960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8223120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8223280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8223440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8223600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8223770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8223930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8224090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8224250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8224570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:33:15.8224700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log1p_cpu_float64 PASSED [ 68%] 2022-11-23T01:33:15.8224830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log2_cpu_complex128 PASSED [ 68%] 2022-11-23T01:33:15.8224950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log2_cpu_float64 PASSED [ 68%] 2022-11-23T01:33:15.8225110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8225260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T01:33:15.8225420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8225710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:33:15.8225940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:33:15.8226180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:33:15.8226310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logit_cpu_float64 PASSED [ 69%] 2022-11-23T01:33:15.8226550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:33:15.8226700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8226940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:33:15.8227170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:33:15.8227330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8227480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8227640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8227780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mH_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8227930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mT_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8228090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8228330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:33:15.8228490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8228650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8228820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 PASSED [ 69%] 2022-11-23T01:33:15.8229010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8229180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8229340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8229500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8229660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T01:33:15.8229800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 PASSED [ 69%] 2022-11-23T01:33:15.8229950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8230110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8230300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8230450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8230600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8230760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8230910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matmul_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8231060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matmul_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8231220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8231370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8231520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8231670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8231820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8231990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8232170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8232340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8232500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8232660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8232820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mode_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8232970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_movedim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8233180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_movedim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8233320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mul_cpu_complex128 PASSED [ 70%] 2022-11-23T01:33:15.8233570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T01:33:15.8233730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:15.8233860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 PASSED [ 71%] 2022-11-23T01:33:15.8234010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8234170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nansum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8234460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8234640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_dropout_backward_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8234880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8235010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_neg_cpu_complex128 PASSED [ 71%] 2022-11-23T01:33:15.8235130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_neg_cpu_float64 PASSED [ 71%] 2022-11-23T01:33:15.8235380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8235610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8235860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8236110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8236350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8236590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8236830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8237070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:33:15.8237250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8237400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 71%] 2022-11-23T01:33:15.8237570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8237730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8237930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8238110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8238270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8238440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8238610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T01:33:15.8238790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8238950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8239120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 72%] 2022-11-23T01:33:15.8239260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 72%] 2022-11-23T01:33:15.8239430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8239600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8239770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 72%] 2022-11-23T01:33:15.8239940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 72%] 2022-11-23T01:33:15.8240100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8240260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8240430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8240580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 72%] 2022-11-23T01:33:15.8240750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8240910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8241090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8241260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8241430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8241590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8241750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8241890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 72%] 2022-11-23T01:33:15.8242140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8242320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8242490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8242650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T01:33:15.8242820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8243000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8243210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8243350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 PASSED [ 73%] 2022-11-23T01:33:15.8243510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8243690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8243860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8244030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8244200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8244370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8244530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8244710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8244880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8245040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8245200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8245380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8245550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8245690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 PASSED [ 73%] 2022-11-23T01:33:15.8245860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8246020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8246210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8246380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8246550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8246730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8246920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T01:33:15.8247100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8247290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8247450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8247600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8247760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8247910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8248060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8248330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T01:33:15.8248570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T01:33:15.8248730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8248880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ormqr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8249030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_outer_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8249190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8249350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pinverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8249490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 74%] 2022-11-23T01:33:15.8249640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:33:15.8249790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:33:15.8249950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:33:15.8250110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_positive_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8250240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pow_cpu_complex128 PASSED [ 74%] 2022-11-23T01:33:15.8250440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pow_cpu_float64 PASSED [ 74%] 2022-11-23T01:33:15.8250570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_put_cpu_complex128 PASSED [ 74%] 2022-11-23T01:33:15.8250700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_put_cpu_float64 PASSED [ 74%] 2022-11-23T01:33:15.8250850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_quantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T01:33:15.8251100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:33:15.8251340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:33:15.8251490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ravel_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8251690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8251850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_real_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8251990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 PASSED [ 75%] 2022-11-23T01:33:15.8252120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_remainder_cpu_float64 PASSED [ 75%] 2022-11-23T01:33:15.8252250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_renorm_cpu_float64 PASSED [ 75%] 2022-11-23T01:33:15.8252420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8252580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8252740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8252890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8253050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8253210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8253440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:33:15.8253610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8253770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8253930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8254080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_roll_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8254220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_roll_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8254360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 PASSED [ 75%] 2022-11-23T01:33:15.8254510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 75%] 2022-11-23T01:33:15.8254640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 PASSED [ 75%] 2022-11-23T01:33:15.8254850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsub_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:15.8254990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 PASSED [ 75%] 2022-11-23T01:33:15.8255120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_cpu_float64 PASSED [ 76%] 2022-11-23T01:33:15.8255260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 PASSED [ 76%] 2022-11-23T01:33:15.8255390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 PASSED [ 76%] 2022-11-23T01:33:15.8255640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:33:15.8255800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:33:15.8255960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:33:15.8256160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:33:15.8256290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sgn_cpu_complex128 PASSED [ 76%] 2022-11-23T01:33:15.8256420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sgn_cpu_float64 PASSED [ 76%] 2022-11-23T01:33:15.8256540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sign_cpu_float64 PASSED [ 76%] 2022-11-23T01:33:15.8256800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:33:15.8257050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:33:15.8257300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:33:15.8257430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sin_cpu_complex128 PASSED [ 76%] 2022-11-23T01:33:15.8262950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinc_cpu_complex128 PASSED [ 76%] 2022-11-23T01:33:15.8263160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinh_cpu_complex128 PASSED [ 76%] 2022-11-23T01:33:15.8263320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:33:15.8263470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:33:15.8263670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:33:15.8263820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:33:15.8263980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:33:15.8264140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T01:33:15.8264320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 76%] 2022-11-23T01:33:15.8264640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:33:15.8265080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:33:15.8265340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:33:15.8265610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:33:15.8265880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:33:15.8266040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:33:15.8266200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i1_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:33:15.8266420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:33:15.8266690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:33:15.8266960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:33:15.8267220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:33:15.8267470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:33:15.8267630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:33:15.8267810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:33:15.8268080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:33:15.8268360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:33:15.8268620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:33:15.8268860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:33:15.8269020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:33:15.8269190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:33:15.8269340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:33:15.8269480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 PASSED [ 77%] 2022-11-23T01:33:15.8269600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_square_cpu_complex128 PASSED [ 77%] 2022-11-23T01:33:15.8269740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 PASSED [ 77%] 2022-11-23T01:33:15.8269900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_squeeze_cpu_float64 PASSED [ 77%] 2022-11-23T01:33:15.8270140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T01:33:15.8270290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8270450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8270600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8270750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8270900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8271060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8271260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8271420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_symeig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8271540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_t_cpu_float64 PASSED [ 78%] 2022-11-23T01:33:15.8271690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8271810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tan_cpu_float64 PASSED [ 78%] 2022-11-23T01:33:15.8271940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tanh_cpu_float64 PASSED [ 78%] 2022-11-23T01:33:15.8272100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8272250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8272400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensordot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8272560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tile_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8272700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8272850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8273100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T01:33:15.8273250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8273400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_topk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8273540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_transpose_cpu_complex128 PASSED [ 78%] 2022-11-23T01:33:15.8273670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_transpose_cpu_float64 PASSED [ 78%] 2022-11-23T01:33:15.8273820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T01:33:15.8273980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8274110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tril_cpu_complex128 PASSED [ 79%] 2022-11-23T01:33:15.8274290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tril_cpu_float64 PASSED [ 79%] 2022-11-23T01:33:15.8274420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triu_cpu_complex128 PASSED [ 79%] 2022-11-23T01:33:15.8274550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triu_cpu_float64 PASSED [ 79%] 2022-11-23T01:33:15.8274680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 PASSED [ 79%] 2022-11-23T01:33:15.8274830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unbind_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8274990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8275140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_copy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8275290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8275560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:33:15.8275790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:33:15.8275930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 PASSED [ 79%] 2022-11-23T01:33:15.8276060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 PASSED [ 79%] 2022-11-23T01:33:15.8276210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8276360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8276510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8276660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8276810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8276960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_copy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8277110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8277260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8277410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T01:33:15.8277540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zero__cpu_complex128 PASSED [ 79%] 2022-11-23T01:33:15.8277770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:33:15.8277950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8278130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8278300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8278520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8278700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8278840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:33:15.8279020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8279250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 80%] 2022-11-23T01:33:15.8279380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 PASSED [ 80%] 2022-11-23T01:33:15.8279510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 PASSED [ 80%] 2022-11-23T01:33:15.8279730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8279910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8280040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 PASSED [ 80%] 2022-11-23T01:33:15.8280170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 PASSED [ 80%] 2022-11-23T01:33:15.8280310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 PASSED [ 80%] 2022-11-23T01:33:15.8280440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 PASSED [ 80%] 2022-11-23T01:33:15.8280580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 PASSED [ 80%] 2022-11-23T01:33:15.8280710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 PASSED [ 80%] 2022-11-23T01:33:15.8280850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 80%] 2022-11-23T01:33:15.8280980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 PASSED [ 80%] 2022-11-23T01:33:15.8281220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T01:33:15.8281400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8281570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:33:15.8281810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T01:33:15.8281990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8282160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8282390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:33:15.8282630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:33:15.8282920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:33:15.8283050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 PASSED [ 81%] 2022-11-23T01:33:15.8283180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 PASSED [ 81%] 2022-11-23T01:33:15.8283310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 PASSED [ 81%] 2022-11-23T01:33:15.8283440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 PASSED [ 81%] 2022-11-23T01:33:15.8283610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8283790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8283970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8284210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8284340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 PASSED [ 81%] 2022-11-23T01:33:15.8284520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8284700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8284960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:33:15.8285150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8285330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8285570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:33:15.8285760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8286030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 81%] 2022-11-23T01:33:15.8286220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdouble_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8286400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cfloat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8286580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cfloat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:33:15.8286760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8286930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8287150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8287340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8287520Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8287700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8287830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 PASSED [ 82%] 2022-11-23T01:33:15.8288000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8288180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8288380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8288570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8288750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8288880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 PASSED [ 82%] 2022-11-23T01:33:15.8289060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8289240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8289490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:33:15.8289670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8289840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8289980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 PASSED [ 82%] 2022-11-23T01:33:15.8290110Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 PASSED [ 82%] 2022-11-23T01:33:15.8290240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 PASSED [ 82%] 2022-11-23T01:33:15.8290370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 PASSED [ 82%] 2022-11-23T01:33:15.8290560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8290740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:33:15.8290920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8291100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8291320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8291510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8291690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8291830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 83%] 2022-11-23T01:33:15.8292010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8292180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8292390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8292570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8292800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T01:33:15.8293040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T01:33:15.8293280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T01:33:15.8293510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T01:33:15.8293640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 PASSED [ 83%] 2022-11-23T01:33:15.8293780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 PASSED [ 83%] 2022-11-23T01:33:15.8293910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 PASSED [ 83%] 2022-11-23T01:33:15.8294090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8294270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8294440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8294670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T01:33:15.8294850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8295030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8295200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8295380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:33:15.8295590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8295770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8295950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8296120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8296300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8296480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8296670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8296850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8297020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8297190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8297380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8297560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8297740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8297910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8298090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8298270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8298440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8298580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 PASSED [ 84%] 2022-11-23T01:33:15.8298710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 PASSED [ 84%] 2022-11-23T01:33:15.8298880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8299060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8299240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8299470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8299680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:33:15.8299820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 PASSED [ 84%] 2022-11-23T01:33:15.8300060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:33:15.8300230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8300410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8300540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 PASSED [ 85%] 2022-11-23T01:33:15.8300710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 PASSED [ 85%] 2022-11-23T01:33:15.8300890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8301130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:33:15.8301360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:33:15.8301600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:33:15.8301780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8301960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8302200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:33:15.8302430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:33:15.8302610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8302790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8302970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_grid_sampler_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8303200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:33:15.8303380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8303620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:33:15.8303790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8304020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8304200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8304370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:15.8304510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 PASSED [ 85%] 2022-11-23T01:33:15.8304630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 PASSED [ 86%] 2022-11-23T01:33:15.8310220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:33:15.8310590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:33:15.8310920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:33:15.8311060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 PASSED [ 86%] 2022-11-23T01:33:15.8311200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 PASSED [ 86%] 2022-11-23T01:33:15.8311330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 PASSED [ 86%] 2022-11-23T01:33:15.8311460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 PASSED [ 86%] 2022-11-23T01:33:15.8311700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:33:15.8311940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:33:15.8312200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:33:15.8312430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:33:15.8312670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:33:15.8312900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:33:15.8313140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:33:15.8313310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:33:15.8313470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:33:15.8313630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:33:15.8313800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:33:15.8313960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T01:33:15.8314170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:33:15.8314350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:33:15.8314530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:33:15.8314710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:33:15.8314840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 PASSED [ 86%] 2022-11-23T01:33:15.8314970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 PASSED [ 87%] 2022-11-23T01:33:15.8315150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8315360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8315550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8315730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8315950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8316130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8316310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8316490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8316690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8316880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8317060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8317310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T01:33:15.8317570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T01:33:15.8317820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T01:33:15.8318070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T01:33:15.8318220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 87%] 2022-11-23T01:33:15.8318360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 87%] 2022-11-23T01:33:15.8318580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8318770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8318960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8319140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8319330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8319510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:33:15.8319720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8319910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8320090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8320340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T01:33:15.8320610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T01:33:15.8320790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8320980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8321150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8321350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8321540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8321720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8321910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 88%] 2022-11-23T01:33:15.8322090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8322270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8322510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8322700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8322880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8323060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8323250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8323430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8323670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8323870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8324050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8324230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8324410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:33:15.8324590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8324780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8324910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 PASSED [ 89%] 2022-11-23T01:33:15.8325040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 PASSED [ 89%] 2022-11-23T01:33:15.8325170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 PASSED [ 89%] 2022-11-23T01:33:15.8325300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_cpu_float64 PASSED [ 89%] 2022-11-23T01:33:15.8325480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8325680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8325930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:33:15.8326170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:33:15.8326420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:33:15.8326670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:33:15.8326950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:33:15.8327250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:33:15.8327380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 PASSED [ 89%] 2022-11-23T01:33:15.8327620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:33:15.8327800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8328030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:33:15.8328350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T01:33:15.8328530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8328700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8328880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8329060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8329240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:33:15.8329420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8329660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:33:15.8329850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8330040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8330180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 PASSED [ 90%] 2022-11-23T01:33:15.8330360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8330550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8330730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8330910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8331090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8331340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8331540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8331720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8331900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8332040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 PASSED [ 90%] 2022-11-23T01:33:15.8332230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8332410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8332640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8332820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8333000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8333180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8333360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8333560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8333750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8333930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:15.8334100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8334280Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8334470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8334660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8334840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8335020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8335190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8335400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8335550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 91%] 2022-11-23T01:33:15.8335700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 91%] 2022-11-23T01:33:15.8335850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 91%] 2022-11-23T01:33:15.8336020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8336200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8336510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:33:15.8336870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:33:15.8337050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8337230Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8337410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8337610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_dropout_backward_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8337800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:33:15.8338030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:33:15.8338170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 PASSED [ 91%] 2022-11-23T01:33:15.8338420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:33:15.8338660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:33:15.8338900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:33:15.8339140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:33:15.8339380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:33:15.8339620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:33:15.8339860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:33:15.8340180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8340390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8340590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8340740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 92%] 2022-11-23T01:33:15.8340930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8341120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8341360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 92%] 2022-11-23T01:33:15.8341560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8341760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8341960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8342160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8342300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 92%] 2022-11-23T01:33:15.8342450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 92%] 2022-11-23T01:33:15.8342640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8342800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 92%] 2022-11-23T01:33:15.8342990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8343180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8343370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8343560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:33:15.8343710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 XFAIL [ 92%] 2022-11-23T01:33:15.8343900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8344090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8344330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8344570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8344770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8344970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8345170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8345360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8345630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8345820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8346010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8346190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8346390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8346590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8346780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8346970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8347160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8347350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8347550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8347750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8347950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8348150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8348400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8348610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:33:15.8348800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8348990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8349180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8349330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 94%] 2022-11-23T01:33:15.8349610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8349810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8350030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8350240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8350430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8350660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8350840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8351020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8351200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8351370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8351550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8351730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8351890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 94%] 2022-11-23T01:33:15.8352200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:33:15.8352380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8352650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8352830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8353010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8353190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8353350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T01:33:15.8353530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:33:15.8353770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8353950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8354130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8354260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 PASSED [ 95%] 2022-11-23T01:33:15.8354440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8354620Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8354760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 PASSED [ 95%] 2022-11-23T01:33:15.8355000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:33:15.8355240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:33:15.8355480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:33:15.8355660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8361860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8362150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8362290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 PASSED [ 95%] 2022-11-23T01:33:15.8362430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 PASSED [ 95%] 2022-11-23T01:33:15.8362570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 PASSED [ 95%] 2022-11-23T01:33:15.8362750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8363170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8363360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8363660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:33:15.8363910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:33:15.8364150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:33:15.8364340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8364530Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:15.8364810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:33:15.8364990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:33:15.8365130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8365270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 PASSED [ 96%] 2022-11-23T01:33:15.8365400Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8365580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:33:15.8365870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:33:15.8366010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8366150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8366290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8366440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8366580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8366760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:33:15.8366940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:33:15.8367190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:33:15.8367330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 PASSED [ 96%] 2022-11-23T01:33:15.8367460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8367720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:33:15.8368030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:33:15.8368170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8368300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8368430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 PASSED [ 96%] 2022-11-23T01:33:15.8368610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:33:15.8368800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:33:15.8368980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:33:15.8369220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 97%] 2022-11-23T01:33:15.8369480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8369730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8369970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8370310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8370580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T01:33:15.8370860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T01:33:15.8371040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:33:15.8371310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8371570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8371750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:33:15.8371930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:33:15.8372210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T01:33:15.8372470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8372730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8373030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:33:15.8373220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:33:15.8373490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8373770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T01:33:15.8374050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T01:33:15.8374460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8374650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:33:15.8374890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T01:33:15.8375100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:33:15.8375290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8375470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8375660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8375790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 PASSED [ 98%] 2022-11-23T01:33:15.8375920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 PASSED [ 98%] 2022-11-23T01:33:15.8376050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 PASSED [ 98%] 2022-11-23T01:33:15.8376200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 PASSED [ 98%] 2022-11-23T01:33:15.8376330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 PASSED [ 98%] 2022-11-23T01:33:15.8376510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8376640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 PASSED [ 98%] 2022-11-23T01:33:15.8376820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8377000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8377130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 PASSED [ 98%] 2022-11-23T01:33:15.8377260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_t_cpu_float64 PASSED [ 98%] 2022-11-23T01:33:15.8377390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 PASSED [ 98%] 2022-11-23T01:33:15.8377560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 PASSED [ 98%] 2022-11-23T01:33:15.8377740Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8377920Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8378170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T01:33:15.8378350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8378490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 PASSED [ 98%] 2022-11-23T01:33:15.8378710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 PASSED [ 98%] 2022-11-23T01:33:15.8378890Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:33:15.8379020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 PASSED [ 98%] 2022-11-23T01:33:15.8379150Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 PASSED [ 98%] 2022-11-23T01:33:15.8379290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 PASSED [ 99%] 2022-11-23T01:33:15.8379470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8379650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8379830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8380010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8380190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8380330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 PASSED [ 99%] 2022-11-23T01:33:15.8380460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 PASSED [ 99%] 2022-11-23T01:33:15.8380640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8380820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8381000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8381180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8381360Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8381540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8381790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8381980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8382160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8382340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8382510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8382690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8382940Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8383120Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:33:15.8383260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 PASSED [ 99%] 2022-11-23T01:33:15.8383510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:33:15.8383760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T01:33:15.8383770Z 2022-11-23T01:33:15.8383870Z =============================== warnings summary =============================== 2022-11-23T01:33:15.8384060Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:33:15.8384370Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:33:15.8384440Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:33:15.8384450Z 2022-11-23T01:33:15.8384660Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:33:15.8384920Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-af7d8501743303d3.xml - 2022-11-23T01:33:15.8385030Z = 953 passed, 1480 skipped, 8 deselected, 20 xfailed, 1 warning in 102.81s (0:01:42) = 2022-11-23T01:33:15.8385170Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:33:15.8385170Z 2022-11-23T01:33:15.8385600Z ##[endgroup] 2022-11-23T01:33:15.8385840Z FINISHED PRINTING LOG FILE of test_ops_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_gradients_iic0julr) 2022-11-23T01:33:15.8385840Z 2022-11-23T01:33:15.9156880Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:15.915496] 2022-11-23T01:33:18.4455680Z 2022-11-23T01:33:18.4456070Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T01:33:18.4457040Z ##[group]PRINTING LOG FILE of test_ops_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_gradients_gt172k9t) 2022-11-23T01:33:18.4457760Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-4345c5758f4d497e.xml 2022-11-23T01:33:18.4458040Z ============================= test session starts ============================== 2022-11-23T01:33:18.4458380Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:33:18.4458620Z cachedir: .pytest_cache 2022-11-23T01:33:18.4458940Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:33:18.4459310Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:33:18.4459660Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:33:18.4459910Z collecting ... collected 4845 items / 4825 deselected / 20 selected 2022-11-23T01:33:18.4461910Z Running 20 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-11-23T01:33:18.4463690Z 2022-11-23T01:33:18.4463870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T01:33:18.4464240Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T01:33:18.4464610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T01:33:18.4464970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T01:33:18.4465290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 PASSED [ 25%] 2022-11-23T01:33:18.4465570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 PASSED [ 30%] 2022-11-23T01:33:18.4465860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 PASSED [ 35%] 2022-11-23T01:33:18.4466170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 PASSED [ 40%] 2022-11-23T01:33:18.4466460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 PASSED [ 45%] 2022-11-23T01:33:18.4466740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 PASSED [ 50%] 2022-11-23T01:33:18.4467040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 55%] 2022-11-23T01:33:18.4467320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 60%] 2022-11-23T01:33:18.4467640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T01:33:18.4467980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T01:33:18.4468350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T01:33:18.4468690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-11-23T01:33:18.4469060Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:33:18.4469430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:33:18.4469800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:33:18.4470180Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-11-23T01:33:18.4470380Z 2022-11-23T01:33:18.4470470Z =============================== warnings summary =============================== 2022-11-23T01:33:18.4470740Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:33:18.4471190Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:33:18.4471480Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:33:18.4471580Z 2022-11-23T01:33:18.4471740Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:33:18.4472120Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-4345c5758f4d497e.xml - 2022-11-23T01:33:18.4472430Z ========== 8 passed, 12 skipped, 4825 deselected, 1 warning in 0.92s =========== 2022-11-23T01:33:18.4472680Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:33:18.4472820Z 2022-11-23T01:33:18.4473000Z ##[endgroup] 2022-11-23T01:33:18.4473350Z FINISHED PRINTING LOG FILE of test_ops_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_gradients_gt172k9t) 2022-11-23T01:33:18.4473540Z 2022-11-23T01:33:18.4473680Z Running test_ops_fwd_gradients ... [2022-11-23 01:33:18.446385] 2022-11-23T01:33:19.4461140Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:19.445905] 2022-11-23T01:33:19.4461590Z Ignoring disabled issues: [] 2022-11-23T01:33:19.4728310Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:19.472580] 2022-11-23T01:33:19.4728760Z Ignoring disabled issues: [] 2022-11-23T01:34:25.3597940Z 2022-11-23T01:34:25.3598450Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T01:34:25.3601010Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_fwd_gradients_uambordk) 2022-11-23T01:34:25.3601550Z Test results will be stored in test-reports/python-pytest/test_ops_fwd_gradients/test_ops_fwd_gradients-644390c8e7ad4d25.xml 2022-11-23T01:34:25.3601830Z ============================= test session starts ============================== 2022-11-23T01:34:25.3602180Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:34:25.3602670Z cachedir: .pytest_cache 2022-11-23T01:34:25.3610010Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:34:25.3610500Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:34:25.3610830Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:34:25.3611090Z collecting ... collected 2907 items / 5 deselected / 2902 selected 2022-11-23T01:34:25.3744010Z Running 1444 items in this shard: test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdouble_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cfloat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_dropout_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scalar_tensor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_cosine_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_gaussian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_H_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_T_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___getitem___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rpow___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD__softmax_backward_data_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_all_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_all_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_any_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_any_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argsort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bool_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bool_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_byte_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdouble_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cfloat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cfloat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_char_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clone_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_copysign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cov_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diff_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diff_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_digamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dist_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_double_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_equal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erfc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expm1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eye_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eye_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flip_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flip_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_floor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gather_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gather_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_grid_sampler_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_igamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_igammac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_imag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_inner_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_istft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log1p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_long_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mH_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mT_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nansum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_dropout_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ne_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ne_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_alpha_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_outer_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_outer_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_permute_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polar_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_positive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_quantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ravel_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_roll_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rot90_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_short_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_exponential_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_gaussian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signbit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_symeig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tril_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trunc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_uniform_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unique_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_where_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zero__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zero__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdouble_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_grid_sampler_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_dropout_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randint_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scalar_tensor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scalar_tensor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-11-23T01:34:25.3869790Z 2022-11-23T01:34:25.3869940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:25.3870230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 PASSED [ 0%] 2022-11-23T01:34:25.3870610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:25.3870900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:25.3871210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 PASSED [ 0%] 2022-11-23T01:34:25.3871510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:25.3871790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 PASSED [ 0%] 2022-11-23T01:34:25.3872070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:25.3872350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 PASSED [ 0%] 2022-11-23T01:34:25.3872650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:25.3872930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 PASSED [ 0%] 2022-11-23T01:34:25.3873200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:25.3873460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 PASSED [ 0%] 2022-11-23T01:34:25.3873730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:25.3874000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 PASSED [ 1%] 2022-11-23T01:34:25.3874270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 PASSED [ 1%] 2022-11-23T01:34:25.3874540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 PASSED [ 1%] 2022-11-23T01:34:25.3874810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 PASSED [ 1%] 2022-11-23T01:34:25.3875080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 PASSED [ 1%] 2022-11-23T01:34:25.3875360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 PASSED [ 1%] 2022-11-23T01:34:25.3875630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 PASSED [ 1%] 2022-11-23T01:34:25.3875900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 PASSED [ 1%] 2022-11-23T01:34:25.3876180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 PASSED [ 1%] 2022-11-23T01:34:25.3876460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 PASSED [ 1%] 2022-11-23T01:34:25.3876950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:25.3877270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 PASSED [ 1%] 2022-11-23T01:34:25.3877650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:25.3878060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:25.3878470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:34:25.3878870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:34:25.3879290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:34:25.3879680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 SKIPPED (Passes on complex128 and float64 only) [ 2%] 2022-11-23T01:34:25.3879990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:25.3880260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 PASSED [ 2%] 2022-11-23T01:34:25.3880520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:25.3880790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 PASSED [ 2%] 2022-11-23T01:34:25.3881060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:25.3881370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 PASSED [ 2%] 2022-11-23T01:34:25.3881650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:25.3881920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 PASSED [ 2%] 2022-11-23T01:34:25.3882190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:25.3882460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:25.3882760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 XFAIL [ 2%] 2022-11-23T01:34:25.3883030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 PASSED [ 3%] 2022-11-23T01:34:25.3883310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:25.3883680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:34:25.3884000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 PASSED [ 3%] 2022-11-23T01:34:25.3884290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:25.3884570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 PASSED [ 3%] 2022-11-23T01:34:25.3884860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:25.3885260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 3%] 2022-11-23T01:34:25.3885660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:25.3885940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdouble_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:25.3886210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cfloat_cpu_complex128 XFAIL [ 3%] 2022-11-23T01:34:25.3886580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:34:25.3886890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 PASSED [ 3%] 2022-11-23T01:34:25.3887160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:25.3887440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:25.3887740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:25.3888060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:25.3888330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:25.3888630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:25.3888900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:25.3889180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:25.3889460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:25.3889740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:25.3890020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:25.3890300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:25.3890610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:25.3890890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:25.3891170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:25.3891520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:25.3891800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:25.3897450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:25.3897720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:25.3898120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:34:25.3898540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T01:34:25.3898900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 SKIPPED (Barely fails) [ 5%] 2022-11-23T01:34:25.3899180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:25.3899450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:25.3899820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:25.3900090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:25.3900370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 5%] 2022-11-23T01:34:25.3900670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:25.3900950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:25.3901220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 PASSED [ 5%] 2022-11-23T01:34:25.3901490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:25.3901760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:25.3902080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:25.3902350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:25.3902620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:25.3902890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:25.3903160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:25.3903440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:25.3903710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:25.3903990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:25.3904260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:25.3904530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:25.3904800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:25.3905170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:34:25.3905590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:34:25.3906000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:34:25.3906410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:34:25.3906710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:25.3906980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:25.3907240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:25.3907510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:25.3907780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 PASSED [ 7%] 2022-11-23T01:34:25.3908130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:25.3908410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 PASSED [ 7%] 2022-11-23T01:34:25.3908680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 PASSED [ 7%] 2022-11-23T01:34:25.3908950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:25.3909230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 PASSED [ 7%] 2022-11-23T01:34:25.3909510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:25.3909780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:25.3910050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:25.3910330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:25.3910650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:25.3910930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:25.3911200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:25.3911470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:25.3911740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:25.3912010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:25.3912280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:25.3912570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:25.3912840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:25.3913110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:25.3913380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:25.3913660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:25.3913930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:25.3914200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:25.3914470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:25.3914750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 PASSED [ 9%] 2022-11-23T01:34:25.3915020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:25.3915280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 PASSED [ 9%] 2022-11-23T01:34:25.3915560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 PASSED [ 9%] 2022-11-23T01:34:25.3915820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 XFAIL [ 9%] 2022-11-23T01:34:25.3916090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:25.3916510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:25.3916830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:25.3917090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:25.3917460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:25.3917870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:25.3918270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:25.3918580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 PASSED [ 10%] 2022-11-23T01:34:25.3918890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 PASSED [ 10%] 2022-11-23T01:34:25.3919260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:34:25.3919560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 XFAIL [ 10%] 2022-11-23T01:34:25.3919830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 XFAIL [ 10%] 2022-11-23T01:34:25.3920200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:34:25.3920610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:34:25.3921030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:34:25.3921340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 PASSED [ 10%] 2022-11-23T01:34:25.3921610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 PASSED [ 10%] 2022-11-23T01:34:25.3921980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:34:25.3922290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 PASSED [ 10%] 2022-11-23T01:34:25.3922560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 PASSED [ 10%] 2022-11-23T01:34:25.3922840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 PASSED [ 10%] 2022-11-23T01:34:25.3923120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 PASSED [ 11%] 2022-11-23T01:34:25.3923400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:25.3923670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 PASSED [ 11%] 2022-11-23T01:34:25.3923950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:25.3924230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 PASSED [ 11%] 2022-11-23T01:34:25.3924500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:25.3924880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:25.3925330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:25.3925750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:25.3926160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:25.3926570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:25.3926980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:25.3927390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:25.3927740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:25.3928040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 11%] 2022-11-23T01:34:25.3928370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:34:25.3928700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:34:25.3929080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:34:25.3929520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:34:25.3929860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:34:25.3930230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:34:25.3930560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:34:25.3930880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:34:25.3931210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 PASSED [ 12%] 2022-11-23T01:34:25.3931510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 PASSED [ 12%] 2022-11-23T01:34:25.3931790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 PASSED [ 12%] 2022-11-23T01:34:25.3932110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 PASSED [ 12%] 2022-11-23T01:34:25.3932400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 PASSED [ 12%] 2022-11-23T01:34:25.3932780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T01:34:25.3933100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:25.3933390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:25.3933680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:25.3934010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:25.3934380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:25.3934670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:25.3938010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:25.3938290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:25.3938590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:25.3938870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:25.3939150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:25.3939600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T01:34:25.3940030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T01:34:25.3940470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T01:34:25.3940790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:25.3941080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 PASSED [ 14%] 2022-11-23T01:34:25.3941390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:25.3941670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 PASSED [ 14%] 2022-11-23T01:34:25.3941960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 14%] 2022-11-23T01:34:25.3942250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:25.3942530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 PASSED [ 14%] 2022-11-23T01:34:25.3942930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:34:25.3943250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 PASSED [ 14%] 2022-11-23T01:34:25.3943540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:25.3943820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 PASSED [ 14%] 2022-11-23T01:34:25.3944110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:25.3944440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 14%] 2022-11-23T01:34:25.3944820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 14%] 2022-11-23T01:34:25.3945150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:25.3945500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3945800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3946080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3946360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3946640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 PASSED [ 15%] 2022-11-23T01:34:25.3946930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3947310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:34:25.3947730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T01:34:25.3948090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 PASSED [ 15%] 2022-11-23T01:34:25.3948360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3948630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3948890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3949160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3949440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3949720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:25.3950000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:25.3950280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:25.3950560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:25.3950830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:25.3951210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:34:25.3951630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:34:25.3952050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:34:25.3952470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:34:25.3952780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:25.3953150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:34:25.3953540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T01:34:25.3953840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:25.3954160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:25.3954440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:25.3954710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:25.3954980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 PASSED [ 17%] 2022-11-23T01:34:25.3955250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:25.3955630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:34:25.3956050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:34:25.3956410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128 PASSED [ 17%] 2022-11-23T01:34:25.3956700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128 PASSED [ 17%] 2022-11-23T01:34:25.3956980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:25.3957270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:25.3957550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128 PASSED [ 17%] 2022-11-23T01:34:25.3957830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128 PASSED [ 17%] 2022-11-23T01:34:25.3958110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:25.3958390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:25.3958670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:25.3958940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128 PASSED [ 18%] 2022-11-23T01:34:25.3959220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3959490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128 PASSED [ 18%] 2022-11-23T01:34:25.3959760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3960030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3960320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3960620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3960910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3961190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3961460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3961750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 18%] 2022-11-23T01:34:25.3962030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3962310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3962670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:25.3962950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 PASSED [ 18%] 2022-11-23T01:34:25.3963220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3963480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3963750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3964020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 PASSED [ 19%] 2022-11-23T01:34:25.3964290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3964560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 PASSED [ 19%] 2022-11-23T01:34:25.3964860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3965120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3965390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3965670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3966050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T01:34:25.3966370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3966650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_dropout_backward_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3966940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:25.3967320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T01:34:25.3967730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T01:34:25.3968150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T01:34:25.3968580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T01:34:25.3969000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T01:34:25.3969410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T01:34:25.3969740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:25.3970050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:25.3970350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:25.3970660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:25.3970990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:25.3971290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:25.3971580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:25.3971870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:25.3972160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:25.3972450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 21%] 2022-11-23T01:34:25.3972740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3973040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 21%] 2022-11-23T01:34:25.3973370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 21%] 2022-11-23T01:34:25.3973670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3973960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3974260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3974540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3974840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3975130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3978190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 21%] 2022-11-23T01:34:25.3978520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3978830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3979120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:25.3979410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3979710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3980010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3980310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3980610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3980900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3981210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3981520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3981870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3982160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 22%] 2022-11-23T01:34:25.3982450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3982740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3983030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3983330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3983630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:25.3983970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3984270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3984570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3984870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3985170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3985480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3985790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3986080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 23%] 2022-11-23T01:34:25.3986380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 23%] 2022-11-23T01:34:25.3986680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 23%] 2022-11-23T01:34:25.3986980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3987270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3987580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 23%] 2022-11-23T01:34:25.3987880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:25.3988180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 24%] 2022-11-23T01:34:25.3988480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:25.3988770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:25.3989060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:25.3989340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:25.3989630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:25.3990110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T01:34:25.3990450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:25.3990760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 24%] 2022-11-23T01:34:25.3991080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 24%] 2022-11-23T01:34:25.3991390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:25.3991690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:25.3991980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:25.3992290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 PASSED [ 24%] 2022-11-23T01:34:25.3992570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:25.3992840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:25.3993130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 25%] 2022-11-23T01:34:25.3993530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T01:34:25.3993940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T01:34:25.3994250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:25.3994530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:25.3994800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:25.3995070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:25.3995340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:25.3995620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:25.3995890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:25.3996180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:25.3996480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 25%] 2022-11-23T01:34:25.3996790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 25%] 2022-11-23T01:34:25.3997080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:25.3997360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 PASSED [ 26%] 2022-11-23T01:34:25.3997620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:25.3997890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:25.3998190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:25.3998570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T01:34:25.3998990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T01:34:25.3999390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T01:34:25.3999700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:25.3999980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:25.4000250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 PASSED [ 26%] 2022-11-23T01:34:25.4000520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 PASSED [ 26%] 2022-11-23T01:34:25.4000840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:25.4001120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 PASSED [ 26%] 2022-11-23T01:34:25.4001400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:25.4001680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 PASSED [ 27%] 2022-11-23T01:34:25.4001970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T01:34:25.4002270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T01:34:25.4002560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 PASSED [ 27%] 2022-11-23T01:34:25.4002830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:25.4003100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:25.4003480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T01:34:25.4003800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 PASSED [ 27%] 2022-11-23T01:34:25.4004080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:25.4004360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:25.4004650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:25.4004940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 XFAIL [ 27%] 2022-11-23T01:34:25.4005210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:25.4005590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T01:34:25.4005900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 PASSED [ 28%] 2022-11-23T01:34:25.4006280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:25.4006750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:25.4007170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:25.4007480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 PASSED [ 28%] 2022-11-23T01:34:25.4007750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 PASSED [ 28%] 2022-11-23T01:34:25.4008010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64 PASSED [ 28%] 2022-11-23T01:34:25.4008280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 PASSED [ 28%] 2022-11-23T01:34:25.4008560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T01:34:25.4008850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 PASSED [ 28%] 2022-11-23T01:34:25.4009160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 PASSED [ 28%] 2022-11-23T01:34:25.4009540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:25.4009960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:25.4010400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:25.4010860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T01:34:25.4011310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T01:34:25.4011640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:25.4011930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:25.4012200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:25.4012470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:25.4012870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T01:34:25.4013330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T01:34:25.4013660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:25.4014060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T01:34:25.4014500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T01:34:25.4014820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:25.4015300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T01:34:25.4015760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T01:34:25.4020440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T01:34:25.4020800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:25.4021190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 30%] 2022-11-23T01:34:25.4021510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:25.4021790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:25.4022140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:25.4022410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:25.4022690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:25.4022970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:25.4023240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:25.4023520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:25.4023790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:25.4024050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:25.4024330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:25.4024600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:25.4024880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:25.4025150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:25.4025420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:25.4025690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:25.4025960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:25.4026240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:25.4026510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:25.4026780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:25.4027050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:25.4027420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 31%] 2022-11-23T01:34:25.4027730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:25.4028000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:25.4028320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:25.4028600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:25.4028870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:25.4029150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 XFAIL [ 32%] 2022-11-23T01:34:25.4029440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 XFAIL [ 32%] 2022-11-23T01:34:25.4029720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:25.4029990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 PASSED [ 32%] 2022-11-23T01:34:25.4030270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:25.4030590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:25.4030870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 PASSED [ 32%] 2022-11-23T01:34:25.4031140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:25.4031410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 PASSED [ 32%] 2022-11-23T01:34:25.4031790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T01:34:25.4032250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T01:34:25.4032670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T01:34:25.4032990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 PASSED [ 32%] 2022-11-23T01:34:25.4033260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:25.4033540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:25.4033810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:25.4034080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:25.4034360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:25.4034640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_copy_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:25.4034910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:25.4035180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:25.4035480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:25.4035750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:25.4036020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:25.4036290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:25.4036560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 PASSED [ 33%] 2022-11-23T01:34:25.4037000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 33%] 2022-11-23T01:34:25.4037310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_H_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:25.4037580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_T_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:25.4037850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:25.4038130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 PASSED [ 34%] 2022-11-23T01:34:25.4038410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:25.4038680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:25.4038960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 PASSED [ 34%] 2022-11-23T01:34:25.4039260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 PASSED [ 34%] 2022-11-23T01:34:25.4039540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T01:34:25.4039840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD__softmax_backward_data_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:25.4040120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acos_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:25.4040390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:25.4040650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_add_cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:25.4040930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:25.4041200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:25.4041470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:25.4041740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:25.4042020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 35%] 2022-11-23T01:34:25.4042410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:25.4042820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:25.4043230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:25.4043640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:25.4044040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:25.4044440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:25.4044850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:25.4045260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:25.4045740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:25.4046060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 PASSED [ 35%] 2022-11-23T01:34:25.4046350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:25.4046630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asin_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:25.4046900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:25.4047170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:25.4047440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 PASSED [ 36%] 2022-11-23T01:34:25.4047760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:25.4048040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 PASSED [ 36%] 2022-11-23T01:34:25.4048310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:25.4048580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 XFAIL [ 36%] 2022-11-23T01:34:25.4048850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 XFAIL [ 36%] 2022-11-23T01:34:25.4049130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:25.4049400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 PASSED [ 36%] 2022-11-23T01:34:25.4049770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T01:34:25.4050180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T01:34:25.4050500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 PASSED [ 36%] 2022-11-23T01:34:25.4050880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T01:34:25.4051290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T01:34:25.4051610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 PASSED [ 37%] 2022-11-23T01:34:25.4051890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:25.4052160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdouble_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:25.4052440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cfloat_cpu_complex128 XFAIL [ 37%] 2022-11-23T01:34:25.4052700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cfloat_cpu_float64 XFAIL [ 37%] 2022-11-23T01:34:25.4052970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 XFAIL [ 37%] 2022-11-23T01:34:25.4053340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-11-23T01:34:25.4053650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 PASSED [ 37%] 2022-11-23T01:34:25.4053930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:25.4054280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:25.4054560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 PASSED [ 37%] 2022-11-23T01:34:25.4054840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:25.4055110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:25.4055380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clone_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:25.4055650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:25.4055940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:25.4056220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:25.4056550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:25.4059340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:25.4059630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:25.4059900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:25.4060170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:25.4060440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:25.4060840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-11-23T01:34:25.4061270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-11-23T01:34:25.4061580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 XFAIL [ 38%] 2022-11-23T01:34:25.4061850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:25.4062120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:25.4062410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:25.4062700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:25.4062970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:25.4063240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:25.4063520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:25.4063800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:25.4064080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_copy_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:25.4064360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:25.4064630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:25.4064890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diff_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:25.4065210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:25.4065490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:25.4065750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dist_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:25.4066030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:25.4066320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:25.4066600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_double_cpu_complex128 PASSED [ 40%] 2022-11-23T01:34:25.4066870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:25.4067140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 PASSED [ 40%] 2022-11-23T01:34:25.4067560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T01:34:25.4067970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T01:34:25.4068370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T01:34:25.4068670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:25.4068940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:25.4069210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:25.4069470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 PASSED [ 40%] 2022-11-23T01:34:25.4069740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:25.4070020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 PASSED [ 40%] 2022-11-23T01:34:25.4070290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 PASSED [ 40%] 2022-11-23T01:34:25.4070560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:25.4070830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:25.4071200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:34:25.4071600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:34:25.4071910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 PASSED [ 41%] 2022-11-23T01:34:25.4072190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:25.4072460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 PASSED [ 41%] 2022-11-23T01:34:25.4072740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 PASSED [ 41%] 2022-11-23T01:34:25.4073020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 PASSED [ 41%] 2022-11-23T01:34:25.4073300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 PASSED [ 41%] 2022-11-23T01:34:25.4073570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:25.4073890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 PASSED [ 41%] 2022-11-23T01:34:25.4074170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:25.4074440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 PASSED [ 41%] 2022-11-23T01:34:25.4074710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 PASSED [ 41%] 2022-11-23T01:34:25.4074990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:25.4075260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:25.4075550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:25.4075820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:25.4076130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:25.4076410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:25.4076680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:25.4076950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:25.4077230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:25.4077500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:25.4077770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:25.4078040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:25.4078310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fill_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:25.4078580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:25.4078850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:25.4079120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flip_cpu_float64 PASSED [ 43%] 2022-11-23T01:34:25.4079380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 PASSED [ 43%] 2022-11-23T01:34:25.4079660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 PASSED [ 43%] 2022-11-23T01:34:25.4079940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 PASSED [ 43%] 2022-11-23T01:34:25.4080220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_floor_cpu_float64 PASSED [ 43%] 2022-11-23T01:34:25.4080590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:25.4080900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 PASSED [ 43%] 2022-11-23T01:34:25.4081270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:25.4081680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:25.4082000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 PASSED [ 43%] 2022-11-23T01:34:25.4082330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gather_cpu_float64 PASSED [ 43%] 2022-11-23T01:34:25.4082700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:25.4083110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:25.4083430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 PASSED [ 43%] 2022-11-23T01:34:25.4083710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_grid_sampler_2d_cpu_float64 PASSED [ 43%] 2022-11-23T01:34:25.4084080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:34:25.4084490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:34:25.4084940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:34:25.4085260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 PASSED [ 44%] 2022-11-23T01:34:25.4085630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:34:25.4086030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:34:25.4086340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 PASSED [ 44%] 2022-11-23T01:34:25.4086620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 44%] 2022-11-23T01:34:25.4086900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:25.4087180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 PASSED [ 44%] 2022-11-23T01:34:25.4087460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_inner_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:25.4087830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:34:25.4088250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:34:25.4088660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:34:25.4089070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:34:25.4089470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:34:25.4089880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:34:25.4090200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:25.4090510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:34:25.4090910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:34:25.4091240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:34:25.4091560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:34:25.4091870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:34:25.4092160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:25.4092440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:25.4092720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:25.4093040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 SKIPPED (Gradients are incorrect on macos) [ 45%] 2022-11-23T01:34:25.4093400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:25.4093680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 PASSED [ 45%] 2022-11-23T01:34:25.4093950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:25.4094230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:25.4094530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:25.4094830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:25.4095120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:25.4095400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:25.4095800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:34:25.4096230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:34:25.4099280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T01:34:25.4099620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 46%] 2022-11-23T01:34:25.4099930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:25.4100230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:25.4100520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:25.4100800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:25.4101090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:25.4101380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:25.4101670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:25.4102000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:25.4102290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:25.4102700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:34:25.4103130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:34:25.4103570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T01:34:25.4103910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:25.4104200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:25.4104520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:25.4104810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 47%] 2022-11-23T01:34:25.4105110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:25.4105400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:25.4105750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 47%] 2022-11-23T01:34:25.4106070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:25.4106350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 PASSED [ 48%] 2022-11-23T01:34:25.4106640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:25.4106920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:25.4107210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:25.4107500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 PASSED [ 48%] 2022-11-23T01:34:25.4107780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:25.4108070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 PASSED [ 48%] 2022-11-23T01:34:25.4108360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 PASSED [ 48%] 2022-11-23T01:34:25.4108640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:25.4109030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:25.4109450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:25.4109760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:25.4110030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log2_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:25.4110300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:25.4110620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_with_dtype_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:25.4110900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:25.4111290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:34:25.4111700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:34:25.4112120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:34:25.4112430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:25.4112800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:34:25.4113240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:34:25.4113550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 PASSED [ 49%] 2022-11-23T01:34:25.4113820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:25.4114080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mH_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:25.4114350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mT_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:25.4114720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:34:25.4115040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4115330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4115610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4115890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4116170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128 PASSED [ 50%] 2022-11-23T01:34:25.4116450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4116730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4117010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128 PASSED [ 50%] 2022-11-23T01:34:25.4117300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4117580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128 PASSED [ 50%] 2022-11-23T01:34:25.4117860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4118140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 PASSED [ 50%] 2022-11-23T01:34:25.4118420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4118700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:25.4119010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128 PASSED [ 50%] 2022-11-23T01:34:25.4119290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:25.4119560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128 PASSED [ 51%] 2022-11-23T01:34:25.4119840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:25.4120110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 PASSED [ 51%] 2022-11-23T01:34:25.4120380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:25.4120660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 PASSED [ 51%] 2022-11-23T01:34:25.4120930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:25.4121210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:25.4121550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:25.4121830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:25.4122110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 PASSED [ 51%] 2022-11-23T01:34:25.4122370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 PASSED [ 51%] 2022-11-23T01:34:25.4122640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 PASSED [ 51%] 2022-11-23T01:34:25.4122910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mv_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:25.4123170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:25.4123450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:25.4123720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:25.4123990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 PASSED [ 52%] 2022-11-23T01:34:25.4124280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T01:34:25.4124580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_dropout_backward_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:25.4124960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:25.4125370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:25.4125670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 PASSED [ 52%] 2022-11-23T01:34:25.4126050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:25.4126470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:25.4126890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:25.4127300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:25.4127760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:25.4128110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T01:34:25.4128430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4128750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4129050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_alpha_dropout_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4129350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4129650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4130030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4130320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4130620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4130920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 53%] 2022-11-23T01:34:25.4131230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4131540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4131840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4132180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4132480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:25.4132770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4133080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 54%] 2022-11-23T01:34:25.4133400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4133700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4134000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4134290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4134590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4134890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4135180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4135480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4135830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4136130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4136420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4139050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4139360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:25.4139660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4139970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4140280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4140630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4140920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4141210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4141510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 PASSED [ 55%] 2022-11-23T01:34:25.4141800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4142100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4142400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4142690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 PASSED [ 55%] 2022-11-23T01:34:25.4143000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4143300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 55%] 2022-11-23T01:34:25.4143610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:25.4143910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 56%] 2022-11-23T01:34:25.4144220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4144520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4144800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4145080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4145500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T01:34:25.4145840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4146140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4146470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4146770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 PASSED [ 56%] 2022-11-23T01:34:25.4147060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4147360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4147660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 56%] 2022-11-23T01:34:25.4147980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:25.4148300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 56%] 2022-11-23T01:34:25.4148670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:25.4148980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:25.4149280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:25.4149590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:25.4149980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:34:25.4150290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:25.4150560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:25.4150840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 PASSED [ 57%] 2022-11-23T01:34:25.4151110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:25.4151390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 PASSED [ 57%] 2022-11-23T01:34:25.4151760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:34:25.4152170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:34:25.4152580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:34:25.4152890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:25.4153160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 PASSED [ 58%] 2022-11-23T01:34:25.4153430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_outer_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:25.4153710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_permute_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:25.4153980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 PASSED [ 58%] 2022-11-23T01:34:25.4154260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polar_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:25.4154540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:25.4154880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-11-23T01:34:25.4155170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_positive_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:25.4155440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pow_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:25.4155710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 PASSED [ 58%] 2022-11-23T01:34:25.4155980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_prod_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:25.4156250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 PASSED [ 58%] 2022-11-23T01:34:25.4156520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:25.4156790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:25.4157170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:34:25.4157620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:34:25.4157930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:25.4158200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:25.4158460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_real_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:25.4158750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:25.4159040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:25.4159320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:25.4159590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:25.4159960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:34:25.4160380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:34:25.4160690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:25.4161300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:25.4161580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_roll_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:25.4161840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:25.4162110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:25.4162540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 60%] 2022-11-23T01:34:25.4162810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:25.4163090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 60%] 2022-11-23T01:34:25.4163370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 PASSED [ 60%] 2022-11-23T01:34:25.4163650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:25.4164240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:25.4164530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:25.4164810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 60%] 2022-11-23T01:34:25.4165200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:34:25.4165710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:25.4166000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:25.4166490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 PASSED [ 60%] 2022-11-23T01:34:25.4166900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:34:25.4167260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 61%] 2022-11-23T01:34:25.4167710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:25.4167980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sign_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:25.4168370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:25.4169070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:25.4169490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:25.4169800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sin_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:25.4170220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 PASSED [ 61%] 2022-11-23T01:34:25.4170520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:25.4171040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_cpu_complex128 PASSED [ 61%] 2022-11-23T01:34:25.4171310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:25.4171590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:25.4171860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:25.4172310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 PASSED [ 61%] 2022-11-23T01:34:25.4172620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 61%] 2022-11-23T01:34:25.4172930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 62%] 2022-11-23T01:34:25.4173520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:25.4173950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:25.4174470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T01:34:25.4175110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T01:34:25.4175440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 PASSED [ 62%] 2022-11-23T01:34:25.4175720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 PASSED [ 62%] 2022-11-23T01:34:25.4176130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T01:34:25.4176750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:25.4177200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:25.4177770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 PASSED [ 62%] 2022-11-23T01:34:25.4178180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:25.4178900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T01:34:25.4179240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 PASSED [ 62%] 2022-11-23T01:34:25.4179520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:25.4179790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:25.4180070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:25.4182840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:25.4183130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:25.4183400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:25.4183680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:25.4183950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:25.4184220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stack_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:25.4184490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:25.4184760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:25.4185030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stft_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:25.4185300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:25.4185570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:25.4185840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:25.4186110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:25.4186440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:25.4186720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:25.4187000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:25.4187270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:25.4187540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:25.4187820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:25.4188080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:25.4188360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:25.4188680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:25.4188950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tile_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:25.4189210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:25.4189590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T01:34:25.4189910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:25.4190180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:25.4190450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trace_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:25.4190720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:25.4191000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:25.4191280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:25.4191550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:25.4191830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:25.4192090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triu_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:25.4192370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:25.4192640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:25.4192910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:25.4193190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:25.4193460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:25.4193830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:34:25.4194240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:34:25.4194650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:34:25.4195000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 PASSED [ 66%] 2022-11-23T01:34:25.4195270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 PASSED [ 66%] 2022-11-23T01:34:25.4195540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 PASSED [ 66%] 2022-11-23T01:34:25.4195820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 PASSED [ 66%] 2022-11-23T01:34:25.4196090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_copy_cpu_float64 PASSED [ 66%] 2022-11-23T01:34:25.4196360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_cpu_complex128 PASSED [ 66%] 2022-11-23T01:34:25.4196630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_cpu_float64 PASSED [ 66%] 2022-11-23T01:34:25.4196900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 PASSED [ 66%] 2022-11-23T01:34:25.4197170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 PASSED [ 66%] 2022-11-23T01:34:25.4197470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_where_cpu_float64 PASSED [ 66%] 2022-11-23T01:34:25.4197740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 PASSED [ 66%] 2022-11-23T01:34:25.4198000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 PASSED [ 66%] 2022-11-23T01:34:25.4198270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zero__cpu_float64 PASSED [ 66%] 2022-11-23T01:34:25.4198640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T01:34:25.4199000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:25.4199360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:25.4199730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:25.4200100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:25.4200470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:25.4200810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 67%] 2022-11-23T01:34:25.4201150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:25.4201510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:25.4201930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 67%] 2022-11-23T01:34:25.4202250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 PASSED [ 67%] 2022-11-23T01:34:25.4202570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:25.4202930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:25.4203330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 PASSED [ 67%] 2022-11-23T01:34:25.4203620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 68%] 2022-11-23T01:34:25.4203900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 68%] 2022-11-23T01:34:25.4204190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 PASSED [ 68%] 2022-11-23T01:34:25.4204580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:25.4204930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T01:34:25.4205350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:25.4205820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:25.4206240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:25.4206650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:25.4206990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 68%] 2022-11-23T01:34:25.4207350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T01:34:25.4207730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T01:34:25.4208060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 PASSED [ 68%] 2022-11-23T01:34:25.4208340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 PASSED [ 68%] 2022-11-23T01:34:25.4208620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 PASSED [ 68%] 2022-11-23T01:34:25.4208950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:25.4209310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:25.4209680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:25.4210000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 69%] 2022-11-23T01:34:25.4210320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:25.4210690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:25.4211110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:34:25.4211530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:25.4211910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:25.4212290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:25.4212730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:34:25.4213150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T01:34:25.4213520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:25.4214020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 69%] 2022-11-23T01:34:25.4214400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdouble_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4214730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 PASSED [ 70%] 2022-11-23T01:34:25.4215050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4215420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4215650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T01:34:25.4215880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T01:34:25.4216060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4216240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4216430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4216610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4216800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4216980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4217150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4217370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4217550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:25.4217730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:25.4217870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 71%] 2022-11-23T01:34:25.4218050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:25.4218230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:25.4218450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:25.4218630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:25.4218810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:25.4218940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 PASSED [ 71%] 2022-11-23T01:34:25.4219070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 PASSED [ 71%] 2022-11-23T01:34:25.4219200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 PASSED [ 71%] 2022-11-23T01:34:25.4219450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:34:25.4219620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:25.4219800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:25.4219970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:25.4220110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 72%] 2022-11-23T01:34:25.4220250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 72%] 2022-11-23T01:34:25.4220380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 PASSED [ 72%] 2022-11-23T01:34:25.4220560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:25.4220740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:25.4220910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:25.4221080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:25.4221290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:25.4221440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 72%] 2022-11-23T01:34:25.4224000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:25.4224190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:25.4224360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:25.4224610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T01:34:25.4224910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T01:34:25.4225140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T01:34:25.4225370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T01:34:25.4225500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 PASSED [ 73%] 2022-11-23T01:34:25.4225630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 PASSED [ 73%] 2022-11-23T01:34:25.4225810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:25.4225980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:25.4226120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 PASSED [ 73%] 2022-11-23T01:34:25.4226350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T01:34:25.4226580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T01:34:25.4226750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:25.4226940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:25.4227120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:25.4227290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:25.4227470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:25.4227640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:25.4227870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4228050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4228230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4228410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4228580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4228760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4228990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4229170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4229350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4229520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4229660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 PASSED [ 74%] 2022-11-23T01:34:25.4229830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4230010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:25.4230140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 PASSED [ 74%] 2022-11-23T01:34:25.4230380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:34:25.4230550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:25.4230680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 PASSED [ 75%] 2022-11-23T01:34:25.4230860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:25.4231090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:34:25.4231330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:34:25.4231500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:25.4231710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:25.4231890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:25.4232120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_grid_sampler_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:25.4232350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:34:25.4232530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:25.4232700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:25.4232980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:34:25.4233210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T01:34:25.4233440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:34:25.4233620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:25.4233790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:25.4233970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:25.4234100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 PASSED [ 76%] 2022-11-23T01:34:25.4234230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 PASSED [ 76%] 2022-11-23T01:34:25.4234470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:34:25.4234640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:25.4234780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 PASSED [ 76%] 2022-11-23T01:34:25.4234920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 76%] 2022-11-23T01:34:25.4235050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 PASSED [ 76%] 2022-11-23T01:34:25.4235190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 PASSED [ 76%] 2022-11-23T01:34:25.4235330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 76%] 2022-11-23T01:34:25.4235510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:25.4235690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T01:34:25.4235960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:25.4236200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:25.4236440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:25.4236670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:25.4236900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:25.4237130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:25.4237400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:25.4237640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:25.4237800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:34:25.4237980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:34:25.4238140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:34:25.4238310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:34:25.4238470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:34:25.4238620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:34:25.4238850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T01:34:25.4239030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4239220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4239400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4239590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4239780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4239950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4240160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4240350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4240540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4240720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4240890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4241070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:25.4241350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T01:34:25.4241590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:34:25.4241740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 79%] 2022-11-23T01:34:25.4241880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 79%] 2022-11-23T01:34:25.4242080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:25.4242270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:25.4242450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:25.4242640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:25.4242820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:25.4243000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:25.4243190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:25.4243370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:25.4243620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:34:25.4243880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:34:25.4244190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:34:25.4244380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:25.4244550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4244740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4244930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4245120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-11-23T01:34:25.4245360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-11-23T01:34:25.4245540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4245720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4245910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4246090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4246280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4246460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4246640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:25.4246880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T01:34:25.4247120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T01:34:25.4247250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 PASSED [ 81%] 2022-11-23T01:34:25.4247390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 PASSED [ 81%] 2022-11-23T01:34:25.4247520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 PASSED [ 81%] 2022-11-23T01:34:25.4247650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 PASSED [ 81%] 2022-11-23T01:34:25.4247780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 PASSED [ 81%] 2022-11-23T01:34:25.4248010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:25.4248190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:25.4248370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:25.4248550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:25.4248790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:34:25.4249030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:34:25.4249310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:34:25.4249550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:34:25.4249790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T01:34:25.4249920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 PASSED [ 81%] 2022-11-23T01:34:25.4250150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:34:25.4250380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:34:25.4250610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:34:25.4250790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:25.4250970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:25.4251140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:25.4251320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:25.4251490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:25.4251730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:34:25.4251910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:25.4252090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:25.4252310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:25.4252500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:25.4252640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:34:25.4252820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4253000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4253180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4253400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4253580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4253760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4253940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4254120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4254300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4254470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4254650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4254830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4255000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4255180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:25.4255360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4255530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4255730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_pool2d_with_indices_backward_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4255920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4256160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4256340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4256510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4256710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4256890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4257120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4257300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4257470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4257640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:25.4257780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 PASSED [ 84%] 2022-11-23T01:34:25.4257910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 PASSED [ 84%] 2022-11-23T01:34:25.4258150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:25.4258320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:25.4258490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:25.4258630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 85%] 2022-11-23T01:34:25.4258780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 85%] 2022-11-23T01:34:25.4258920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 85%] 2022-11-23T01:34:25.4259090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:25.4259270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:25.4259510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:25.4259690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:25.4259940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:25.4260120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:25.4260310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_dropout_backward_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:25.4260500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:25.4260730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:34:25.4260980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:34:25.4261280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:34:25.4261520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:34:25.4261750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:34:25.4261990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T01:34:25.4262190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:25.4262390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:25.4262590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:25.4262780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:25.4262970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:25.4263150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:25.4263340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:25.4263540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:25.4263740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:25.4263880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 87%] 2022-11-23T01:34:25.4264100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:25.4264290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:25.4264480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:25.4264670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:25.4264870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:25.4265060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:25.4265290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:25.4265480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:25.4265630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 87%] 2022-11-23T01:34:25.4265770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 87%] 2022-11-23T01:34:25.4265920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 87%] 2022-11-23T01:34:25.4266110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:25.4266270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 87%] 2022-11-23T01:34:25.4266460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4266640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4266830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4267020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4267210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4267400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4267590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4267830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4270510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4270700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4270890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4271080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4271300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 88%] 2022-11-23T01:34:25.4271480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4271680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:25.4271870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4272060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4272250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4272390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 89%] 2022-11-23T01:34:25.4272580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4272770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4272970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4273160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4273350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4273530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4273720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4273950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4274150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4274340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:25.4274530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4274730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4274910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4275210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:34:25.4275350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 90%] 2022-11-23T01:34:25.4275540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4275730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4275920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4276120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4276300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4276490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4276680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4276890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4277080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:25.4277320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:34:25.4277500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4277670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4277960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:34:25.4278200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:34:25.4278380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4278550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4278730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4278910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4279130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4279310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4279460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T01:34:25.4279610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T01:34:25.4279790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4279970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:25.4280140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:25.4280310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:25.4280550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:34:25.4280790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:34:25.4281030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:34:25.4281260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:34:25.4281500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:34:25.4281670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:25.4281840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:25.4282020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 92%] 2022-11-23T01:34:25.4282160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 92%] 2022-11-23T01:34:25.4282300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 PASSED [ 92%] 2022-11-23T01:34:25.4282470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:25.4282670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:25.4282850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:25.4283070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:25.4283240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:25.4283480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T01:34:25.4283710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T01:34:25.4283950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T01:34:25.4284130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:25.4284320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:25.4284490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:25.4284670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:25.4284840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:25.4284970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 PASSED [ 93%] 2022-11-23T01:34:25.4285110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 93%] 2022-11-23T01:34:25.4285260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 93%] 2022-11-23T01:34:25.4285400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 93%] 2022-11-23T01:34:25.4285570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:34:25.4285810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:25.4286090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:25.4286240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 94%] 2022-11-23T01:34:25.4286380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 94%] 2022-11-23T01:34:25.4286620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:25.4286790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:34:25.4286980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:34:25.4287110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 PASSED [ 94%] 2022-11-23T01:34:25.4287280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 94%] 2022-11-23T01:34:25.4287420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 PASSED [ 94%] 2022-11-23T01:34:25.4287550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 PASSED [ 94%] 2022-11-23T01:34:25.4287680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 PASSED [ 94%] 2022-11-23T01:34:25.4287810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 PASSED [ 94%] 2022-11-23T01:34:25.4287940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 PASSED [ 95%] 2022-11-23T01:34:25.4288080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 PASSED [ 95%] 2022-11-23T01:34:25.4288210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 PASSED [ 95%] 2022-11-23T01:34:25.4288380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:25.4288570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:25.4288760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:25.4288930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:25.4289110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 95%] 2022-11-23T01:34:25.4289360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:34:25.4289600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:34:25.4289850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:34:25.4290090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:34:25.4290390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T01:34:25.4290570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:25.4290830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:34:25.4291010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:25.4291260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:34:25.4291560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:34:25.4291810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:34:25.4292070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:34:25.4292250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:25.4292430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:25.4292690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:34:25.4292960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T01:34:25.4293230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:34:25.4293410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:25.4293600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:25.4293730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 96%] 2022-11-23T01:34:25.4293870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 PASSED [ 96%] 2022-11-23T01:34:25.4294040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4294220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4294360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 PASSED [ 97%] 2022-11-23T01:34:25.4294540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 PASSED [ 97%] 2022-11-23T01:34:25.4294720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4294890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4295070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4295240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4295420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4295630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 PASSED [ 97%] 2022-11-23T01:34:25.4295760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 PASSED [ 97%] 2022-11-23T01:34:25.4295940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4296120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4296300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:25.4296430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 PASSED [ 97%] 2022-11-23T01:34:25.4296560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 PASSED [ 98%] 2022-11-23T01:34:25.4296740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:25.4296910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:25.4297080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:25.4297320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T01:34:25.4297500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:25.4297640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 PASSED [ 98%] 2022-11-23T01:34:25.4297780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 PASSED [ 98%] 2022-11-23T01:34:25.4297960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:25.4298140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:25.4298310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:25.4298530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:25.4298710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:25.4298850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 PASSED [ 98%] 2022-11-23T01:34:25.4299020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4299200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4299370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4299590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_copy_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4299760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4300000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:34:25.4300250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:34:25.4300430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4300600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4300780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4300950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4301140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4301310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4301490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:25.4301660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-11-23T01:34:25.4301670Z 2022-11-23T01:34:25.4301750Z =============================== warnings summary =============================== 2022-11-23T01:34:25.4301920Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:34:25.4302210Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:34:25.4302280Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:34:25.4302320Z 2022-11-23T01:34:25.4302490Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:34:25.4302740Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops_fwd_gradients/test_ops_fwd_gradients-644390c8e7ad4d25.xml - 2022-11-23T01:34:25.4302850Z = 830 passed, 597 skipped, 5 deselected, 17 xfailed, 1 warning in 64.17s (0:01:04) = 2022-11-23T01:34:25.4302970Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:34:25.4302980Z 2022-11-23T01:34:25.4303170Z ##[endgroup] 2022-11-23T01:34:25.4303390Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_fwd_gradients_uambordk) 2022-11-23T01:34:25.4303400Z 2022-11-23T01:34:37.9187820Z 2022-11-23T01:34:37.9188190Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T01:34:37.9188760Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_fwd_gradients_7joapx_x) 2022-11-23T01:34:37.9189500Z Test results will be stored in test-reports/python-pytest/test_ops_fwd_gradients/test_ops_fwd_gradients-ef81a1f88232eae3.xml 2022-11-23T01:34:37.9189770Z ============================= test session starts ============================== 2022-11-23T01:34:37.9190110Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:34:37.9190350Z cachedir: .pytest_cache 2022-11-23T01:34:37.9190650Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:34:37.9190990Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:34:37.9191320Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:34:37.9191590Z collecting ... collected 2907 items / 7 deselected / 2900 selected 2022-11-23T01:34:37.9343310Z Running 1451 items in this shard: test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad__softmax_backward_data_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdouble_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cfloat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_grid_sampler_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randint_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scalar_tensor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_exponential_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_kaiser_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_H_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_T_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___radd___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___radd___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmod___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rsub___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_abs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_abs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_allclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_angle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_angle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_arange_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_byte_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdouble_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ceil_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chalf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_char_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chunk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clone_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_combinations_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cov_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cummax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cummin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_double_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_einsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_equal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flipud_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_frac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_frexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ge_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gradient_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_half_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_half_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histogram_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hypot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_inner_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_int_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_int_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isnan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isreal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kron_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kron_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_le_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lerp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log10_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log10_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_long_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mH_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mT_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_maximum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_minimum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_movedim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_msort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_normal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_permute_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_positive_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randint_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_real_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_remainder_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_renorm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_roll_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scalar_tensor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scalar_tensor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sgn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_short_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_cosine_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_kaiser_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_square_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_square_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_t_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tile_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_topk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_transpose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapz_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tril_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unbind_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_where_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD__softmax_backward_data_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdouble_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cfloat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cfloat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_alpha_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_cosine_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_exponential_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_gaussian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_kaiser_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-11-23T01:34:37.9475270Z 2022-11-23T01:34:37.9475490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 PASSED [ 0%] 2022-11-23T01:34:37.9475810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:37.9476100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 PASSED [ 0%] 2022-11-23T01:34:37.9476390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 PASSED [ 0%] 2022-11-23T01:34:37.9476680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 PASSED [ 0%] 2022-11-23T01:34:37.9476970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:37.9477270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 0%] 2022-11-23T01:34:37.9477580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 0%] 2022-11-23T01:34:37.9477880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 PASSED [ 0%] 2022-11-23T01:34:37.9478180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad__softmax_backward_data_cpu_float64 PASSED [ 0%] 2022-11-23T01:34:37.9478480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 PASSED [ 0%] 2022-11-23T01:34:37.9478760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 PASSED [ 0%] 2022-11-23T01:34:37.9479040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 PASSED [ 0%] 2022-11-23T01:34:37.9479330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 PASSED [ 0%] 2022-11-23T01:34:37.9480870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 PASSED [ 1%] 2022-11-23T01:34:37.9481430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 PASSED [ 1%] 2022-11-23T01:34:37.9481760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 PASSED [ 1%] 2022-11-23T01:34:37.9482040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 PASSED [ 1%] 2022-11-23T01:34:37.9482600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:37.9483040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:37.9483480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:37.9483830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 PASSED [ 1%] 2022-11-23T01:34:37.9484330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 PASSED [ 1%] 2022-11-23T01:34:37.9484610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 PASSED [ 1%] 2022-11-23T01:34:37.9485010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:37.9485440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:37.9485860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:37.9486290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T01:34:37.9486640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 1%] 2022-11-23T01:34:37.9486960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 2%] 2022-11-23T01:34:37.9487300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 SKIPPED (Passes on complex128 and float64 only) [ 2%] 2022-11-23T01:34:37.9487620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 PASSED [ 2%] 2022-11-23T01:34:37.9487910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:37.9488190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:37.9488460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 PASSED [ 2%] 2022-11-23T01:34:37.9488750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:37.9489040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 PASSED [ 2%] 2022-11-23T01:34:37.9489330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 PASSED [ 2%] 2022-11-23T01:34:37.9489610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:37.9489910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 XFAIL [ 2%] 2022-11-23T01:34:37.9490190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 PASSED [ 2%] 2022-11-23T01:34:37.9490470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 PASSED [ 2%] 2022-11-23T01:34:37.9491110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T01:34:37.9491490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:37.9491920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:34:37.9492350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:34:37.9492790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:34:37.9493110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 PASSED [ 3%] 2022-11-23T01:34:37.9493580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 3%] 2022-11-23T01:34:37.9494120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdouble_cpu_complex128 PASSED [ 3%] 2022-11-23T01:34:37.9494410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:37.9494690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cfloat_cpu_float64 XFAIL [ 3%] 2022-11-23T01:34:37.9494970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 XFAIL [ 3%] 2022-11-23T01:34:37.9495250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 XFAIL [ 3%] 2022-11-23T01:34:37.9495640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T01:34:37.9495980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:37.9496270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:37.9496560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 PASSED [ 3%] 2022-11-23T01:34:37.9496840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:37.9497120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:37.9497400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:37.9497670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:37.9497950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:37.9498250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:37.9498530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:37.9498820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:37.9499090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:37.9499370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:37.9499650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 SKIPPED (Barely fails) [ 4%] 2022-11-23T01:34:37.9499940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:37.9500360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 PASSED [ 4%] 2022-11-23T01:34:37.9500680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 PASSED [ 4%] 2022-11-23T01:34:37.9500960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 PASSED [ 5%] 2022-11-23T01:34:37.9501250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 PASSED [ 5%] 2022-11-23T01:34:37.9501540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9501830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_copy_cpu_complex128 PASSED [ 5%] 2022-11-23T01:34:37.9502120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_copy_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9502410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 PASSED [ 5%] 2022-11-23T01:34:37.9502810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9503100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9503380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9503690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9503980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9504290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9504580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9504870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 PASSED [ 5%] 2022-11-23T01:34:37.9505280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 PASSED [ 5%] 2022-11-23T01:34:37.9505620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:37.9505940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:37.9506440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:34:37.9506910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:34:37.9507400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:34:37.9507840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:34:37.9508180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:37.9508520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:37.9508870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:37.9509180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:37.9509500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:37.9510110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 PASSED [ 6%] 2022-11-23T01:34:37.9510520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 PASSED [ 6%] 2022-11-23T01:34:37.9511000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T01:34:37.9511440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T01:34:37.9511780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9512120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 PASSED [ 7%] 2022-11-23T01:34:37.9512420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9512720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9513160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9513480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9513780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 PASSED [ 7%] 2022-11-23T01:34:37.9514080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9514370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9514670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 PASSED [ 7%] 2022-11-23T01:34:37.9514960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9515470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 PASSED [ 7%] 2022-11-23T01:34:37.9515770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9516080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 PASSED [ 7%] 2022-11-23T01:34:37.9516380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:37.9516680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 XFAIL [ 8%] 2022-11-23T01:34:37.9516980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:37.9517310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:37.9517600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:37.9517920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:37.9518250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:37.9518710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T01:34:37.9519190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T01:34:37.9519530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:37.9519820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:37.9520350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T01:34:37.9520990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T01:34:37.9521340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_grid_sampler_2d_cpu_float64 PASSED [ 8%] 2022-11-23T01:34:37.9521740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:37.9522070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 PASSED [ 9%] 2022-11-23T01:34:37.9522370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 PASSED [ 9%] 2022-11-23T01:34:37.9522680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:37.9522980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:37.9523560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:37.9523910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:37.9524230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:37.9524540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 PASSED [ 9%] 2022-11-23T01:34:37.9524860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:37.9525150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 PASSED [ 9%] 2022-11-23T01:34:37.9525570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:37.9526010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:37.9526490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:37.9526940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T01:34:37.9527370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:34:37.9527820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:34:37.9528300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:34:37.9528740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T01:34:37.9529130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 10%] 2022-11-23T01:34:37.9529460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 PASSED [ 10%] 2022-11-23T01:34:37.9529760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 PASSED [ 10%] 2022-11-23T01:34:37.9530070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 PASSED [ 10%] 2022-11-23T01:34:37.9530540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 PASSED [ 10%] 2022-11-23T01:34:37.9530940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 PASSED [ 10%] 2022-11-23T01:34:37.9531250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 PASSED [ 10%] 2022-11-23T01:34:37.9531560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 XFAIL [ 10%] 2022-11-23T01:34:37.9531920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 PASSED [ 10%] 2022-11-23T01:34:37.9532260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 PASSED [ 10%] 2022-11-23T01:34:37.9532560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:37.9532870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:37.9533330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Flaky) [ 11%] 2022-11-23T01:34:37.9533660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:37.9533960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:37.9534460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:37.9534920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:37.9535380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T01:34:37.9535740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:34:37.9536100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:34:37.9536430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:37.9536750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 PASSED [ 11%] 2022-11-23T01:34:37.9537070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 PASSED [ 11%] 2022-11-23T01:34:37.9537390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 11%] 2022-11-23T01:34:37.9537760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 PASSED [ 11%] 2022-11-23T01:34:37.9538080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 PASSED [ 12%] 2022-11-23T01:34:37.9538400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 PASSED [ 12%] 2022-11-23T01:34:37.9538830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T01:34:37.9539340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T01:34:37.9539950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T01:34:37.9540340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 PASSED [ 12%] 2022-11-23T01:34:37.9540660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 12%] 2022-11-23T01:34:37.9541000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 12%] 2022-11-23T01:34:37.9541320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 PASSED [ 12%] 2022-11-23T01:34:37.9541630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 PASSED [ 12%] 2022-11-23T01:34:37.9552510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 12%] 2022-11-23T01:34:37.9552930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 PASSED [ 12%] 2022-11-23T01:34:37.9553470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 PASSED [ 12%] 2022-11-23T01:34:37.9553750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 PASSED [ 12%] 2022-11-23T01:34:37.9554050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9554350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:37.9554650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9554950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9555250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9555550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9555840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:37.9556140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9556440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9556740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:37.9557040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:37.9557340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9557630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 PASSED [ 13%] 2022-11-23T01:34:37.9557930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9558220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 PASSED [ 13%] 2022-11-23T01:34:37.9558500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 PASSED [ 14%] 2022-11-23T01:34:37.9558790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:37.9559090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cpu_complex128 PASSED [ 14%] 2022-11-23T01:34:37.9559620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:34:37.9560170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:34:37.9560640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:34:37.9561070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:34:37.9561500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:34:37.9561920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:34:37.9562260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:37.9562780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T01:34:37.9563090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:37.9563380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:37.9563670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 PASSED [ 14%] 2022-11-23T01:34:37.9563950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 PASSED [ 15%] 2022-11-23T01:34:37.9564230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9564520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9564820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9565120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9565440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 PASSED [ 15%] 2022-11-23T01:34:37.9565730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9566060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9566350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9566640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9566940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9567240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128 PASSED [ 15%] 2022-11-23T01:34:37.9567540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9567830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64 PASSED [ 15%] 2022-11-23T01:34:37.9568130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 PASSED [ 15%] 2022-11-23T01:34:37.9568430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:37.9568720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:37.9569170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:37.9569500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:37.9569790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:37.9570070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:37.9570360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:37.9570650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:37.9570930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:37.9571210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:37.9571510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 16%] 2022-11-23T01:34:37.9571970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:37.9572280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:37.9572570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:37.9572850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 PASSED [ 17%] 2022-11-23T01:34:37.9573130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:37.9573570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:34:37.9573920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:37.9574220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:37.9574520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:37.9574810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:37.9575090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:37.9575470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:34:37.9575800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 PASSED [ 17%] 2022-11-23T01:34:37.9576100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:37.9576480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:34:37.9576810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 PASSED [ 17%] 2022-11-23T01:34:37.9577090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 PASSED [ 17%] 2022-11-23T01:34:37.9577470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T01:34:37.9577910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:34:37.9578410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:34:37.9578860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:34:37.9579290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:34:37.9579730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T01:34:37.9580080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:37.9580400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:37.9580830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:37.9581150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:37.9581460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:37.9581780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:37.9582110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:37.9582430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 18%] 2022-11-23T01:34:37.9582730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 PASSED [ 18%] 2022-11-23T01:34:37.9583040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9583360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9583670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 19%] 2022-11-23T01:34:37.9583990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9584310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9584630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9584940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9585240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9585560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9585900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9586240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9586550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9586930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9587240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9587550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 19%] 2022-11-23T01:34:37.9587860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9588170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9588490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9588810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9589210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9589510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 PASSED [ 20%] 2022-11-23T01:34:37.9589820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9590130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9590440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9590740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9591040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9591350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9591660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9591960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 20%] 2022-11-23T01:34:37.9598860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9599180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9599490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 PASSED [ 21%] 2022-11-23T01:34:37.9599810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9600120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9600430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 21%] 2022-11-23T01:34:37.9600750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9601070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9601380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 21%] 2022-11-23T01:34:37.9601700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9602150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9602450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9602760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9603060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9603370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 PASSED [ 21%] 2022-11-23T01:34:37.9603680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 22%] 2022-11-23T01:34:37.9604000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:37.9604390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:37.9604700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 PASSED [ 22%] 2022-11-23T01:34:37.9605010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:37.9605310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 22%] 2022-11-23T01:34:37.9605620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:37.9605920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:37.9606240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:37.9606570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:37.9606890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 PASSED [ 22%] 2022-11-23T01:34:37.9607200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 22%] 2022-11-23T01:34:37.9607720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-11-23T01:34:37.9608160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-11-23T01:34:37.9608590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 PASSED [ 23%] 2022-11-23T01:34:37.9608870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:37.9609160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 PASSED [ 23%] 2022-11-23T01:34:37.9609440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:37.9609750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 23%] 2022-11-23T01:34:37.9610170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-11-23T01:34:37.9610590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-11-23T01:34:37.9611080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 PASSED [ 23%] 2022-11-23T01:34:37.9611380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:37.9611660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 XFAIL [ 23%] 2022-11-23T01:34:37.9611960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 23%] 2022-11-23T01:34:37.9612280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 23%] 2022-11-23T01:34:37.9612580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 PASSED [ 23%] 2022-11-23T01:34:37.9612880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 PASSED [ 23%] 2022-11-23T01:34:37.9613160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 PASSED [ 23%] 2022-11-23T01:34:37.9613530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 PASSED [ 24%] 2022-11-23T01:34:37.9613820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 PASSED [ 24%] 2022-11-23T01:34:37.9614110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:37.9614390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:37.9614790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T01:34:37.9615240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T01:34:37.9615690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T01:34:37.9616140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T01:34:37.9616580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T01:34:37.9616920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 PASSED [ 24%] 2022-11-23T01:34:37.9617210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:37.9617490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 PASSED [ 24%] 2022-11-23T01:34:37.9617780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 PASSED [ 24%] 2022-11-23T01:34:37.9618080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 PASSED [ 24%] 2022-11-23T01:34:37.9618370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:37.9618660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:37.9618960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:37.9619250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:37.9619660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T01:34:37.9620170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T01:34:37.9620620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T01:34:37.9621050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T01:34:37.9621380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:37.9621670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:37.9621970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:37.9622270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:37.9622560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:37.9622900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 PASSED [ 25%] 2022-11-23T01:34:37.9623190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:37.9623480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:37.9623760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:37.9624060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:37.9624350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 PASSED [ 26%] 2022-11-23T01:34:37.9624760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T01:34:37.9625090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 PASSED [ 26%] 2022-11-23T01:34:37.9625380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:37.9625670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:37.9625970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:37.9626380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T01:34:37.9626720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:37.9627020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:37.9627310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 PASSED [ 26%] 2022-11-23T01:34:37.9627600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 PASSED [ 26%] 2022-11-23T01:34:37.9627890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 PASSED [ 27%] 2022-11-23T01:34:37.9628170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:37.9628550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T01:34:37.9628870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 PASSED [ 27%] 2022-11-23T01:34:37.9629220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:37.9629640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T01:34:37.9630100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T01:34:37.9630430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 PASSED [ 27%] 2022-11-23T01:34:37.9630710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:37.9630990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 PASSED [ 27%] 2022-11-23T01:34:37.9631270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:37.9631570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128 PASSED [ 27%] 2022-11-23T01:34:37.9631940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 PASSED [ 27%] 2022-11-23T01:34:37.9632250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 27%] 2022-11-23T01:34:37.9632570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T01:34:37.9632990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:37.9633440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:37.9633880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:37.9634340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:37.9634810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:37.9635280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:37.9635610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 PASSED [ 28%] 2022-11-23T01:34:37.9636020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:37.9636470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:37.9636810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 PASSED [ 28%] 2022-11-23T01:34:37.9637130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 28%] 2022-11-23T01:34:37.9637570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T01:34:37.9638140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T01:34:37.9638660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T01:34:37.9639120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T01:34:37.9639470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 PASSED [ 29%] 2022-11-23T01:34:37.9639760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 PASSED [ 29%] 2022-11-23T01:34:37.9640070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 PASSED [ 29%] 2022-11-23T01:34:37.9646970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:37.9647410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 PASSED [ 29%] 2022-11-23T01:34:37.9647700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:37.9647980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:37.9648260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 PASSED [ 29%] 2022-11-23T01:34:37.9648540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:37.9648820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:37.9649100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 PASSED [ 29%] 2022-11-23T01:34:37.9649380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 PASSED [ 29%] 2022-11-23T01:34:37.9649660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 PASSED [ 29%] 2022-11-23T01:34:37.9649940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 PASSED [ 29%] 2022-11-23T01:34:37.9650220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:37.9650500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:37.9650790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:37.9651070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:37.9651350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:37.9651630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:37.9651900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:37.9652180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:37.9652450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:37.9652740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:37.9653030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:37.9653320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:37.9653600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 PASSED [ 30%] 2022-11-23T01:34:37.9654090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 PASSED [ 30%] 2022-11-23T01:34:37.9654380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:37.9654660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:37.9654940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:37.9655220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:37.9655500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:37.9655780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:37.9656060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:37.9656410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:37.9656700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:37.9656990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:37.9657260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:37.9657550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_copy_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:37.9657840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_copy_cpu_float64 PASSED [ 31%] 2022-11-23T01:34:37.9658330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 31%] 2022-11-23T01:34:37.9658660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 PASSED [ 31%] 2022-11-23T01:34:37.9658950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:37.9659220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 PASSED [ 32%] 2022-11-23T01:34:37.9659500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 PASSED [ 32%] 2022-11-23T01:34:37.9659780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 PASSED [ 32%] 2022-11-23T01:34:37.9660060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:37.9660350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:37.9660620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 PASSED [ 32%] 2022-11-23T01:34:37.9660900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:37.9661180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 PASSED [ 32%] 2022-11-23T01:34:37.9661570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T01:34:37.9662010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T01:34:37.9662440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T01:34:37.9662760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_H_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:37.9663150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_T_cpu_complex128 PASSED [ 32%] 2022-11-23T01:34:37.9663480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:37.9663760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___radd___cpu_float64 PASSED [ 33%] 2022-11-23T01:34:37.9664040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 PASSED [ 33%] 2022-11-23T01:34:37.9664320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 PASSED [ 33%] 2022-11-23T01:34:37.9664600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:37.9664900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 33%] 2022-11-23T01:34:37.9665200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:37.9665580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 PASSED [ 33%] 2022-11-23T01:34:37.9665860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:37.9666130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_abs_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:37.9666410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:37.9666690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:37.9666960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_add_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:37.9667240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:37.9667520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 33%] 2022-11-23T01:34:37.9667810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:37.9668080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:37.9668370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:37.9668660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:37.9668940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:37.9669220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:37.9669490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addr_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:37.9669920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T01:34:37.9670240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_amax_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:37.9670520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_amin_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:37.9670900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T01:34:37.9671220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 PASSED [ 34%] 2022-11-23T01:34:37.9671500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_angle_cpu_float64 PASSED [ 34%] 2022-11-23T01:34:37.9671990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T01:34:37.9672440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T01:34:37.9672780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 35%] 2022-11-23T01:34:37.9673090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 35%] 2022-11-23T01:34:37.9673390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 PASSED [ 35%] 2022-11-23T01:34:37.9673680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:37.9673950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:37.9674220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:37.9674610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 PASSED [ 35%] 2022-11-23T01:34:37.9674880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:37.9675170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 PASSED [ 35%] 2022-11-23T01:34:37.9675450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:37.9675740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 PASSED [ 35%] 2022-11-23T01:34:37.9676030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:37.9676310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 XFAIL [ 35%] 2022-11-23T01:34:37.9676600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 PASSED [ 35%] 2022-11-23T01:34:37.9676880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:37.9677170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:37.9677470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:37.9677770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 PASSED [ 36%] 2022-11-23T01:34:37.9678170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T01:34:37.9678510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 PASSED [ 36%] 2022-11-23T01:34:37.9678940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 36%] 2022-11-23T01:34:37.9679420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 36%] 2022-11-23T01:34:37.9679770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdouble_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:37.9680050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 PASSED [ 36%] 2022-11-23T01:34:37.9680320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 XFAIL [ 36%] 2022-11-23T01:34:37.9680720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T01:34:37.9681130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 PASSED [ 36%] 2022-11-23T01:34:37.9681440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 PASSED [ 36%] 2022-11-23T01:34:37.9681750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 PASSED [ 37%] 2022-11-23T01:34:37.9682030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:37.9682320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:37.9682590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 PASSED [ 37%] 2022-11-23T01:34:37.9682880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:37.9683180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 PASSED [ 37%] 2022-11-23T01:34:37.9683610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:37.9683900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_complex_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:37.9691380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 PASSED [ 37%] 2022-11-23T01:34:37.9691670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:37.9691950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:37.9692240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 PASSED [ 37%] 2022-11-23T01:34:37.9692540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 PASSED [ 37%] 2022-11-23T01:34:37.9692830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cos_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:37.9693120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 PASSED [ 37%] 2022-11-23T01:34:37.9693390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cov_cpu_float64 XFAIL [ 38%] 2022-11-23T01:34:37.9693670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cross_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9693940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9694220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9694500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9694780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:37.9695070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9695360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9695650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9695930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9696220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_copy_cpu_complex128 PASSED [ 38%] 2022-11-23T01:34:37.9696500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9696790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9697350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 38%] 2022-11-23T01:34:37.9697680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:37.9697980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:37.9698260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dot_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:37.9698540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_double_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:37.9698820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:37.9699100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 PASSED [ 39%] 2022-11-23T01:34:37.9699390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:37.9699660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:37.9700300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T01:34:37.9700730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T01:34:37.9701170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T01:34:37.9701590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T01:34:37.9702020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T01:34:37.9702340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erf_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:37.9702620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 PASSED [ 39%] 2022-11-23T01:34:37.9702900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9703180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9703470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9703750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9704040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 PASSED [ 40%] 2022-11-23T01:34:37.9704320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9704610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 PASSED [ 40%] 2022-11-23T01:34:37.9704890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9705170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9705450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9705730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9706010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9706290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9706720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 PASSED [ 40%] 2022-11-23T01:34:37.9707030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:37.9707310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_cpu_complex128 XFAIL [ 41%] 2022-11-23T01:34:37.9707580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_cpu_float64 XFAIL [ 41%] 2022-11-23T01:34:37.9707860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:37.9708140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:37.9708480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:37.9708750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_frac_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:37.9709020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:37.9709550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:34:37.9709980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:34:37.9710400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:34:37.9710720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 PASSED [ 41%] 2022-11-23T01:34:37.9711000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_half_cpu_complex128 XFAIL [ 41%] 2022-11-23T01:34:37.9711280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_half_cpu_float64 XFAIL [ 41%] 2022-11-23T01:34:37.9711670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T01:34:37.9712100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T01:34:37.9712420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:37.9712700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:37.9712980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:37.9713270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:37.9713540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_i0_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:37.9713830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:37.9714120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:37.9714400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:37.9714690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:37.9714970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:37.9715250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:37.9715550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 PASSED [ 42%] 2022-11-23T01:34:37.9715990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 PASSED [ 42%] 2022-11-23T01:34:37.9716340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 PASSED [ 43%] 2022-11-23T01:34:37.9716730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:37.9717160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:37.9717580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:37.9718000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:37.9718420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:37.9718990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:37.9719420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:37.9719830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:37.9720250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T01:34:37.9720600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:34:37.9720950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:34:37.9721320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:34:37.9721650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:34:37.9721990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:34:37.9722310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 PASSED [ 44%] 2022-11-23T01:34:37.9722590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kron_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:37.9722870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:37.9723160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:37.9723540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T01:34:37.9723860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:37.9724130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:37.9724420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 PASSED [ 44%] 2022-11-23T01:34:37.9724710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:37.9725080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:37.9725390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 PASSED [ 44%] 2022-11-23T01:34:37.9725680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 PASSED [ 44%] 2022-11-23T01:34:37.9725980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 PASSED [ 44%] 2022-11-23T01:34:37.9726280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 PASSED [ 44%] 2022-11-23T01:34:37.9726580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 PASSED [ 45%] 2022-11-23T01:34:37.9726870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:37.9727160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 PASSED [ 45%] 2022-11-23T01:34:37.9727550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:37.9727840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 PASSED [ 45%] 2022-11-23T01:34:37.9728270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:34:37.9728720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:34:37.9729160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:34:37.9729510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-11-23T01:34:37.9729810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 PASSED [ 45%] 2022-11-23T01:34:37.9730110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:37.9730410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:37.9738200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 PASSED [ 45%] 2022-11-23T01:34:37.9738520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 PASSED [ 45%] 2022-11-23T01:34:37.9739010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T01:34:37.9739370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:37.9739690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 46%] 2022-11-23T01:34:37.9740000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:37.9740300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:37.9740650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 46%] 2022-11-23T01:34:37.9740990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:37.9741280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:37.9741800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:37.9742130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:37.9742440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:37.9742750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:37.9743040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:37.9743320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 PASSED [ 46%] 2022-11-23T01:34:37.9743620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 PASSED [ 46%] 2022-11-23T01:34:37.9743920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:37.9744410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:37.9744700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:37.9745000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:37.9745300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:37.9745590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:37.9745870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log10_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:37.9746150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:37.9746430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:37.9746720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:37.9747020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_with_dtype_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:37.9747320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:37.9747610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:37.9747890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 PASSED [ 47%] 2022-11-23T01:34:37.9748170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 PASSED [ 47%] 2022-11-23T01:34:37.9748620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:37.9749060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:37.9749500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:37.9749930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:37.9750370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:37.9750910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:37.9751250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logit_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:37.9751650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:37.9752070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T01:34:37.9752390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:37.9752670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 PASSED [ 48%] 2022-11-23T01:34:37.9752960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 PASSED [ 48%] 2022-11-23T01:34:37.9753250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 PASSED [ 48%] 2022-11-23T01:34:37.9753650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 PASSED [ 48%] 2022-11-23T01:34:37.9753930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 PASSED [ 49%] 2022-11-23T01:34:37.9754210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:37.9754500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:37.9754930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T01:34:37.9755270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128 PASSED [ 49%] 2022-11-23T01:34:37.9755560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128 PASSED [ 49%] 2022-11-23T01:34:37.9755860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 49%] 2022-11-23T01:34:37.9756150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:37.9756440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:37.9756730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:37.9757010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:37.9757300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 49%] 2022-11-23T01:34:37.9757600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:37.9757890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64 PASSED [ 49%] 2022-11-23T01:34:37.9758180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128 PASSED [ 49%] 2022-11-23T01:34:37.9758460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9758760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9759070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9759360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9759640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 PASSED [ 50%] 2022-11-23T01:34:37.9760050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mean_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9760350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_median_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9760650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 50%] 2022-11-23T01:34:37.9760960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9761270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 50%] 2022-11-23T01:34:37.9761570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9761870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9762160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9762550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mm_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9762820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mode_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:37.9763100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 PASSED [ 51%] 2022-11-23T01:34:37.9763380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:37.9763660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_msort_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:37.9763930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mul_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:37.9764350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:34:37.9764690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:37.9764990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:37.9765280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:37.9765570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:37.9765860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:37.9766250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:34:37.9766690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T01:34:37.9767010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 PASSED [ 51%] 2022-11-23T01:34:37.9767310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T01:34:37.9767600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_neg_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:37.9767990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:37.9768460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:37.9768980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:37.9769420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:37.9769850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:37.9770260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T01:34:37.9770620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:37.9770940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:37.9771260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:37.9771650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:37.9771960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:37.9772280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:37.9772590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 52%] 2022-11-23T01:34:37.9772890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 PASSED [ 52%] 2022-11-23T01:34:37.9773200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9773500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 PASSED [ 53%] 2022-11-23T01:34:37.9773800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9774110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 53%] 2022-11-23T01:34:37.9774420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9774740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 53%] 2022-11-23T01:34:37.9775050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9775370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9775680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9775990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9776290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9776590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9776920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 53%] 2022-11-23T01:34:37.9777270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 53%] 2022-11-23T01:34:37.9777690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9784410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9784730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9785030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9785330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9785650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9785960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9786520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9786840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9787160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9787480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9787790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 PASSED [ 54%] 2022-11-23T01:34:37.9788100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9788400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 54%] 2022-11-23T01:34:37.9788710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 PASSED [ 54%] 2022-11-23T01:34:37.9789020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9789320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9789620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9789920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9790230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9790540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9790850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9791150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9791450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9791770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9792100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 55%] 2022-11-23T01:34:37.9792420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 PASSED [ 55%] 2022-11-23T01:34:37.9792840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 PASSED [ 55%] 2022-11-23T01:34:37.9793160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 PASSED [ 55%] 2022-11-23T01:34:37.9793480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9793790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9794100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9794400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 56%] 2022-11-23T01:34:37.9794710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9795110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9795400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9795690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9795990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9796300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 56%] 2022-11-23T01:34:37.9796620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9796930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9797240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 PASSED [ 56%] 2022-11-23T01:34:37.9797550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 56%] 2022-11-23T01:34:37.9797860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 PASSED [ 56%] 2022-11-23T01:34:37.9798370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:34:37.9798690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 PASSED [ 57%] 2022-11-23T01:34:37.9798980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 PASSED [ 57%] 2022-11-23T01:34:37.9799270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:37.9799580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 57%] 2022-11-23T01:34:37.9799910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 57%] 2022-11-23T01:34:37.9800340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T01:34:37.9800670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 PASSED [ 57%] 2022-11-23T01:34:37.9800960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:37.9801250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 PASSED [ 57%] 2022-11-23T01:34:37.9801640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 PASSED [ 57%] 2022-11-23T01:34:37.9801990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T01:34:37.9802320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T01:34:37.9802650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T01:34:37.9802950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 PASSED [ 58%] 2022-11-23T01:34:37.9803250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 PASSED [ 58%] 2022-11-23T01:34:37.9803520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_put_cpu_complex128 PASSED [ 58%] 2022-11-23T01:34:37.9803800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_put_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:37.9804240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_qr_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:37.9804660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:34:37.9805090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:34:37.9805520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:34:37.9805950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:34:37.9806390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:34:37.9806830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T01:34:37.9807150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_real_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:37.9807450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 58%] 2022-11-23T01:34:37.9807740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:37.9808030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 PASSED [ 58%] 2022-11-23T01:34:37.9808310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:37.9808690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:37.9808980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:37.9809260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:37.9809550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:37.9809850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:37.9810280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:34:37.9810710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T01:34:37.9811180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:37.9811500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:37.9811780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 PASSED [ 59%] 2022-11-23T01:34:37.9812070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:37.9812360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 59%] 2022-11-23T01:34:37.9812660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 59%] 2022-11-23T01:34:37.9812980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-11-23T01:34:37.9813280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 PASSED [ 60%] 2022-11-23T01:34:37.9813700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:37.9814140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:34:37.9814580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:34:37.9814910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:37.9815200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:37.9815490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:37.9815800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:37.9816100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_cpu_complex128 PASSED [ 60%] 2022-11-23T01:34:37.9816380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:37.9816670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 PASSED [ 60%] 2022-11-23T01:34:37.9817060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:34:37.9817510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:34:37.9817960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T01:34:37.9818290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 PASSED [ 61%] 2022-11-23T01:34:37.9818570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 PASSED [ 61%] 2022-11-23T01:34:37.9818850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:37.9819140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:37.9819430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sort_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:37.9819830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:37.9820420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:37.9820970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:37.9821440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:37.9821910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:37.9822250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:37.9822550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 PASSED [ 61%] 2022-11-23T01:34:37.9823220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:37.9823680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T01:34:37.9824030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 PASSED [ 62%] 2022-11-23T01:34:37.9824440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:37.9824790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 PASSED [ 62%] 2022-11-23T01:34:37.9825200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:37.9832710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:37.9833180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 PASSED [ 62%] 2022-11-23T01:34:37.9833500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 62%] 2022-11-23T01:34:37.9834010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:37.9834510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T01:34:37.9835030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T01:34:37.9835520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T01:34:37.9835990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:37.9836440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T01:34:37.9836770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 PASSED [ 62%] 2022-11-23T01:34:37.9837300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 62%] 2022-11-23T01:34:37.9837600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_square_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:37.9837890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_square_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:37.9838180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:37.9838460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:37.9838750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:37.9839030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:37.9839310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sub_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:37.9839720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:37.9840000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:37.9840280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_t_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:37.9840560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_t_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:37.9840840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:37.9841120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_cpu_complex128 PASSED [ 63%] 2022-11-23T01:34:37.9841400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tan_cpu_float64 PASSED [ 63%] 2022-11-23T01:34:37.9841680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:37.9841960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:37.9842250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:37.9842540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:37.9842830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:37.9843110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:37.9843390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_topk_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:37.9843670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:37.9843960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:37.9844250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:37.9844540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:37.9844830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:37.9845120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tril_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:37.9845400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 PASSED [ 64%] 2022-11-23T01:34:37.9845690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 PASSED [ 64%] 2022-11-23T01:34:37.9846100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:37.9846400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:37.9846700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_copy_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:37.9847000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_copy_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:37.9847460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T01:34:37.9847810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:37.9848100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:37.9848380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:37.9848790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:37.9849070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:37.9849360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:37.9849650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:37.9849930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 PASSED [ 65%] 2022-11-23T01:34:37.9850210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 PASSED [ 65%] 2022-11-23T01:34:37.9850500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 PASSED [ 66%] 2022-11-23T01:34:37.9850780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_where_cpu_complex128 PASSED [ 66%] 2022-11-23T01:34:37.9851220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:34:37.9851660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:34:37.9852090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T01:34:37.9852460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9852840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9853220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9853610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9853990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9854370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9854750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9855250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9855680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9856050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T01:34:37.9856390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 67%] 2022-11-23T01:34:37.9856760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD__softmax_backward_data_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T01:34:37.9857100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 PASSED [ 67%] 2022-11-23T01:34:37.9857520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 PASSED [ 67%] 2022-11-23T01:34:37.9857810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 PASSED [ 67%] 2022-11-23T01:34:37.9858110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 67%] 2022-11-23T01:34:37.9858410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 PASSED [ 67%] 2022-11-23T01:34:37.9858700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 67%] 2022-11-23T01:34:37.9859000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 PASSED [ 67%] 2022-11-23T01:34:37.9859300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 PASSED [ 67%] 2022-11-23T01:34:37.9859600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 PASSED [ 67%] 2022-11-23T01:34:37.9859900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 67%] 2022-11-23T01:34:37.9860220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 67%] 2022-11-23T01:34:37.9860520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 PASSED [ 67%] 2022-11-23T01:34:37.9860810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 PASSED [ 68%] 2022-11-23T01:34:37.9861110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 PASSED [ 68%] 2022-11-23T01:34:37.9861530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:37.9861980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:37.9862430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:37.9862810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T01:34:37.9863240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:37.9863650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T01:34:37.9864230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T01:34:37.9864710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:37.9865150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:37.9865590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:37.9866040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T01:34:37.9866400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 68%] 2022-11-23T01:34:37.9866910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T01:34:37.9867260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 PASSED [ 69%] 2022-11-23T01:34:37.9867560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 PASSED [ 69%] 2022-11-23T01:34:37.9867900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9868280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9868660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9869060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9869440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9869820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9870160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 69%] 2022-11-23T01:34:37.9870510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9870900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9871290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9871690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9871870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T01:34:37.9872250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T01:34:37.9872470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:37.9872720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T01:34:37.9872920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:37.9873210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 70%] 2022-11-23T01:34:37.9873390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:37.9873690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdouble_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:37.9873880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cfloat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:37.9874060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cfloat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:37.9874250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:37.9874430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:37.9874570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 PASSED [ 70%] 2022-11-23T01:34:37.9874720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 70%] 2022-11-23T01:34:37.9874860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 70%] 2022-11-23T01:34:37.9875050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T01:34:37.9875240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:37.9875430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:37.9882710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:37.9882940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:37.9883090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 71%] 2022-11-23T01:34:37.9883280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:37.9883430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 PASSED [ 71%] 2022-11-23T01:34:37.9883570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 PASSED [ 71%] 2022-11-23T01:34:37.9884140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T01:34:37.9884330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:37.9884510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:37.9884690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:37.9884840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 PASSED [ 71%] 2022-11-23T01:34:37.9885040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T01:34:37.9885360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9885510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 72%] 2022-11-23T01:34:37.9885690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9885880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9886070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9886260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9886450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_copy_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9886640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9886830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9887020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9887210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9887350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 PASSED [ 72%] 2022-11-23T01:34:37.9887540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T01:34:37.9887690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 72%] 2022-11-23T01:34:37.9887840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 72%] 2022-11-23T01:34:37.9887990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 73%] 2022-11-23T01:34:37.9888280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:37.9888470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:37.9888660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:37.9888840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:37.9889030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:37.9889210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:37.9889470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T01:34:37.9889770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T01:34:37.9890020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T01:34:37.9890270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T01:34:37.9890510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T01:34:37.9890650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 PASSED [ 73%] 2022-11-23T01:34:37.9890790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 PASSED [ 73%] 2022-11-23T01:34:37.9890930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 PASSED [ 74%] 2022-11-23T01:34:37.9891070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 PASSED [ 74%] 2022-11-23T01:34:37.9891260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9891440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9891630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9891820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9892000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9892190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9892500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9892710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9892890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9893070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9893260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9893440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9893750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T01:34:37.9893940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9894120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9894300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9894490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9894680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9894860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9895040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9895180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 PASSED [ 75%] 2022-11-23T01:34:37.9895360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9895550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9895730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9895910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9896100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9896280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:37.9896520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:37.9896710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:37.9896860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 PASSED [ 76%] 2022-11-23T01:34:37.9897000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 PASSED [ 76%] 2022-11-23T01:34:37.9897180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:37.9897320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 PASSED [ 76%] 2022-11-23T01:34:37.9897600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:34:37.9897960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:34:37.9898150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:37.9898390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:34:37.9898630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:34:37.9898880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:34:37.9899140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:34:37.9899320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T01:34:37.9899570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T01:34:37.9899720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 PASSED [ 77%] 2022-11-23T01:34:37.9899860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 77%] 2022-11-23T01:34:37.9900010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 PASSED [ 77%] 2022-11-23T01:34:37.9900150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 PASSED [ 77%] 2022-11-23T01:34:37.9900340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T01:34:37.9900520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T01:34:37.9900760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:37.9901000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:37.9901340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:37.9901610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:37.9901850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:37.9902100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:37.9902340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T01:34:37.9902530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T01:34:37.9902790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 78%] 2022-11-23T01:34:37.9902980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 78%] 2022-11-23T01:34:37.9903150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 78%] 2022-11-23T01:34:37.9903320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 78%] 2022-11-23T01:34:37.9903500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:37.9903680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:37.9903870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:37.9904050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:37.9904240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:37.9904380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 PASSED [ 78%] 2022-11-23T01:34:37.9904520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 PASSED [ 78%] 2022-11-23T01:34:37.9904660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 PASSED [ 78%] 2022-11-23T01:34:37.9904840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:37.9905030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:37.9905220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T01:34:37.9905410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9905670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9905860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9906070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9906270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9906460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9906650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9906980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:34:37.9907250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:34:37.9907510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:34:37.9907770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T01:34:37.9907960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9908150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9908340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T01:34:37.9908610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9908800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9908990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9909250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T01:34:37.9909440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9909640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9909830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9910160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9910390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9910580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9910770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9910960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9911150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9911410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9911610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T01:34:37.9911800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9912000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9912200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9912380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9912570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9912760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9912950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9913150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9913350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9913540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9913730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9913910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T01:34:37.9914100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 PASSED [ 81%] 2022-11-23T01:34:37.9914240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 PASSED [ 81%] 2022-11-23T01:34:37.9914430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9914620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9914820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9915000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9915330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:34:37.9915580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:34:37.9915830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:34:37.9916070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:34:37.9916260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9916510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T01:34:37.9916700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9916870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9917060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9917240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9917420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T01:34:37.9917610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9917800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9918050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T01:34:37.9918190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 83%] 2022-11-23T01:34:37.9918500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9918690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9918880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9919070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9919230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 83%] 2022-11-23T01:34:37.9919370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 83%] 2022-11-23T01:34:37.9919610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9919800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9919980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9920170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:37.9920350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9920540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9920730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9920910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9921110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9921300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9921490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9921690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9921870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9922060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9922240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9922490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9922630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 84%] 2022-11-23T01:34:37.9922820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9923010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T01:34:37.9923280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:37.9923530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:37.9923730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 PASSED [ 85%] 2022-11-23T01:34:37.9923870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 PASSED [ 85%] 2022-11-23T01:34:37.9924130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:37.9924370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:37.9924620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:37.9924860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:37.9925120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:37.9925360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T01:34:37.9925570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:37.9925770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:37.9925980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T01:34:37.9926140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_alpha_dropout_cpu_float64 PASSED [ 85%] 2022-11-23T01:34:37.9926340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9926530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9926730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9927030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9927250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9927450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9927660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9927850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9928070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 86%] 2022-11-23T01:34:37.9928270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9928440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 86%] 2022-11-23T01:34:37.9928610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 86%] 2022-11-23T01:34:37.9928820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9929020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9935400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T01:34:37.9935650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9935850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9936040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9936270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 87%] 2022-11-23T01:34:37.9936460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9936670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9936870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9937200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9937410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9937610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9937810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9938010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9938210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9938480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T01:34:37.9938670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9938880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9939080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9939280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9939490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9939690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9939890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9940090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9940290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9940490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9940680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9940880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9941120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9941320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9941520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T01:34:37.9941710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9941900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9942050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 XFAIL [ 89%] 2022-11-23T01:34:37.9942280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 89%] 2022-11-23T01:34:37.9942480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9942680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9942880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9943080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9943270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9943430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 89%] 2022-11-23T01:34:37.9943630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9943850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9944040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9944240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T01:34:37.9944440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9944750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:34:37.9944930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9945190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9945380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9945570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9945750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9945930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9946090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 90%] 2022-11-23T01:34:37.9946320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 90%] 2022-11-23T01:34:37.9946570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:34:37.9946820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T01:34:37.9947010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9947190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9947380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T01:34:37.9947560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:37.9947720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 91%] 2022-11-23T01:34:37.9947880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T01:34:37.9948030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T01:34:37.9948220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:37.9948410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:37.9948590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:37.9948770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:37.9948920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 PASSED [ 91%] 2022-11-23T01:34:37.9949060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 PASSED [ 91%] 2022-11-23T01:34:37.9949330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:37.9949480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 91%] 2022-11-23T01:34:37.9949730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:34:37.9949970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T01:34:37.9950230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:34:37.9950410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:37.9950590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:37.9951060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 PASSED [ 92%] 2022-11-23T01:34:37.9951200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 PASSED [ 92%] 2022-11-23T01:34:37.9951380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:37.9951570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:37.9951750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:37.9952030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T01:34:37.9952230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:37.9952410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:37.9952590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:37.9952750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:34:37.9952900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 92%] 2022-11-23T01:34:37.9953080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T01:34:37.9953220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 93%] 2022-11-23T01:34:37.9953360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 PASSED [ 93%] 2022-11-23T01:34:37.9953500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 PASSED [ 93%] 2022-11-23T01:34:37.9953650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 93%] 2022-11-23T01:34:37.9953800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 93%] 2022-11-23T01:34:37.9954050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 93%] 2022-11-23T01:34:37.9954220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 93%] 2022-11-23T01:34:37.9954430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:37.9954620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:37.9954800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T01:34:37.9954940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 PASSED [ 93%] 2022-11-23T01:34:37.9955210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T01:34:37.9955460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T01:34:37.9955600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 93%] 2022-11-23T01:34:37.9955860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:37.9956130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:37.9956400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:37.9956660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:37.9956910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:37.9957100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:34:37.9957280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:34:37.9957470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:34:37.9957650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 94%] 2022-11-23T01:34:37.9957910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:37.9958180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:37.9958440Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:37.9958790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 94%] 2022-11-23T01:34:37.9958990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T01:34:37.9959260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T01:34:37.9959450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:37.9959630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:37.9959860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:37.9960130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:34:37.9960390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:34:37.9960600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:37.9960890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T01:34:37.9961180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T01:34:37.9961450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T01:34:37.9961720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:34:37.9961970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T01:34:37.9962160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:37.9962340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:37.9962530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T01:34:37.9962730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9962910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9963130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 96%] 2022-11-23T01:34:37.9963270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 PASSED [ 96%] 2022-11-23T01:34:37.9963410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 PASSED [ 96%] 2022-11-23T01:34:37.9963550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 PASSED [ 96%] 2022-11-23T01:34:37.9963740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9963930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9964110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9964320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9964510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9964690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9964870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9965060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9965240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T01:34:37.9965430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9965610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9965750Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 PASSED [ 97%] 2022-11-23T01:34:37.9965890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 PASSED [ 97%] 2022-11-23T01:34:37.9966080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9966270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9966450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9966640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9966820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9967000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9967270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9967450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9967640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T01:34:37.9967780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 PASSED [ 97%] 2022-11-23T01:34:37.9967910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 PASSED [ 98%] 2022-11-23T01:34:37.9968050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 PASSED [ 98%] 2022-11-23T01:34:37.9968240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 PASSED [ 98%] 2022-11-23T01:34:37.9968380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 98%] 2022-11-23T01:34:37.9968530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 PASSED [ 98%] 2022-11-23T01:34:37.9968720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:37.9968900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:37.9969090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:37.9969370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T01:34:37.9969610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T01:34:37.9969760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 98%] 2022-11-23T01:34:37.9969900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 98%] 2022-11-23T01:34:37.9970080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:37.9970260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:37.9970450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T01:34:37.9970630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:37.9970820Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:37.9971000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:37.9971180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:37.9971450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:37.9971630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:37.9971810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:37.9972000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T01:34:37.9972140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 PASSED [ 99%] 2022-11-23T01:34:37.9972280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 PASSED [ 99%] 2022-11-23T01:34:37.9972470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 PASSED [ 99%] 2022-11-23T01:34:37.9972720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:34:37.9972960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:34:37.9973210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T01:34:37.9973460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T01:34:37.9973460Z 2022-11-23T01:34:37.9973560Z =============================== warnings summary =============================== 2022-11-23T01:34:37.9973740Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:34:37.9974050Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:34:37.9974120Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:34:37.9974130Z 2022-11-23T01:34:37.9974300Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:34:37.9974560Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops_fwd_gradients/test_ops_fwd_gradients-ef81a1f88232eae3.xml - 2022-11-23T01:34:37.9974670Z = 828 passed, 603 skipped, 7 deselected, 20 xfailed, 1 warning in 76.70s (0:01:16) = 2022-11-23T01:34:37.9974800Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:34:37.9974810Z 2022-11-23T01:34:37.9975060Z ##[endgroup] 2022-11-23T01:34:37.9975300Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_fwd_gradients_7joapx_x) 2022-11-23T01:34:37.9975300Z 2022-11-23T01:34:38.1112120Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:38.111015] 2022-11-23T01:34:40.3542360Z 2022-11-23T01:34:40.3542800Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T01:34:40.3543470Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_fwd_gradients_e63l4fdn) 2022-11-23T01:34:40.3544790Z Test results will be stored in test-reports/python-pytest/test_ops_fwd_gradients/test_ops_fwd_gradients-7b4381743ace4121.xml 2022-11-23T01:34:40.3545090Z ============================= test session starts ============================== 2022-11-23T01:34:40.3545450Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:34:40.3545690Z cachedir: .pytest_cache 2022-11-23T01:34:40.3546010Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:34:40.3546350Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:34:40.3546680Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:34:40.3546930Z collecting ... collected 2907 items / 2895 deselected / 12 selected 2022-11-23T01:34:40.3548230Z Running 12 items in this shard: test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-11-23T01:34:40.3549580Z 2022-11-23T01:34:40.3549730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 PASSED [ 8%] 2022-11-23T01:34:40.3550050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 PASSED [ 16%] 2022-11-23T01:34:40.3550350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 25%] 2022-11-23T01:34:40.3550640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 33%] 2022-11-23T01:34:40.3550930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 PASSED [ 41%] 2022-11-23T01:34:40.3551230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 PASSED [ 50%] 2022-11-23T01:34:40.3551550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 PASSED [ 58%] 2022-11-23T01:34:40.3551860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 PASSED [ 66%] 2022-11-23T01:34:40.3552210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T01:34:40.3552640Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T01:34:40.3553110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T01:34:40.3553500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-11-23T01:34:40.3553700Z 2022-11-23T01:34:40.3553780Z =============================== warnings summary =============================== 2022-11-23T01:34:40.3554070Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:34:40.3554500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:34:40.3554790Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:34:40.3554890Z 2022-11-23T01:34:40.3555050Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:34:40.3555460Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops_fwd_gradients/test_ops_fwd_gradients-7b4381743ace4121.xml - 2022-11-23T01:34:40.3555820Z =========== 8 passed, 4 skipped, 2895 deselected, 1 warning in 0.70s =========== 2022-11-23T01:34:40.3556050Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:34:40.3556200Z 2022-11-23T01:34:40.3556370Z ##[endgroup] 2022-11-23T01:34:40.3556680Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_fwd_gradients_e63l4fdn) 2022-11-23T01:34:40.3556860Z 2022-11-23T01:34:40.3556990Z Running test_reductions ... [2022-11-23 01:34:40.355073] 2022-11-23T01:34:40.3557380Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:40.355472] 2022-11-23T01:35:46.5509390Z 2022-11-23T01:35:46.5509800Z Expand the folded group to see the log file of test_reductions 2022-11-23T01:35:46.5510430Z ##[group]PRINTING LOG FILE of test_reductions (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_reductions_27wlqvzj) 2022-11-23T01:35:46.5511120Z 2022-11-23T01:35:46.5511320Z Running tests... 2022-11-23T01:35:46.5511680Z ---------------------------------------------------------------------- 2022-11-23T01:35:46.5511960Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-11-23T01:35:46.5512360Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5513390Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5513630Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T01:35:46.5515040Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1737: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorShape.cpp:3523.) 2022-11-23T01:35:46.5515600Z _test_all_any(x.T) 2022-11-23T01:35:46.5516540Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1701: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.5517090Z torch.all(x, dim, out=out) 2022-11-23T01:35:46.5518020Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1701: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.5518550Z torch.all(x, dim, out=out) 2022-11-23T01:35:46.5519290Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1701: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.5519990Z torch.all(x, dim, out=out) 2022-11-23T01:35:46.5520700Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1701: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.5521230Z torch.all(x, dim, out=out) 2022-11-23T01:35:46.5521930Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1701: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.5522430Z torch.all(x, dim, out=out) 2022-11-23T01:35:46.5523150Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1701: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.5523650Z torch.all(x, dim, out=out) 2022-11-23T01:35:46.5524350Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1701: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.5524870Z torch.all(x, dim, out=out) 2022-11-23T01:35:46.5525640Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1701: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.5526170Z torch.all(x, dim, out=out) 2022-11-23T01:35:46.5526310Z ok (0.020s) 2022-11-23T01:35:46.5526870Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:2493: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Copy.cpp:275.) 2022-11-23T01:35:46.5527280Z torch_result = torch_fn(t).cpu() 2022-11-23T01:35:46.5527420Z ok (0.189s) 2022-11-23T01:35:46.5527600Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.194s) 2022-11-23T01:35:46.5537470Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.189s) 2022-11-23T01:35:46.5538480Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.187s) 2022-11-23T01:35:46.5538730Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.187s) 2022-11-23T01:35:46.5538960Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.186s) 2022-11-23T01:35:46.5539190Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.185s) 2022-11-23T01:35:46.5539440Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.186s) 2022-11-23T01:35:46.5539660Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.186s) 2022-11-23T01:35:46.5539900Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-11-23T01:35:46.5540140Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5540340Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5540540Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5540740Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5540940Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5541140Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5541330Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5541530Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T01:35:46.5541730Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5541920Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5542110Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5542310Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5542500Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5542690Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5542890Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5543090Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5543300Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5543660Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5544280Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1621: 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-11-23T01:35:46.5544670Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-11-23T01:35:46.5545220Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1624: 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-11-23T01:35:46.5545630Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-11-23T01:35:46.5545790Z ok (0.004s) 2022-11-23T01:35:46.5545970Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-11-23T01:35:46.5546210Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-11-23T01:35:46.5546450Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T01:35:46.5546680Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T01:35:46.5546910Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T01:35:46.5547140Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T01:35:46.5547490Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T01:35:46.5547700Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.102s) 2022-11-23T01:35:46.5547910Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.029s) 2022-11-23T01:35:46.5548130Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T01:35:46.5548360Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5548580Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5548800Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5549020Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5549240Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5549470Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5549690Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5549920Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5550150Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5550390Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.090s) 2022-11-23T01:35:46.5550660Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.089s) 2022-11-23T01:35:46.5550920Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5551180Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5551430Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5551670Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5552260Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1903: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:35:46.5552680Z x = torch.tensor(example, device=device, dtype=dtype) 2022-11-23T01:35:46.5553130Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1909: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:35:46.5553480Z x = torch.tensor(example, device=device, dtype=dtype) 2022-11-23T01:35:46.5553640Z ok (0.001s) 2022-11-23T01:35:46.5553830Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5554130Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5554390Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5554640Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5554870Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5555090Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5555310Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5555530Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5555740Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5555950Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5556160Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5556370Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5556650Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5556860Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5557080Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5557280Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5557500Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5557720Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5557930Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5558200Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-11-23T01:35:46.5558450Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5558710Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5558950Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5559190Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T01:35:46.5559430Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5559690Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.000s) 2022-11-23T01:35:46.5559940Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5560200Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5560450Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5560700Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5560940Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5561190Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5561450Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5561700Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5561940Z test_dim_default_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5562190Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5562430Z test_dim_default_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5562670Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5562920Z test_dim_default_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5563220Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5563480Z test_dim_default_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5563720Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5563950Z test_dim_default_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5564180Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5564410Z test_dim_default_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5564670Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5564900Z test_dim_default_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5565130Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5565350Z test_dim_default_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5565640Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5565860Z test_dim_default_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5566090Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5566310Z test_dim_default_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5566540Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5566760Z test_dim_default_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5566980Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5567220Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5567450Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5567680Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5567910Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5568130Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5568360Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T01:35:46.5568580Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5568820Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5569050Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5569290Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5569530Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5569760Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5569990Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5570230Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5570470Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5570690Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5570900Z test_dim_default_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5571110Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5571360Z test_dim_default_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5571560Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5571860Z test_dim_default_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5572080Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5572290Z test_dim_default_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5572490Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5572710Z test_dim_default_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5572920Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5573120Z test_dim_default_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5573330Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5573530Z test_dim_default_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5573730Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5573970Z test_dim_default_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5574230Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5574450Z test_dim_default_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5574720Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5574920Z test_dim_default_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5575130Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5575340Z test_dim_default_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5575550Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5575750Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5575960Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5576160Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5576370Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5576580Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5576790Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5576990Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5577210Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5577410Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5577620Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5577840Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5578050Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5578250Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5578450Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5578650Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5578930Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5579140Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5579370Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5579580Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5579810Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5580020Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5580290Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5580510Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5580770Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5581000Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5581310Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5581640Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5581910Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5582140Z test_dim_empty_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5582420Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5582640Z test_dim_empty_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5582940Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5583170Z test_dim_empty_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5583440Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5583680Z test_dim_empty_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5583940Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5584210Z test_dim_empty_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5584480Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5584710Z test_dim_empty_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5584960Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.001s) 2022-11-23T01:35:46.5585180Z test_dim_empty_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5585460Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5585690Z test_dim_empty_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5585950Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5586170Z test_dim_empty_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5586430Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5586650Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5586910Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5587140Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5587410Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5587620Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5587870Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5588080Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5588330Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5588530Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5588780Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5589020Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5589270Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5589480Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5589720Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5589910Z test_dim_empty_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5590140Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5590340Z test_dim_empty_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5590560Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5590770Z test_dim_empty_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5591000Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5591190Z test_dim_empty_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5591480Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5591680Z test_dim_empty_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5591910Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5592120Z test_dim_empty_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5592370Z Tests that dim=[] is a no-op ... ok (0.001s) 2022-11-23T01:35:46.5592560Z test_dim_empty_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5592780Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5592980Z test_dim_empty_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5593200Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5593390Z test_dim_empty_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5593690Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5593880Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5594170Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5594380Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5594600Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5594790Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5595010Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T01:35:46.5595200Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5595420Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5595600Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5595860Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5596050Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5596260Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5596450Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5596650Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5596860Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5597060Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5597290Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5597500Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5597710Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5597920Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T01:35:46.5598140Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5598360Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T01:35:46.5598580Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5598800Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T01:35:46.5599040Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5599260Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T01:35:46.5599480Z test_dim_multi_duplicate_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5599700Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-11-23T01:35:46.5599920Z test_dim_multi_duplicate_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5600130Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T01:35:46.5600350Z test_dim_multi_duplicate_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5600580Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T01:35:46.5600830Z test_dim_multi_duplicate_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5601110Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T01:35:46.5601370Z test_dim_multi_duplicate_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5601610Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T01:35:46.5601830Z test_dim_multi_duplicate_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5602040Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T01:35:46.5602270Z test_dim_multi_duplicate_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5602490Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T01:35:46.5602710Z test_dim_multi_duplicate_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5602920Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T01:35:46.5603140Z test_dim_multi_duplicate_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5603350Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T01:35:46.5603610Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5603820Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T01:35:46.5604040Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5604250Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T01:35:46.5604460Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5604670Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T01:35:46.5604880Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5605080Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T01:35:46.5605290Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5605510Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T01:35:46.5605720Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5605950Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T01:35:46.5606150Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5606390Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5606610Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5606830Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5607060Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5607300Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5607540Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5607780Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5608040Z test_dim_multi_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5608280Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5608530Z test_dim_multi_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5608770Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5609000Z test_dim_multi_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5609250Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5609480Z test_dim_multi_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5609770Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5610000Z test_dim_multi_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5610270Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5610500Z test_dim_multi_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5610740Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5610970Z test_dim_multi_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5611200Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5611420Z test_dim_multi_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5611650Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5611870Z test_dim_multi_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5612140Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5612370Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5612590Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5612810Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5613050Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5613260Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5613490Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5613700Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5613920Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5614140Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5614370Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5614590Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5614800Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5615030Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5615240Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5615440Z test_dim_multi_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5615640Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5615900Z test_dim_multi_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5616110Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5616350Z test_dim_multi_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5616570Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5616780Z test_dim_multi_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5616970Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5617170Z test_dim_multi_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5617370Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5617570Z test_dim_multi_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5617760Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5617960Z test_dim_multi_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5618200Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5618400Z test_dim_multi_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5618600Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5618810Z test_dim_multi_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5619010Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5619210Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5619410Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5619610Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5619800Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5620000Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5620190Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5620380Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5620620Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5620810Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5621060Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T01:35:46.5626620Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5626840Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5627040Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5627250Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5627460Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5627670Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5627880Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5628110Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T01:35:46.5628350Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5628580Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T01:35:46.5628820Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5629060Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5629320Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5629550Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T01:35:46.5629790Z test_dim_multi_unsorted_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5630020Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T01:35:46.5630260Z test_dim_multi_unsorted_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5630490Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T01:35:46.5630720Z test_dim_multi_unsorted_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5630960Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T01:35:46.5631190Z test_dim_multi_unsorted_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5631420Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T01:35:46.5631640Z test_dim_multi_unsorted_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5631870Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T01:35:46.5632190Z test_dim_multi_unsorted_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5632420Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T01:35:46.5632660Z test_dim_multi_unsorted_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5632890Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T01:35:46.5633110Z test_dim_multi_unsorted_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5633340Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T01:35:46.5633570Z test_dim_multi_unsorted_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5633800Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T01:35:46.5634020Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5634250Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T01:35:46.5634540Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5634770Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T01:35:46.5634990Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5635220Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T01:35:46.5635440Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5635660Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T01:35:46.5635890Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5636110Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T01:35:46.5636330Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5636560Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T01:35:46.5636790Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5637000Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5637220Z test_dim_multi_unsorted_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5637480Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5637690Z test_dim_multi_unsorted_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5637900Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5638120Z test_dim_multi_unsorted_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5638330Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5638540Z test_dim_multi_unsorted_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5638760Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5638960Z test_dim_multi_unsorted_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5639170Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5639370Z test_dim_multi_unsorted_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5639580Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5639790Z test_dim_multi_unsorted_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5640000Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T01:35:46.5640210Z test_dim_multi_unsorted_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5640410Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5640620Z test_dim_multi_unsorted_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5640890Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T01:35:46.5641100Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5641300Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5641490Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5641690Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5641890Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5642090Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5642290Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5642480Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5642680Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5642870Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5643140Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5643330Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T01:35:46.5643530Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5643830Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T01:35:46.5644040Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5644290Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T01:35:46.5644500Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5644750Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T01:35:46.5644960Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5645200Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T01:35:46.5645420Z test_dim_multi_unsupported_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5645670Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T01:35:46.5645880Z test_dim_multi_unsupported_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5646130Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T01:35:46.5646340Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5646580Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T01:35:46.5646780Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5646960Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T01:35:46.5647150Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5647360Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5647570Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5647770Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5647970Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5648250Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5648460Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5648680Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5648900Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5649110Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5649310Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5649570Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5649780Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5649990Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5650200Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5650410Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T01:35:46.5650610Z test_dim_ndim_limit_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5650820Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5651020Z test_dim_ndim_limit_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5651230Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5651430Z test_dim_ndim_limit_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5651640Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5651890Z test_dim_ndim_limit_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5652090Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5652300Z test_dim_ndim_limit_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5652510Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-11-23T01:35:46.5652750Z test_dim_ndim_limit_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5652950Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T01:35:46.5653150Z test_dim_ndim_limit_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5659470Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T01:35:46.5659710Z test_dim_ndim_limit_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5659930Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5660150Z test_dim_ndim_limit_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5660360Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T01:35:46.5660560Z test_dim_ndim_limit_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5660770Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T01:35:46.5660970Z test_dim_ndim_limit_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5661180Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T01:35:46.5661400Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5661610Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T01:35:46.5661830Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5662050Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5662270Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5662470Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T01:35:46.5662670Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5662870Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5663070Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5663280Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5663470Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5663670Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T01:35:46.5663870Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5664140Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T01:35:46.5664340Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5664540Z Tests that dim=None reduces all dimensions. ... expected failure (0.002s) 2022-11-23T01:35:46.5664730Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5664920Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5665100Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5665280Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5665460Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5665660Z Tests that dim=None reduces all dimensions. ... expected failure (0.002s) 2022-11-23T01:35:46.5665860Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5666040Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5666220Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5666450Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5666630Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5666820Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5667010Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5667230Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-11-23T01:35:46.5667460Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5667670Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5667880Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5668090Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5668300Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5668530Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-11-23T01:35:46.5668780Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5669010Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5669250Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5669490Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5669710Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5669940Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5670170Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5670390Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5670610Z test_dim_none_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5670830Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5671040Z test_dim_none_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5671260Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5671470Z test_dim_none_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5671690Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5671900Z test_dim_none_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5672110Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5672330Z test_dim_none_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5672580Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5672790Z test_dim_none_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5673010Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5673220Z test_dim_none_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5673430Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5673640Z test_dim_none_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5673850Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5674060Z test_dim_none_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5674280Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5674490Z test_dim_none_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5674730Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5674940Z test_dim_none_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5675150Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5675360Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5675560Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5675800Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5676020Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5676240Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5676470Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T01:35:46.5676680Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5676900Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5677120Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5677330Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5677530Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5677740Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T01:35:46.5677940Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5678150Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5678360Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5678550Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5678740Z test_dim_none_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5678920Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5679100Z test_dim_none_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5679280Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5679470Z test_dim_none_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5679660Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5679850Z test_dim_none_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5680040Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5680220Z test_dim_none_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5680410Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5680600Z test_dim_none_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5681000Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5681190Z test_dim_none_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5681370Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5681550Z test_dim_none_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5681730Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5681900Z test_dim_none_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5682080Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5682260Z test_dim_none_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5682430Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5682610Z test_dim_none_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5682800Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5682980Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5683170Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5683420Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5683610Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5683800Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5683980Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5684160Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5684360Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5684550Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5687190Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5687370Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5687560Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5687740Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5687920Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5688100Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5688320Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T01:35:46.5688510Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5688730Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T01:35:46.5688910Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5689130Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T01:35:46.5689340Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5689560Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T01:35:46.5689760Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5689990Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T01:35:46.5690180Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5690410Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T01:35:46.5690610Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5690850Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T01:35:46.5691060Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5691300Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T01:35:46.5691510Z test_dim_offbounds_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5691740Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T01:35:46.5691950Z test_dim_offbounds_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5692180Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T01:35:46.5692390Z test_dim_offbounds_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5692650Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T01:35:46.5692850Z test_dim_offbounds_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5693080Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T01:35:46.5693280Z test_dim_offbounds_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5693520Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T01:35:46.5693710Z test_dim_offbounds_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5693930Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T01:35:46.5694130Z test_dim_offbounds_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5694350Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T01:35:46.5694540Z test_dim_offbounds_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5694750Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T01:35:46.5694940Z test_dim_offbounds_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5695210Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T01:35:46.5695390Z test_dim_offbounds_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5695610Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T01:35:46.5695800Z test_dim_offbounds_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5696010Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T01:35:46.5696190Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5696410Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T01:35:46.5696590Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5696810Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T01:35:46.5696990Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5697200Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T01:35:46.5697390Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5697600Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T01:35:46.5697780Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5698070Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T01:35:46.5698260Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5698490Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T01:35:46.5698680Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5698900Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T01:35:46.5699690Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1940: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.5700250Z torch.sum(x, 0, out=y) 2022-11-23T01:35:46.5700370Z ok (0.012s) 2022-11-23T01:35:46.5700540Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.5700760Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.5700970Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.5701180Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.5701390Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.5701590Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.5701820Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.5702040Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5702270Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5702500Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.036s) 2022-11-23T01:35:46.5702700Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5702880Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5703060Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5703240Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5703420Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5703600Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5703770Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5703980Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5704160Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5704340Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5704580Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5704760Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5704960Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5705160Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5705350Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5705570Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5705790Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5706010Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5706210Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5706420Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5706630Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5706840Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5707040Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5707250Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5707450Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5707660Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5707870Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5708100Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.5708330Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5708550Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5708760Z test_dim_single_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5708970Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5709180Z test_dim_single_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5709400Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5709610Z test_dim_single_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5709820Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5710030Z test_dim_single_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5710270Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5710480Z test_dim_single_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5710720Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5710940Z test_dim_single_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5711160Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5711390Z test_dim_single_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5711610Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5711820Z test_dim_single_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5712030Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5712240Z test_dim_single_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5712480Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5712690Z test_dim_single_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5712890Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5713100Z test_dim_single_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5713300Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5715800Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5716010Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5716220Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5716430Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5716630Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5716840Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5717040Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5717250Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5717450Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5717650Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5717850Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5718090Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5718300Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5718520Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T01:35:46.5718740Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5718940Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5719130Z test_dim_single_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5719320Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5719500Z test_dim_single_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5719680Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5719870Z test_dim_single_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5720060Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5720240Z test_dim_single_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5720420Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5720610Z test_dim_single_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5720790Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5721030Z test_dim_single_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5721210Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5721390Z test_dim_single_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5721570Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5721750Z test_dim_single_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5721920Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5722100Z test_dim_single_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5722280Z Tests that dim=i reduces dimension i. ... ok (0.046s) 2022-11-23T01:35:46.5722460Z test_dim_single_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5722640Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5722820Z test_dim_single_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5722990Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5723210Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5723390Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5723560Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5723740Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5723920Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5724090Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5724260Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5724440Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5724640Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5724820Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5725000Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5725190Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5725370Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5725540Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T01:35:46.5725730Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5725950Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5726170Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5726390Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.005s) 2022-11-23T01:35:46.5726600Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5726810Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.005s) 2022-11-23T01:35:46.5727030Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5727240Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5727460Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5727670Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5727880Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5728090Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5728300Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5728520Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5728800Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5729020Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5729240Z test_empty_tensor_empty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5729480Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.005s) 2022-11-23T01:35:46.5729700Z test_empty_tensor_empty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5729910Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.005s) 2022-11-23T01:35:46.5730130Z test_empty_tensor_empty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5730350Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5730560Z test_empty_tensor_empty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5730770Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5730990Z test_empty_tensor_empty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5731230Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-11-23T01:35:46.5731470Z test_empty_tensor_empty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5731770Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5732000Z test_empty_tensor_empty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5732230Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5732450Z test_empty_tensor_empty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5732670Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5732890Z test_empty_tensor_empty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5733100Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5733310Z test_empty_tensor_empty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5733530Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5733740Z test_empty_tensor_empty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5733960Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5734160Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5734380Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5734590Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5734800Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5735010Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5735220Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5735430Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5735640Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5735850Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5736060Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5736270Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5736480Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5736690Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5736900Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-11-23T01:35:46.5737100Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5737330Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5737580Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5737800Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5738040Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5738260Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5738480Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5738690Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5738910Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5739130Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5739340Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5739560Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5739790Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5740050Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5740320Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5740570Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5740800Z test_empty_tensor_nonempty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5741020Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5745410Z test_empty_tensor_nonempty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5745660Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5745900Z test_empty_tensor_nonempty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5746130Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5746360Z test_empty_tensor_nonempty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5746590Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5746830Z test_empty_tensor_nonempty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5747060Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5747290Z test_empty_tensor_nonempty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5747520Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5747750Z test_empty_tensor_nonempty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5747990Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5748220Z test_empty_tensor_nonempty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5748460Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5748700Z test_empty_tensor_nonempty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5748920Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5749150Z test_empty_tensor_nonempty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5749380Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5749600Z test_empty_tensor_nonempty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5749820Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5750040Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5750270Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5750490Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5750750Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5750970Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5751190Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5751420Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5751640Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5751860Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5752080Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5752300Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5752520Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5752740Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5753030Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T01:35:46.5753250Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5753460Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.014s) 2022-11-23T01:35:46.5753910Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/histograms.py:906: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.5754200Z return n/db/n.sum(), bin_edges 2022-11-23T01:35:46.5754340Z ok (2.097s) 2022-11-23T01:35:46.5754530Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-11-23T01:35:46.5754990Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/histograms.py:1124: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.5755280Z hist /= s 2022-11-23T01:35:46.5755390Z ok (6.895s) 2022-11-23T01:35:46.5755560Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5756290Z Tests that the identity value is an identity for the operator ... ok (0.005s) 2022-11-23T01:35:46.5756970Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5757970Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5762200Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5762440Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5762670Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5762900Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5763120Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5763340Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5763550Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5763770Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5763980Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5764190Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5764400Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5789780Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5790090Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5790300Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5790500Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5790900Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5791110Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5791320Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5791520Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5791730Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5791930Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5792140Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5792340Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5792540Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5792750Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5792970Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5793280Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5793490Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5793680Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5793880Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5794080Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5794280Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5794470Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5795320Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5795520Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5795720Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5795920Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5796120Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5796310Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5796500Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5796690Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5796880Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5797070Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5797270Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5797470Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5797680Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5797880Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5798090Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5798300Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5798510Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5798720Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5799000Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5799220Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5799450Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5799670Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5799880Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5800130Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5800340Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5800550Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5800760Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5800960Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5801160Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5801360Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5801560Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5805590Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5805810Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5806010Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5806310Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5806520Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5806730Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5806950Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5807160Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5807370Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5807580Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5807790Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5808000Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5808210Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5808410Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5808610Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5808820Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5809030Z test_identity_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5809240Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5809440Z test_identity_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5809640Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5809840Z test_identity_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5810120Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5810330Z test_identity_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5810550Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5810770Z test_identity_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5810980Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5811190Z test_identity_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5811400Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5811610Z test_identity_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5811830Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5812040Z test_identity_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5812300Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5812520Z test_identity_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5812730Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5812940Z test_identity_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5813140Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5813350Z test_identity_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5813560Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5813760Z test_identity_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5813860Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5813950Z test_identity_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5814040Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5814180Z test_identity_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5814280Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5814370Z test_identity_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5814470Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5814560Z test_identity_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5814650Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5814750Z test_identity_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5814840Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5814940Z test_identity_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5815030Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5815130Z test_identity_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5815220Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5815320Z test_identity_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5815410Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5815500Z test_identity_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5815600Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5815690Z test_identity_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5815780Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5815860Z test_identity_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5815950Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5816040Z test_identity_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5816130Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5816220Z test_identity_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5816310Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5816400Z test_identity_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5816490Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5816570Z test_identity_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5816660Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5816750Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5816840Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5816950Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5817040Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5817130Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5817220Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5817300Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5817390Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5817480Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5817570Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5817650Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5817740Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5817830Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5817950Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5818030Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5818120Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5818210Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5818300Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5818380Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5818470Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5818560Z test_identity_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5818650Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5818740Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5818830Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5818920Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5819010Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5819090Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5819180Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5819270Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5819360Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5819440Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5819530Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5819620Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5819710Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5819790Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5819930Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5820020Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5820110Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5820190Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5820290Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5820380Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5820480Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5820570Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5820710Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5820800Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5820890Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5820980Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5821070Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5821160Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5821250Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5821330Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5821420Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5821500Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5821600Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5821720Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5821820Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5821900Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5821990Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5822070Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5822160Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5822240Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5822330Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5822410Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5822500Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5822580Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5822670Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T01:35:46.5822760Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5822860Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.365s) 2022-11-23T01:35:46.5822940Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823030Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823120Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823200Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823290Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823380Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5823480Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823570Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823670Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823760Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823850Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5823930Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (6.554s) 2022-11-23T01:35:46.5824030Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5824130Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5824510Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/nanfunctions.py:1218: RuntimeWarning: All-NaN slice encountered 2022-11-23T01:35:46.5824660Z r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, 2022-11-23T01:35:46.5824710Z ok (0.026s) 2022-11-23T01:35:46.5824810Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-11-23T01:35:46.5824910Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.5825010Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.5825110Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-11-23T01:35:46.5825210Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T01:35:46.5825300Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5825380Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5825460Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5825550Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5825700Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5825790Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5825900Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5825990Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5826080Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5826180Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5826270Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5826360Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5826450Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.017s) 2022-11-23T01:35:46.5826550Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-11-23T01:35:46.5826720Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-11-23T01:35:46.5826770Z tensor([2047, 2047, 2047, 2047]) 2022-11-23T01:35:46.5826820Z tensor([1024, 1024, 1024, 1024]) 2022-11-23T01:35:46.5826870Z tensor([4095]) 2022-11-23T01:35:46.5826910Z tensor([2048]) 2022-11-23T01:35:46.5826950Z ok (0.002s) 2022-11-23T01:35:46.5827050Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5827150Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5827240Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5827330Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5827420Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5827510Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5827600Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5827720Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5827840Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5827950Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5828060Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5828170Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5828280Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5828380Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5828520Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5828620Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5828740Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.5828830Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.014s) 2022-11-23T01:35:46.5828930Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5829010Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-11-23T01:35:46.5829110Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5829190Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-11-23T01:35:46.5831850Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5831940Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-11-23T01:35:46.5832060Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5832200Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-11-23T01:35:46.5832300Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5832380Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-11-23T01:35:46.5832480Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5832570Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-11-23T01:35:46.5832660Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5832750Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-11-23T01:35:46.5832840Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5832920Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-11-23T01:35:46.5833020Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5833120Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5833210Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5833310Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5833400Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5833490Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5833590Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5833680Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5833780Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5833870Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5833960Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5834050Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5834150Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5834240Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5834330Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5834420Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5834530Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5834610Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5834730Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5834820Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5834930Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5835030Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5835140Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5835230Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5835340Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5835430Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5835530Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5835620Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5835720Z test_nan_policy_propagate_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5835810Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5835920Z test_nan_policy_propagate_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5836030Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5836140Z test_nan_policy_propagate_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5836220Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5836320Z test_nan_policy_propagate_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5836410Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5836510Z test_nan_policy_propagate_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5836600Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5836700Z test_nan_policy_propagate_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5836790Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5836890Z test_nan_policy_propagate_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5836980Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5837070Z test_nan_policy_propagate_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5837160Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5837270Z test_nan_policy_propagate_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5837360Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5837460Z test_nan_policy_propagate_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5837550Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5837650Z test_nan_policy_propagate_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5837740Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5837910Z test_nan_policy_propagate_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5838000Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5838110Z test_nan_policy_propagate_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5838210Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5838320Z test_nan_policy_propagate_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5838410Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5838520Z test_nan_policy_propagate_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5838610Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5838710Z test_nan_policy_propagate_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5838830Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5838940Z test_nan_policy_propagate_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5839020Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5839120Z test_nan_policy_propagate_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5839210Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5839310Z test_nan_policy_propagate_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5839390Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5839490Z test_nan_policy_propagate_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5839580Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5839680Z test_nan_policy_propagate_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5839760Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5839910Z test_nan_policy_propagate_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5840000Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5840100Z test_nan_policy_propagate_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5840190Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5840290Z test_nan_policy_propagate_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5840380Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5840480Z test_nan_policy_propagate_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5840560Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5840660Z test_nan_policy_propagate_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5840750Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5840850Z test_nan_policy_propagate_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5840930Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5841040Z test_nan_policy_propagate_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5841120Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5841220Z test_nan_policy_propagate_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5841310Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5841410Z test_nan_policy_propagate_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5841500Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5841600Z test_nan_policy_propagate_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5841690Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5841780Z test_nan_policy_propagate_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5841870Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5841970Z test_nan_policy_propagate_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5842060Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5842160Z test_nan_policy_propagate_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5842250Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5842350Z test_nan_policy_propagate_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5842430Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5842560Z test_nan_policy_propagate_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5842650Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5842750Z test_nan_policy_propagate_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5842830Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5842930Z test_nan_policy_propagate_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5843020Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5843120Z test_nan_policy_propagate_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5843210Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5843310Z test_nan_policy_propagate_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5843390Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5843490Z test_nan_policy_propagate_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5843620Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5843720Z test_nan_policy_propagate_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5843800Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5843900Z test_nan_policy_propagate_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5843990Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5844080Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5844170Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5844270Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5844360Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5844460Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5844550Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5844650Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5844740Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5844840Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5844930Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5845030Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5845110Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5845210Z test_nan_policy_propagate_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5845300Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5845400Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5845490Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5845590Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5845670Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5845770Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5845850Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5845940Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5846030Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5846210Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5846300Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5846430Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5846520Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5846620Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5846720Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5846820Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5846910Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5847010Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5847100Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5847200Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5847290Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5847380Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5847510Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5847610Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5847700Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5847800Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5847890Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5847980Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5848070Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5848170Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5848260Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5848360Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5848450Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5848540Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5848630Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5848720Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5848810Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5848900Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5848990Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5849080Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5849170Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5849260Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5849350Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5849440Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5849530Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T01:35:46.5849630Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5849730Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.5849830Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5849920Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5850010Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5850100Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5850190Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5850290Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5850380Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5850470Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5850550Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5850870Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/fromnumeric.py:86: RuntimeWarning: overflow encountered in reduce 2022-11-23T01:35:46.5850960Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T01:35:46.5851000Z ok (0.006s) 2022-11-23T01:35:46.5851100Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5851190Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5851290Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5851420Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5851520Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5851610Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5851710Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5852010Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/fromnumeric.py:86: RuntimeWarning: invalid value encountered in reduce 2022-11-23T01:35:46.5852100Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T01:35:46.5852140Z ok (0.005s) 2022-11-23T01:35:46.5852240Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T01:35:46.5852340Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T01:35:46.5852430Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5852520Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5852610Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5852710Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.5852800Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.5852900Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5852990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5853080Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5853180Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5853280Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5853370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5853470Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5853560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5853650Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5853740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5853830Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5853920Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5854010Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5854100Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5854240Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5854330Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5854420Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5854510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5854600Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5854690Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5854840Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5854940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5855030Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5855120Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5857410Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5857560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5857650Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5857740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5857830Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5857920Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5858010Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5858100Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5858190Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5858280Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5858380Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5858470Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5858560Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5858650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5858740Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5858830Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5858920Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5859010Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5859100Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5859190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5859280Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5859370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5859470Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5859560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5859650Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5859740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5859830Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5859910Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5860010Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5860090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5860180Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5860300Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5860390Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5860480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5860570Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5860660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5860750Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5860840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5860930Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5861020Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5861120Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5861240Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5861330Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5861420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5861510Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5861600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5861690Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5861780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5861870Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5861960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5862050Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5862140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5862230Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5862320Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5862410Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5862500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5862590Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5862680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5862770Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5862850Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5862940Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5863030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5863120Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5863210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5863310Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5863390Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5863490Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5863570Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5863660Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5863750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5863840Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5863950Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5864040Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5864130Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5864220Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5864310Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5864470Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5864560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5864660Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5864750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5864850Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5864950Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5865100Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5865190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5865280Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5865370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5865460Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5865550Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5865650Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5865740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5865830Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5865920Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5866020Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5866110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5866200Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5866290Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5866390Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5866480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5866580Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5866670Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5866780Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5866870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5866980Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5867070Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5867180Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5867270Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5867380Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5867470Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5867570Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5867670Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5867770Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5867880Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5867980Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5868070Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5868180Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5868270Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5868370Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5868470Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5868570Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5868660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5868760Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5868860Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5868990Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5869080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5869190Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5869280Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5869390Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5869490Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5869600Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5869690Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5869800Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5869890Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5870000Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5870100Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5870200Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5870300Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5870400Z test_noncontiguous_all_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5870490Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5870590Z test_noncontiguous_all_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5870680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5870780Z test_noncontiguous_all_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5870870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5870970Z test_noncontiguous_all_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5871060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5871160Z test_noncontiguous_all_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5871240Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5871340Z test_noncontiguous_all_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5871430Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5871530Z test_noncontiguous_all_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5871620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5871770Z test_noncontiguous_all_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5871860Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5871960Z test_noncontiguous_all_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5872050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5872150Z test_noncontiguous_all_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5872240Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5872330Z test_noncontiguous_all_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5872420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5872520Z test_noncontiguous_all_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5872610Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5872700Z test_noncontiguous_all_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5872840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5872930Z test_noncontiguous_all_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5873020Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5873120Z test_noncontiguous_all_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5873210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5873300Z test_noncontiguous_all_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5873390Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5873480Z test_noncontiguous_all_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5873570Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5873670Z test_noncontiguous_all_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5873760Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5873860Z test_noncontiguous_all_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5873950Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5874050Z test_noncontiguous_all_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5874140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5874240Z test_noncontiguous_all_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5874330Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5874430Z test_noncontiguous_all_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5874510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5874610Z test_noncontiguous_all_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5874700Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5874880Z test_noncontiguous_all_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5874970Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5875080Z test_noncontiguous_all_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5875170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5875280Z test_noncontiguous_all_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5875370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5875480Z test_noncontiguous_all_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5875590Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5875710Z test_noncontiguous_all_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5875800Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5875900Z test_noncontiguous_all_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5875990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5876090Z test_noncontiguous_all_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5876170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5876270Z test_noncontiguous_all_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5876360Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5876460Z test_noncontiguous_all_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5876550Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5876690Z test_noncontiguous_all_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5876780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5876870Z test_noncontiguous_all_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5876960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5877060Z test_noncontiguous_all_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5877150Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5877240Z test_noncontiguous_all_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5877330Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5877440Z test_noncontiguous_all_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5877530Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5877640Z test_noncontiguous_all_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5877730Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5877830Z test_noncontiguous_all_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5877920Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5878020Z test_noncontiguous_all_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5878110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5878210Z test_noncontiguous_all_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5878300Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5878400Z test_noncontiguous_all_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5878490Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5878590Z test_noncontiguous_all_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5878680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5878780Z test_noncontiguous_all_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5878870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5878970Z test_noncontiguous_all_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5879060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5879160Z test_noncontiguous_all_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5879240Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5879370Z test_noncontiguous_all_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5879460Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5879560Z test_noncontiguous_all_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5879650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5879750Z test_noncontiguous_all_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5879840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5879930Z test_noncontiguous_all_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5880020Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5880120Z test_noncontiguous_all_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5880210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5880300Z test_noncontiguous_all_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5882520Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5882630Z test_noncontiguous_all_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5882730Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5882830Z test_noncontiguous_all_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5882930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5883030Z test_noncontiguous_all_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5883120Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5883220Z test_noncontiguous_all_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5883320Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5883420Z test_noncontiguous_all_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5883510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5883620Z test_noncontiguous_all_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5883710Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5883810Z test_noncontiguous_all_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5883900Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5884000Z test_noncontiguous_all_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5884090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5884190Z test_noncontiguous_all_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5884280Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5884380Z test_noncontiguous_all_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5884470Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5884570Z test_noncontiguous_all_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5884660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5884760Z test_noncontiguous_all_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5884850Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5884950Z test_noncontiguous_all_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5885040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5885140Z test_noncontiguous_all_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5885250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5885350Z test_noncontiguous_all_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5885440Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5885530Z test_noncontiguous_all_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5885620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5885720Z test_noncontiguous_all_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5885800Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5885900Z test_noncontiguous_all_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5885990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5886080Z test_noncontiguous_all_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5886170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5886300Z test_noncontiguous_all_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5886390Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5886490Z test_noncontiguous_all_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5886580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5886680Z test_noncontiguous_all_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5886770Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5886870Z test_noncontiguous_all_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5886960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5887050Z test_noncontiguous_all_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5887140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5887240Z test_noncontiguous_all_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5887330Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5887430Z test_noncontiguous_all_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5887510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5887610Z test_noncontiguous_all_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5887700Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5887790Z test_noncontiguous_all_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5887880Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5887980Z test_noncontiguous_all_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5888070Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5888170Z test_noncontiguous_all_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5888260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5888350Z test_noncontiguous_all_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5888440Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5888540Z test_noncontiguous_all_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5888630Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5888730Z test_noncontiguous_all_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5888820Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5888920Z test_noncontiguous_all_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5889040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5889140Z test_noncontiguous_all_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5889230Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5889330Z test_noncontiguous_all_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5889410Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5889510Z test_noncontiguous_all_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5889600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5889740Z test_noncontiguous_all_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5889830Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5889920Z test_noncontiguous_all_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5890050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5890150Z test_noncontiguous_all_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5890240Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5890330Z test_noncontiguous_all_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5890460Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5890570Z test_noncontiguous_all_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5890660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5890760Z test_noncontiguous_all_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5890860Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5890970Z test_noncontiguous_all_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5891060Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5891170Z test_noncontiguous_all_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5891260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5891360Z test_noncontiguous_all_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5891450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5891550Z test_noncontiguous_all_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5891640Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5891740Z test_noncontiguous_all_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5891830Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5891930Z test_noncontiguous_all_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5892020Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5892120Z test_noncontiguous_all_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5892210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5892310Z test_noncontiguous_all_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5892400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5892500Z test_noncontiguous_all_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5892590Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5892690Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5892780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5892900Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5893000Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5893090Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5893180Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5893280Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5893370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5893470Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5893560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5893660Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5893750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5893850Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5893980Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5894080Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5894170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5894260Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5894360Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5894450Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5894540Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5894640Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5894730Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5894820Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5894910Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5895000Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5895090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5895180Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5895270Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5895360Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5895450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5895540Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5895630Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5895720Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5895810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5895900Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5895990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5896080Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5896170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5896260Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5896350Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5896450Z test_noncontiguous_all_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5896540Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5896630Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5896770Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5896870Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5896960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5897050Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5897140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5897230Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5897320Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5897410Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5897500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5897590Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5897680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5897810Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5897900Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5897990Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5898080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5898170Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5898260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5898350Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5898440Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5898530Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5898620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5898710Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5898800Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5898900Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5898990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5899080Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5899170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5899260Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5899350Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5899440Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5899530Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5899620Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5899710Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5899800Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5899890Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5899980Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5900070Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5900160Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5900250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5900340Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5900440Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5900540Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5900630Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5900720Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5900810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5900900Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5901050Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5901140Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5901230Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5901330Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5901420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5901550Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5901650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5901740Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5901830Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T01:35:46.5901920Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5902010Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5902110Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5902190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5902290Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5902370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5902470Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5902560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5902650Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5902740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5902830Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5902910Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T01:35:46.5903010Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5903110Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5903200Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5903300Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5903410Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5903500Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5903600Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5903700Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5903790Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5903890Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5903980Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5904070Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5904170Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5904260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5904390Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5904480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5904570Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5904670Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5904760Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5904850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5904950Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5905040Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5905130Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5905230Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5905370Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5907480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5907580Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5907680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5907770Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5907860Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5907950Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5908040Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5908140Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5908230Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5908320Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5908420Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5908510Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5908600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5908700Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5908790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5908880Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5908970Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5909070Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5909160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5909260Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5909350Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5909450Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5909540Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5909660Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5909760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5909850Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5909940Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5910040Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5910170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5910280Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5910380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5910470Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5910570Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5910670Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5910760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5910850Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5910940Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5911040Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5911190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5911290Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5911380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5911470Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5911560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5911660Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5911750Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5911850Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5911940Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5912040Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5912130Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5912230Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5912320Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5912420Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5912510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5912600Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5912690Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5912780Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5912880Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5912970Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5913060Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5913160Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5913250Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5913340Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5913430Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5913530Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5913620Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5913720Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5913810Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5913930Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5914030Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5914130Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5914220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5914310Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5914400Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5914490Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5914580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5914670Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5914760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5914850Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5914980Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5915070Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5915160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5915260Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5915350Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5915450Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5915540Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5915640Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5915730Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5915830Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5915920Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5916010Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5916100Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5916190Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5916280Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5916370Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5916460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5916560Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5916650Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5916740Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5916830Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5916940Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5917030Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5917130Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5917220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5917330Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5917420Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5917530Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5917640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5917750Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5917850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5917960Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5918050Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5918160Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5918260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5918370Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5918470Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5918580Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5918740Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5918840Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5918930Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5919040Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5919130Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5919230Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5919320Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5919430Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5919520Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5919640Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5919730Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5919840Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5919930Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5920040Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5920140Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5920240Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5920330Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5920440Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5920540Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5920640Z test_noncontiguous_expanded_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5920730Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5920840Z test_noncontiguous_expanded_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5920930Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5921030Z test_noncontiguous_expanded_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5921120Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5921220Z test_noncontiguous_expanded_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5921310Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5921470Z test_noncontiguous_expanded_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5921560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5921670Z test_noncontiguous_expanded_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5921760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5921860Z test_noncontiguous_expanded_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5921950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5922060Z test_noncontiguous_expanded_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5922150Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5922250Z test_noncontiguous_expanded_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5922340Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5922490Z test_noncontiguous_expanded_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5922580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5922690Z test_noncontiguous_expanded_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5922780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5922880Z test_noncontiguous_expanded_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5922970Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5923070Z test_noncontiguous_expanded_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5923160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5923270Z test_noncontiguous_expanded_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5923360Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5923460Z test_noncontiguous_expanded_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5923550Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5923650Z test_noncontiguous_expanded_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5923740Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5923840Z test_noncontiguous_expanded_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5923930Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5924030Z test_noncontiguous_expanded_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5924120Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5924230Z test_noncontiguous_expanded_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5924330Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5924470Z test_noncontiguous_expanded_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5924570Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5924680Z test_noncontiguous_expanded_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5924770Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5924880Z test_noncontiguous_expanded_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5924980Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5925090Z test_noncontiguous_expanded_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5925190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5925320Z test_noncontiguous_expanded_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5925410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5925510Z test_noncontiguous_expanded_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5925600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5925700Z test_noncontiguous_expanded_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5925790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5925900Z test_noncontiguous_expanded_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5925990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5926100Z test_noncontiguous_expanded_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5926190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5926330Z test_noncontiguous_expanded_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5926410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5926520Z test_noncontiguous_expanded_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5926610Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5926710Z test_noncontiguous_expanded_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5926800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5926900Z test_noncontiguous_expanded_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5926990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5927100Z test_noncontiguous_expanded_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5927190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5927290Z test_noncontiguous_expanded_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5927380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5927480Z test_noncontiguous_expanded_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5927570Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5927670Z test_noncontiguous_expanded_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5927760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5927870Z test_noncontiguous_expanded_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5927960Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5928080Z test_noncontiguous_expanded_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5928170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5928280Z test_noncontiguous_expanded_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5928360Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5928470Z test_noncontiguous_expanded_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5928560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5928670Z test_noncontiguous_expanded_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5928760Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5928860Z test_noncontiguous_expanded_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5928970Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5929080Z test_noncontiguous_expanded_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5929170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5929270Z test_noncontiguous_expanded_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5929360Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5929470Z test_noncontiguous_expanded_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5929560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5929660Z test_noncontiguous_expanded_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5929750Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5929890Z test_noncontiguous_expanded_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5930020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5930130Z test_noncontiguous_expanded_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5930230Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5930340Z test_noncontiguous_expanded_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5930440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5930550Z test_noncontiguous_expanded_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5930640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5930740Z test_noncontiguous_expanded_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5930840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5930940Z test_noncontiguous_expanded_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5931040Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5933120Z test_noncontiguous_expanded_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5933220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5933320Z test_noncontiguous_expanded_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5933420Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5933520Z test_noncontiguous_expanded_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5933610Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5933710Z test_noncontiguous_expanded_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5933800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5933910Z test_noncontiguous_expanded_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5934000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5934110Z test_noncontiguous_expanded_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5934200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5934300Z test_noncontiguous_expanded_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5934390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5934490Z test_noncontiguous_expanded_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5934580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5934690Z test_noncontiguous_expanded_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5934800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5934910Z test_noncontiguous_expanded_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5935000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5935100Z test_noncontiguous_expanded_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5935190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5935300Z test_noncontiguous_expanded_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5935390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5935500Z test_noncontiguous_expanded_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5935590Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5935690Z test_noncontiguous_expanded_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5935810Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5935910Z test_noncontiguous_expanded_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5936000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5936110Z test_noncontiguous_expanded_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5936200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5936300Z test_noncontiguous_expanded_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5936390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5936490Z test_noncontiguous_expanded_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5936580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5936710Z test_noncontiguous_expanded_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5936800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5936910Z test_noncontiguous_expanded_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5937010Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5937120Z test_noncontiguous_expanded_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5937220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5937330Z test_noncontiguous_expanded_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5937430Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5937540Z test_noncontiguous_expanded_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5937630Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5937740Z test_noncontiguous_expanded_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5937830Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5937930Z test_noncontiguous_expanded_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5938020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5938120Z test_noncontiguous_expanded_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5938210Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5938310Z test_noncontiguous_expanded_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5938400Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5938500Z test_noncontiguous_expanded_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5938620Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5938720Z test_noncontiguous_expanded_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5938810Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5938920Z test_noncontiguous_expanded_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5939010Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5939110Z test_noncontiguous_expanded_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5939200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5939300Z test_noncontiguous_expanded_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5939390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5939500Z test_noncontiguous_expanded_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5939640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5939740Z test_noncontiguous_expanded_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5939830Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5939930Z test_noncontiguous_expanded_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5940020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5940120Z test_noncontiguous_expanded_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5940210Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5940310Z test_noncontiguous_expanded_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5940400Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5940500Z test_noncontiguous_expanded_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5940590Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5940690Z test_noncontiguous_expanded_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5940780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5940880Z test_noncontiguous_expanded_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5940970Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5941070Z test_noncontiguous_expanded_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5941160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5941260Z test_noncontiguous_expanded_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5941350Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5941460Z test_noncontiguous_expanded_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5941550Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5941660Z test_noncontiguous_expanded_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5941750Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5941850Z test_noncontiguous_expanded_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5941940Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5942040Z test_noncontiguous_expanded_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5942130Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5942230Z test_noncontiguous_expanded_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5942340Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5942440Z test_noncontiguous_expanded_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5942530Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5942630Z test_noncontiguous_expanded_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5942720Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5942810Z test_noncontiguous_expanded_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5942910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5943010Z test_noncontiguous_expanded_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5943100Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5943200Z test_noncontiguous_expanded_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5943320Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5943420Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5943510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5943610Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5943700Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5943800Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5943920Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5944010Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5944110Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5944200Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5944300Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5944400Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5944500Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5944600Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5944700Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5944800Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5944890Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5944990Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5945080Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5945180Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5945270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5945370Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5945460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5945560Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5945650Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5945740Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5945840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5945930Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5946020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5946140Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5946230Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5946330Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5946410Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5946510Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5946590Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5946680Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5946770Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5946870Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5946960Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5947080Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5947170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5947270Z test_noncontiguous_expanded_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5947360Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5947460Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5947550Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5947650Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5947740Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5947840Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5947930Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5948020Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5948110Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5948200Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5948290Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5948390Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5948480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5948570Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5948660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5948760Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5948850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5948950Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5949040Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5949130Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5949250Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5949340Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5949440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5949540Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5949640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5949750Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5949870Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5949970Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5950070Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5950170Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5950260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5950350Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5950440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5950530Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5950620Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5950720Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5950840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5950930Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5951020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5951120Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5951210Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5951310Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5951400Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5951490Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5951580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5951680Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5951770Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5951860Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5951950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5952050Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5952140Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5952230Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5952320Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5952420Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5952510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5952600Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5952690Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T01:35:46.5952780Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5952870Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5952970Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5953060Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5953160Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5953250Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5953350Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5953440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5953570Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5953660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5953750Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5953840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T01:35:46.5953940Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5954040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5954130Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5954220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5954320Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5954410Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5954560Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5954650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5954750Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5954870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5954970Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5955060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5955160Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5955260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5955360Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5955460Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5955560Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5955660Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5955750Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5955840Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5955930Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5956020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5956110Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5956200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5956300Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5958350Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5958460Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5958550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5958650Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5958740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5958840Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5958940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5959030Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5959120Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5959220Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5959310Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5959440Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5959530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5959620Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5959750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5959840Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5959940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5960040Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5960130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5960240Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5960330Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5960480Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5960570Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5960670Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5960760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5960860Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5960960Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5961060Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5961150Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5961240Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5961330Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5961430Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5961520Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5961610Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5961700Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5961800Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5961880Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5961980Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5962070Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5962170Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5962260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5962350Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5962440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5962540Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5962630Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5962730Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5962820Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5962920Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5963000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5963100Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5963210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5963310Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5963400Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5963490Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5963580Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5963670Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5963760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5963850Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5963940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5964030Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5964120Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5964250Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5964340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5964440Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5964530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5964630Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5964720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5964820Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5964900Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5965000Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5965090Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5965300Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5965400Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5965500Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5965600Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5965700Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5965800Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5965900Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5966000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5966100Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5966190Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5966300Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5966390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5966490Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5966580Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5966690Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5966780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5966880Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5966970Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5967070Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5967210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5967320Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5967410Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5967510Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5967600Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5967700Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5967800Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5967900Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5967980Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5968090Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5968220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5968320Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5968410Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5968520Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5968610Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5968720Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5968810Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5968910Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5969000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5969110Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5969200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5969300Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5969390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5969500Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5969590Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5969690Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5969780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5969880Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5969970Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5970080Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5970170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5970270Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5970360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5970470Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5970560Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5970670Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5970760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5970880Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5971000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5971110Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5971200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5971310Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5971400Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5971510Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5971600Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5971700Z test_noncontiguous_innermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5971790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5971900Z test_noncontiguous_innermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5972030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5972140Z test_noncontiguous_innermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5972220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5972320Z test_noncontiguous_innermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5972410Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5972520Z test_noncontiguous_innermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5972600Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5972710Z test_noncontiguous_innermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5972800Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5972900Z test_noncontiguous_innermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5972990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5973090Z test_noncontiguous_innermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5973180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5973280Z test_noncontiguous_innermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5973380Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5973500Z test_noncontiguous_innermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5973590Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5973700Z test_noncontiguous_innermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5973790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5973910Z test_noncontiguous_innermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5974000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5974110Z test_noncontiguous_innermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5974200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5974300Z test_noncontiguous_innermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5974390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5974490Z test_noncontiguous_innermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5974570Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5974670Z test_noncontiguous_innermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5974780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5974890Z test_noncontiguous_innermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5974970Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5975070Z test_noncontiguous_innermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5975160Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5975270Z test_noncontiguous_innermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5975350Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5975460Z test_noncontiguous_innermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5975550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5975660Z test_noncontiguous_innermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5975750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5975890Z test_noncontiguous_innermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5975980Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5976080Z test_noncontiguous_innermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5976170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5976270Z test_noncontiguous_innermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5976360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5976460Z test_noncontiguous_innermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5976550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5976650Z test_noncontiguous_innermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5976740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5976840Z test_noncontiguous_innermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5976930Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5977040Z test_noncontiguous_innermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5977130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5977230Z test_noncontiguous_innermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5977320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5977430Z test_noncontiguous_innermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5977520Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5977620Z test_noncontiguous_innermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5977710Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5977810Z test_noncontiguous_innermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5977900Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5978010Z test_noncontiguous_innermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5978090Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5978190Z test_noncontiguous_innermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5978370Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5978470Z test_noncontiguous_innermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5978560Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5978730Z test_noncontiguous_innermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5978830Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5978940Z test_noncontiguous_innermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5979040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5979160Z test_noncontiguous_innermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5979250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5979360Z test_noncontiguous_innermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5979450Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5979550Z test_noncontiguous_innermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5979640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5979780Z test_noncontiguous_innermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5979870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5979980Z test_noncontiguous_innermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5980060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5980170Z test_noncontiguous_innermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5980260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5980370Z test_noncontiguous_innermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5980460Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5980560Z test_noncontiguous_innermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5980650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5980760Z test_noncontiguous_innermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5980840Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5980950Z test_noncontiguous_innermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5981040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5981140Z test_noncontiguous_innermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5981230Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5981330Z test_noncontiguous_innermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5981420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5981530Z test_noncontiguous_innermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5981620Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5981720Z test_noncontiguous_innermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5981810Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5981910Z test_noncontiguous_innermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5981990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5984140Z test_noncontiguous_innermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5984230Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5984330Z test_noncontiguous_innermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5984420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5984550Z test_noncontiguous_innermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5984670Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5984780Z test_noncontiguous_innermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5984870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5984980Z test_noncontiguous_innermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5985080Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5985190Z test_noncontiguous_innermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5985290Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5985390Z test_noncontiguous_innermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5985490Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5985620Z test_noncontiguous_innermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5985710Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5985810Z test_noncontiguous_innermost_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5985900Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5986010Z test_noncontiguous_innermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5986100Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5986210Z test_noncontiguous_innermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5986300Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5986400Z test_noncontiguous_innermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5986500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5986600Z test_noncontiguous_innermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5986690Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5986790Z test_noncontiguous_innermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5986880Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5986980Z test_noncontiguous_innermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5987070Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5987170Z test_noncontiguous_innermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5987260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5987360Z test_noncontiguous_innermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5987450Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5987550Z test_noncontiguous_innermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5987640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5987740Z test_noncontiguous_innermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5987830Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5987930Z test_noncontiguous_innermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5988020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5988120Z test_noncontiguous_innermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5988210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5988350Z test_noncontiguous_innermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5988450Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5988550Z test_noncontiguous_innermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5988640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5988740Z test_noncontiguous_innermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5988830Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5988930Z test_noncontiguous_innermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5989020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5989130Z test_noncontiguous_innermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5989210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5989390Z test_noncontiguous_innermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5989480Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5989580Z test_noncontiguous_innermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5989710Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5989810Z test_noncontiguous_innermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5989890Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5990000Z test_noncontiguous_innermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5990090Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5990190Z test_noncontiguous_innermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5990280Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5990390Z test_noncontiguous_innermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5990480Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5990580Z test_noncontiguous_innermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5990670Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5990770Z test_noncontiguous_innermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5990860Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5990970Z test_noncontiguous_innermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5991060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5991210Z test_noncontiguous_innermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5991310Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5991410Z test_noncontiguous_innermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5991500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5991610Z test_noncontiguous_innermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5991710Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5991810Z test_noncontiguous_innermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5991910Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5992010Z test_noncontiguous_innermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5992100Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5992210Z test_noncontiguous_innermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5992320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5992430Z test_noncontiguous_innermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5992530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5992640Z test_noncontiguous_innermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5992730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5992840Z test_noncontiguous_innermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5992930Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5993040Z test_noncontiguous_innermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5993130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5993240Z test_noncontiguous_innermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5993380Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5993480Z test_noncontiguous_innermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5993570Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5993680Z test_noncontiguous_innermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5993770Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5993880Z test_noncontiguous_innermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5993970Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5994070Z test_noncontiguous_innermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5994160Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5994260Z test_noncontiguous_innermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5994350Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5994450Z test_noncontiguous_innermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5994540Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5994640Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5994730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5994830Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5994920Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5995020Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5995110Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5995210Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5995300Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5995400Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5995490Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5995590Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5995680Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5995780Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5995870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5995970Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5996080Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5996180Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5996270Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.5996360Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5996450Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5996550Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5996640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5996730Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5996830Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5996930Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5997020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5997150Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5997240Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5997340Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5997430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5997530Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5997620Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5997720Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5997810Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5997900Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5998000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5998090Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5998180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5998280Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5998370Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5998470Z test_noncontiguous_innermost_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5998560Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5998660Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5998750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5998850Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5998940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5999040Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5999130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5999220Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5999310Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5999410Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5999500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5999630Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5999720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.5999830Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.5999940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6000050Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6000150Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6000250Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6000340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6000440Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6000530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6000630Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6000720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6000820Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6000930Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6001040Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6001130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6001220Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6001310Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6001410Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6001500Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6001590Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6001680Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6001780Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6001870Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6001970Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6002060Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6002160Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6002250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6002350Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6002440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6002530Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6002620Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6002720Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6002810Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6002900Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6002990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6003090Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6003180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6003270Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6003360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6003450Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6003540Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6003630Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6003760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6003850Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6003940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6004040Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6004130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6004230Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6004320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6004420Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6004510Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6004600Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6004740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6004830Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6004950Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6005050Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6005140Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6005250Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6005340Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6005440Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6005540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6005650Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6005740Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6005840Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6005930Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6006030Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6006110Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6006210Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6006300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6006390Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6006480Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6006580Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6006660Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6006760Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6006850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6006940Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6007030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6007120Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6007210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6007300Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6007390Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6007510Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6009580Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6009690Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6009780Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6009880Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6009970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6010070Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6010160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6010250Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6010340Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6010440Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6010570Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6010670Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6010760Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6010860Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6010950Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6011040Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6011130Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6011230Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6011320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6011420Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6011510Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6011600Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6011690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6011850Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6011950Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6012050Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6012140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6012250Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6012340Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6012450Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6012540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6012650Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6012740Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6012840Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6012930Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6013030Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6013120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6013210Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6013300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6013440Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6013530Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6013630Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6013710Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6013820Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6013900Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6014000Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6014090Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6014190Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6014280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6014380Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6014500Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6014600Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6014680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6014780Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6014870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6014960Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6015050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6015140Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6015230Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6015330Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6015420Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6015510Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6015600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6015700Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6015790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6015890Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6015970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6016070Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6016160Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6016260Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6016350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6016450Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6016540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6016640Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6016730Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6016820Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6016910Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6017010Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6017100Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6017240Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6017330Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6017430Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6017520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6017620Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6017820Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6017920Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6018020Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6018120Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6018210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6018350Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6018450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6018560Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6018650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6018750Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6018840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6018940Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6019030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6019130Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6019220Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6019340Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6019430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6019540Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6019630Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6019750Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6019840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6019950Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6020050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6020160Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6020250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6020360Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6020450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6020560Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6020650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6020760Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6020860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6020960Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6021060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6021170Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6021290Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6021390Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6021480Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6021590Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6021670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6021780Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6021870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6021990Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6022080Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6022190Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6022320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6022430Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6022520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6022630Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6022720Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6022830Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6022920Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6023020Z test_noncontiguous_outermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6023110Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6023220Z test_noncontiguous_outermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6023310Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6023410Z test_noncontiguous_outermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6023500Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6023600Z test_noncontiguous_outermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6023690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6023790Z test_noncontiguous_outermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6023880Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6023980Z test_noncontiguous_outermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6024070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6024170Z test_noncontiguous_outermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6024260Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6024370Z test_noncontiguous_outermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6024450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6024550Z test_noncontiguous_outermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6024640Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6024750Z test_noncontiguous_outermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6024840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6024940Z test_noncontiguous_outermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6025050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6025150Z test_noncontiguous_outermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6025240Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6025340Z test_noncontiguous_outermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6025430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6025530Z test_noncontiguous_outermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6025620Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6025720Z test_noncontiguous_outermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6025810Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6025910Z test_noncontiguous_outermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6026030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6026130Z test_noncontiguous_outermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6026220Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6026320Z test_noncontiguous_outermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6026400Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6026580Z test_noncontiguous_outermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6026670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6026780Z test_noncontiguous_outermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6026880Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6026990Z test_noncontiguous_outermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6027090Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6027200Z test_noncontiguous_outermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6027300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6027410Z test_noncontiguous_outermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6027490Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6027600Z test_noncontiguous_outermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6027690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6027790Z test_noncontiguous_outermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6027880Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6027990Z test_noncontiguous_outermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6028070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6028180Z test_noncontiguous_outermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6028260Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6028370Z test_noncontiguous_outermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6028460Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6028560Z test_noncontiguous_outermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6028650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6028760Z test_noncontiguous_outermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6028870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6028970Z test_noncontiguous_outermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6029060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6029160Z test_noncontiguous_outermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6029250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6029350Z test_noncontiguous_outermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6029440Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6029540Z test_noncontiguous_outermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6029630Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6029730Z test_noncontiguous_outermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6029860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6029960Z test_noncontiguous_outermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6030050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6030160Z test_noncontiguous_outermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6030250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6030360Z test_noncontiguous_outermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6030450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6030560Z test_noncontiguous_outermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6030640Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6030750Z test_noncontiguous_outermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6030840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6030950Z test_noncontiguous_outermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6031030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6031140Z test_noncontiguous_outermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6031230Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6031330Z test_noncontiguous_outermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6031420Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6031540Z test_noncontiguous_outermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6031630Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6031730Z test_noncontiguous_outermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6031820Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6031930Z test_noncontiguous_outermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6032010Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6032120Z test_noncontiguous_outermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6032210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6032310Z test_noncontiguous_outermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6032400Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6032500Z test_noncontiguous_outermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6032610Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6032710Z test_noncontiguous_outermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6032800Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6032910Z test_noncontiguous_outermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6032990Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6033090Z test_noncontiguous_outermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6033180Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6035290Z test_noncontiguous_outermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6035380Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6035480Z test_noncontiguous_outermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6035630Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6035730Z test_noncontiguous_outermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6035820Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6035920Z test_noncontiguous_outermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6036000Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6036110Z test_noncontiguous_outermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6036200Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6036310Z test_noncontiguous_outermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6036390Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6036500Z test_noncontiguous_outermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6036590Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6036690Z test_noncontiguous_outermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6036780Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6036880Z test_noncontiguous_outermost_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6036970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6037080Z test_noncontiguous_outermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6037170Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6037280Z test_noncontiguous_outermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6037370Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6037480Z test_noncontiguous_outermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6037570Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6037670Z test_noncontiguous_outermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6037760Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6037860Z test_noncontiguous_outermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6037950Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6038050Z test_noncontiguous_outermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6038140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6038240Z test_noncontiguous_outermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6038360Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6038460Z test_noncontiguous_outermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6038550Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6038650Z test_noncontiguous_outermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6038740Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6038840Z test_noncontiguous_outermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6038930Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6039030Z test_noncontiguous_outermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6039120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6039230Z test_noncontiguous_outermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6039370Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6039470Z test_noncontiguous_outermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6039560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6039670Z test_noncontiguous_outermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6039760Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6039860Z test_noncontiguous_outermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6039950Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6040050Z test_noncontiguous_outermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6040140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6040250Z test_noncontiguous_outermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6040340Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6040440Z test_noncontiguous_outermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6040520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6040630Z test_noncontiguous_outermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6040710Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6040810Z test_noncontiguous_outermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6040900Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6041000Z test_noncontiguous_outermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6041090Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6041200Z test_noncontiguous_outermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6041290Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6041390Z test_noncontiguous_outermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6041490Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6041590Z test_noncontiguous_outermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6041680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6041780Z test_noncontiguous_outermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6041870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6041970Z test_noncontiguous_outermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6042060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6042190Z test_noncontiguous_outermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6042280Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6042380Z test_noncontiguous_outermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6042470Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6042570Z test_noncontiguous_outermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6042660Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6042760Z test_noncontiguous_outermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6042850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6042950Z test_noncontiguous_outermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6043040Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6043170Z test_noncontiguous_outermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6043260Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6043360Z test_noncontiguous_outermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6043450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6043560Z test_noncontiguous_outermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6043640Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6043750Z test_noncontiguous_outermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6043840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6043940Z test_noncontiguous_outermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6044030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6044140Z test_noncontiguous_outermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6044230Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6044330Z test_noncontiguous_outermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6044420Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6044520Z test_noncontiguous_outermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6044610Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6044700Z test_noncontiguous_outermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6044790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6044890Z test_noncontiguous_outermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6044980Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6045080Z test_noncontiguous_outermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6045170Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6045270Z test_noncontiguous_outermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6045350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6045450Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6045540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6045650Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6045740Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6045860Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6045950Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6046050Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6046140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6046240Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6046330Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6046430Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6046520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6046620Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6046710Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6046810Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6046930Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6047030Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6047120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6047220Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6047300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6047400Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6047490Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6047590Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6047680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6047780Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6047870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6047970Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6048060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6048160Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6048250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6048340Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6048430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6048530Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6048620Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6048720Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6048810Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6048910Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6049000Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6049090Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6049180Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6049280Z test_noncontiguous_outermost_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6049370Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6049470Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6049560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6049680Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6049770Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6049870Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6049960Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6050050Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6050140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6050240Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6050330Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6050430Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6050520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6050640Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6050730Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6050830Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6050920Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6051010Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6051110Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6051210Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6051300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6051390Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6051480Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6051590Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6051670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6051770Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6051860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6051960Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6052050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6052150Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6052240Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6052330Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6052420Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6052520Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6052610Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6052710Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6052800Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6052900Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6052990Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6053090Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6053180Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6053280Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6053400Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6053500Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6053590Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6053680Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6053770Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6053870Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6053960Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6054050Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6054140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6054230Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6054320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6054470Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6054560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6054660Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6054740Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T01:35:46.6054840Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6054930Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6055030Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6055120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6055220Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6055310Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6055410Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6055500Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6055590Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6055680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6055770Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6055860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T01:35:46.6055960Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6056040Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6056130Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6056210Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6056310Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6056390Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6056490Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6056560Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6056660Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6056730Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6056830Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6056900Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6057000Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6057070Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6057170Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6057260Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6057360Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6057430Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6057530Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6057600Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6057700Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6057770Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6057870Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6057940Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6058040Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6060140Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6060310Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6060380Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6060480Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6060550Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6060650Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6060720Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6060820Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6060890Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6060980Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6061060Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6061150Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6061220Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6061320Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6061390Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6061480Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6061550Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6061650Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6061720Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6061820Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6061890Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6061990Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6062060Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6062160Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6062230Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6062330Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6062400Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6062490Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6062560Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6062660Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6062730Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6062830Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6062900Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6063010Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6063090Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6063180Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6063250Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6063350Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6063420Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6063510Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6063580Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6063680Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6063750Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6063850Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6063920Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6064060Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6064130Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6064230Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6064300Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6064400Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6064470Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6064560Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6064630Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6064730Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6064800Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6064890Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6064960Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6065060Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6065130Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6065230Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6065300Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6065390Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6065460Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6065680Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6065750Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6065850Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6065930Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6066040Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6066120Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6066230Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6066300Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6066410Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6066480Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6066580Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6066650Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6066750Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6066820Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6066950Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6067020Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6067120Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6067190Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6067300Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6067370Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6067470Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6067540Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6067640Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6067710Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6067810Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6067880Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6068010Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6068080Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6068170Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6068240Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6068340Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6068410Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6068510Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6068580Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6068670Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6068740Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6068850Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6068930Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6069030Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6069100Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6069220Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6069290Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6069400Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6069470Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6069580Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6069650Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6069760Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6069830Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6069940Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6070010Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6070120Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6070190Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6070290Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6070360Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6070470Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6070540Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6070640Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6070750Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6070850Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6070920Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6071040Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6071110Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6071220Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6071290Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6071410Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6071480Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6071590Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6071710Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6071810Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6071880Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6071990Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6072060Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6072170Z test_noncontiguous_transposed_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6072240Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6072350Z test_noncontiguous_transposed_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6072420Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6072520Z test_noncontiguous_transposed_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6072590Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6072700Z test_noncontiguous_transposed_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6072770Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6072870Z test_noncontiguous_transposed_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6072940Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6073050Z test_noncontiguous_transposed_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6073120Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6073220Z test_noncontiguous_transposed_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6073290Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6073400Z test_noncontiguous_transposed_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6073470Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6073570Z test_noncontiguous_transposed_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6073650Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6073750Z test_noncontiguous_transposed_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6073820Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6073930Z test_noncontiguous_transposed_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6074000Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6074100Z test_noncontiguous_transposed_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6074170Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6074270Z test_noncontiguous_transposed_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6074340Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6074470Z test_noncontiguous_transposed_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6074540Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6074640Z test_noncontiguous_transposed_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6074710Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6074810Z test_noncontiguous_transposed_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6074880Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6074990Z test_noncontiguous_transposed_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6075060Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6075160Z test_noncontiguous_transposed_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6075230Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6075370Z test_noncontiguous_transposed_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6075450Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6075600Z test_noncontiguous_transposed_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6075670Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6075790Z test_noncontiguous_transposed_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6075860Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6075980Z test_noncontiguous_transposed_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6076050Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6076170Z test_noncontiguous_transposed_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6076240Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6076340Z test_noncontiguous_transposed_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6076420Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6076520Z test_noncontiguous_transposed_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6076600Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6076710Z test_noncontiguous_transposed_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6076780Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6076890Z test_noncontiguous_transposed_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6076960Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6077070Z test_noncontiguous_transposed_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6077140Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6077250Z test_noncontiguous_transposed_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6077330Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6077440Z test_noncontiguous_transposed_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6077510Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6077620Z test_noncontiguous_transposed_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6077690Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6077800Z test_noncontiguous_transposed_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6077870Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6077980Z test_noncontiguous_transposed_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6078050Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6078150Z test_noncontiguous_transposed_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6078230Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6078380Z test_noncontiguous_transposed_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6078460Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6078560Z test_noncontiguous_transposed_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6078640Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6078750Z test_noncontiguous_transposed_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6078830Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6078940Z test_noncontiguous_transposed_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6079020Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6079130Z test_noncontiguous_transposed_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6079200Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6079320Z test_noncontiguous_transposed_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6079420Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6079540Z test_noncontiguous_transposed_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6079610Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6079720Z test_noncontiguous_transposed_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6079790Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6079900Z test_noncontiguous_transposed_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6079980Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6080090Z test_noncontiguous_transposed_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6080160Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6080270Z test_noncontiguous_transposed_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6080350Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6080460Z test_noncontiguous_transposed_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6080530Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6080640Z test_noncontiguous_transposed_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6080710Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6080820Z test_noncontiguous_transposed_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6080890Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6081000Z test_noncontiguous_transposed_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6081070Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6081180Z test_noncontiguous_transposed_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6081250Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6081360Z test_noncontiguous_transposed_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6081430Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6081540Z test_noncontiguous_transposed_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6081610Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6081720Z test_noncontiguous_transposed_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6083830Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6083940Z test_noncontiguous_transposed_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6084010Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6084120Z test_noncontiguous_transposed_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6084190Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6084350Z test_noncontiguous_transposed_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6084430Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6084540Z test_noncontiguous_transposed_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6084610Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6084720Z test_noncontiguous_transposed_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6084790Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6084900Z test_noncontiguous_transposed_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6084970Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6085080Z test_noncontiguous_transposed_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6085150Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6085260Z test_noncontiguous_transposed_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6085360Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6085470Z test_noncontiguous_transposed_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6085540Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6085650Z test_noncontiguous_transposed_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6085730Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6085840Z test_noncontiguous_transposed_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6085910Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6086020Z test_noncontiguous_transposed_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6086090Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6086200Z test_noncontiguous_transposed_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6086270Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6086380Z test_noncontiguous_transposed_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6086460Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6086560Z test_noncontiguous_transposed_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6086630Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6086740Z test_noncontiguous_transposed_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6086810Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6086920Z test_noncontiguous_transposed_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6086990Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6087090Z test_noncontiguous_transposed_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6087160Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6087270Z test_noncontiguous_transposed_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6087340Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6087440Z test_noncontiguous_transposed_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6087510Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6087620Z test_noncontiguous_transposed_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6087690Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6087800Z test_noncontiguous_transposed_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6087870Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6087970Z test_noncontiguous_transposed_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6088040Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6088180Z test_noncontiguous_transposed_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6088250Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6088350Z test_noncontiguous_transposed_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6088420Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6088520Z test_noncontiguous_transposed_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6088600Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6088700Z test_noncontiguous_transposed_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6088770Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6088870Z test_noncontiguous_transposed_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6088940Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6089040Z test_noncontiguous_transposed_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6089170Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6089270Z test_noncontiguous_transposed_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6089340Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6089450Z test_noncontiguous_transposed_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6089520Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6089620Z test_noncontiguous_transposed_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6089730Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6089840Z test_noncontiguous_transposed_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6089910Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6090010Z test_noncontiguous_transposed_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6090080Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6090180Z test_noncontiguous_transposed_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6090250Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6090360Z test_noncontiguous_transposed_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6090430Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6090530Z test_noncontiguous_transposed_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6090600Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6090700Z test_noncontiguous_transposed_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6090770Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6090880Z test_noncontiguous_transposed_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6090950Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6091050Z test_noncontiguous_transposed_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6091120Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6091230Z test_noncontiguous_transposed_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6091300Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6091400Z test_noncontiguous_transposed_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6091470Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6091580Z test_noncontiguous_transposed_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6091650Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6091750Z test_noncontiguous_transposed_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6091820Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6091920Z test_noncontiguous_transposed_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6092020Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6092120Z test_noncontiguous_transposed_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6092190Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6092290Z test_noncontiguous_transposed_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6092360Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6092460Z test_noncontiguous_transposed_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6092530Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6092630Z test_noncontiguous_transposed_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6092700Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6092800Z test_noncontiguous_transposed_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6092880Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6093010Z test_noncontiguous_transposed_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6093080Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6093190Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6093260Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6093360Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6093430Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6093530Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6093600Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6093710Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6093780Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6093880Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6093950Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6094040Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6094110Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6094220Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6094310Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6094420Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6094490Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6094600Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6094680Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6094790Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6094870Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6094970Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6095050Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6095150Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6095230Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6095330Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6095400Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6095510Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6095580Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6095680Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6095760Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6095890Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6095960Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6096060Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6096130Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6096230Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6096300Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6096410Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6096480Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6096580Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6096650Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6096760Z test_noncontiguous_transposed_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6096870Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6096970Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6097050Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6097150Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6097230Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6097330Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6097400Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6097510Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6097580Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6097680Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6097750Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6097860Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6097930Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6098030Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6098100Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6098200Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6098270Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6098370Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6098450Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6098550Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6098620Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6098720Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6098800Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6098900Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6098970Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6099080Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6099150Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6099260Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6099330Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6099430Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6099500Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6099600Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6099690Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6099800Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6099870Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6099970Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6100040Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6100150Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6100220Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6100330Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6100400Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6100500Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6100570Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6100670Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6100780Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6100880Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6100950Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6101050Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6101120Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6101220Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6101300Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6101400Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6101470Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6101570Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6101640Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6101750Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6101820Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T01:35:46.6101920Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6101990Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6102100Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6102170Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6102280Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6102350Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6102450Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6102520Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6102630Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6102700Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6102800Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6102870Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T01:35:46.6102970Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.6103470Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:1327: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. 2022-11-23T01:35:46.6103690Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T01:35:46.6103800Z expect = np.prod(np.array(val), dtype=np.bool) 2022-11-23T01:35:46.6103850Z ok (0.001s) 2022-11-23T01:35:46.6103950Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.6104060Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6104170Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6104260Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.100s) 2022-11-23T01:35:46.6104360Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.020s) 2022-11-23T01:35:46.6104680Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:2405: DeprecationWarning: the `interpolation=` argument to quantile was renamed to `method=`, which has additional options. 2022-11-23T01:35:46.6104870Z Users of the modes 'nearest', 'lower', 'higher', or 'midpoint' are encouraged to review the method they. (Deprecated NumPy 1.22) 2022-11-23T01:35:46.6105010Z expected = numpy_op(a.cpu().numpy(), q.cpu().numpy(), dim, 2022-11-23T01:35:46.6105270Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:2405: DeprecationWarning: the `interpolation=` argument to nanquantile was renamed to `method=`, which has additional options. 2022-11-23T01:35:46.6105460Z Users of the modes 'nearest', 'lower', 'higher', or 'midpoint' are encouraged to review the method they. (Deprecated NumPy 1.22) 2022-11-23T01:35:46.6105550Z expected = numpy_op(a.cpu().numpy(), q.cpu().numpy(), dim, 2022-11-23T01:35:46.6105780Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/nanfunctions.py:1560: RuntimeWarning: All-NaN slice encountered 2022-11-23T01:35:46.6105840Z r, k = function_base._ureduce(a, 2022-11-23T01:35:46.6106060Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/nanfunctions.py:1584: RuntimeWarning: All-NaN slice encountered 2022-11-23T01:35:46.6106150Z result = np.apply_along_axis(_nanquantile_1d, axis, a, q, 2022-11-23T01:35:46.6106190Z ok (0.890s) 2022-11-23T01:35:46.6106280Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.849s) 2022-11-23T01:35:46.6106380Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.014s) 2022-11-23T01:35:46.6106470Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6106570Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T01:35:46.6106680Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:35:46.6106820Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:35:46.6108960Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:35:46.6109140Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:35:46.6109270Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:35:46.6109410Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6109550Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6109680Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6109810Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6109940Z test_reductions_large_half_tensors_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6110130Z test_reductions_large_half_tensors_cpu_complex32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6110260Z test_reductions_large_half_tensors_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6110360Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6110480Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6110580Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6110690Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6110790Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6110900Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6111000Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6111140Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6111240Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6111340Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6111440Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6111550Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6111650Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6111750Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6111850Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6111950Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6112050Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6112150Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6112250Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6112360Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6112450Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6112560Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6112650Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6112760Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6112860Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6112960Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6113060Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6113160Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6113260Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6113370Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6113460Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6113570Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6113660Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6113770Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6113860Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6113990Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6114090Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6114190Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6114290Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6114390Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6114480Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6114590Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6114690Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6114790Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6114890Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6115020Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6115120Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6115220Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6115320Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6115420Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6115520Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6115620Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6115720Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6115820Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6115920Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6116020Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6116120Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6116220Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6116320Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6116420Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6116520Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6116620Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6116720Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6116830Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6116930Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6117030Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6117130Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6117230Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6117330Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6117430Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6117530Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6117630Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6117730Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6117850Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6117940Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6118050Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6118140Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6118250Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6118340Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6118450Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6118550Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6118650Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6118750Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6118880Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6118980Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6119080Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6119180Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6119280Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6119380Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6119480Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6119580Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6119680Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6119780Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6119880Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6119970Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6120070Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6120170Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6120260Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6120360Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6120460Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6120550Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6120650Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6120750Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6120850Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6120940Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6121040Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6121140Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6121230Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6121330Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6121430Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6121550Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6121660Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6121760Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6121860Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6121960Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6122060Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6122160Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6122260Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6122360Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6122460Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6122620Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6122720Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6122820Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6122920Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6123020Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6123120Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6123220Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6123320Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6123420Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6123520Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6123620Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6123720Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6123820Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6123920Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6124020Z test_ref_duplicate_values_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6124130Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6124230Z test_ref_duplicate_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6124330Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6124430Z test_ref_duplicate_values_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6124580Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6124680Z test_ref_duplicate_values_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6124790Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6124890Z test_ref_duplicate_values_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6125000Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6125110Z test_ref_duplicate_values_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6125220Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6125320Z test_ref_duplicate_values_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6125450Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6125550Z test_ref_duplicate_values_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6125660Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6125760Z test_ref_duplicate_values_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6125860Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6125960Z test_ref_duplicate_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6126070Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6126170Z test_ref_duplicate_values_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6126270Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6126410Z test_ref_duplicate_values_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6126520Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6126620Z test_ref_duplicate_values_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6126720Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6126820Z test_ref_duplicate_values_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6126920Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6127030Z test_ref_duplicate_values_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6127130Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6127230Z test_ref_duplicate_values_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6127340Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6127450Z test_ref_duplicate_values_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6127550Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6127650Z test_ref_duplicate_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6127760Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6127860Z test_ref_duplicate_values_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6127970Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6128070Z test_ref_duplicate_values_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6128170Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6128280Z test_ref_duplicate_values_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6128380Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6128490Z test_ref_duplicate_values_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6128590Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6128690Z test_ref_duplicate_values_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6128790Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6128900Z test_ref_duplicate_values_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6129000Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6129110Z test_ref_duplicate_values_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6129230Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6129340Z test_ref_duplicate_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6129440Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6129550Z test_ref_duplicate_values_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6129650Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6129750Z test_ref_duplicate_values_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6129850Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6129960Z test_ref_duplicate_values_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6130060Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6130160Z test_ref_duplicate_values_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6130300Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6130410Z test_ref_duplicate_values_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6130510Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6130610Z test_ref_duplicate_values_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6130710Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6130820Z test_ref_duplicate_values_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6130940Z Compares op against reference for input tensors with duplicate values ... expected failure (0.001s) 2022-11-23T01:35:46.6131050Z test_ref_duplicate_values_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6131160Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6131260Z test_ref_duplicate_values_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6131370Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6131470Z test_ref_duplicate_values_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6131570Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6131670Z test_ref_duplicate_values_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6131780Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6131880Z test_ref_duplicate_values_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6131980Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6132090Z test_ref_duplicate_values_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6132190Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6132300Z test_ref_duplicate_values_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6132400Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6132500Z test_ref_duplicate_values_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6132600Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6132700Z test_ref_duplicate_values_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6132810Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6132910Z test_ref_duplicate_values_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6133030Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6133140Z test_ref_duplicate_values_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6133240Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6133350Z test_ref_duplicate_values_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6133450Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6133560Z test_ref_duplicate_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6133660Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6133760Z test_ref_duplicate_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6133870Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6136050Z test_ref_duplicate_values_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6136200Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6136310Z test_ref_duplicate_values_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6136410Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6136510Z test_ref_duplicate_values_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6136610Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6136720Z test_ref_duplicate_values_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6136820Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6136920Z test_ref_duplicate_values_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6137030Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6137130Z test_ref_duplicate_values_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6137240Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6137340Z test_ref_duplicate_values_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6137440Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6137550Z test_ref_duplicate_values_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6137650Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6137760Z test_ref_duplicate_values_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6137860Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6137960Z test_ref_duplicate_values_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6138070Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6138170Z test_ref_duplicate_values_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6138280Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6138380Z test_ref_duplicate_values_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6138480Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6138580Z test_ref_duplicate_values_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6138680Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6138790Z test_ref_duplicate_values_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6138890Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6139020Z test_ref_duplicate_values_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6139130Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6139230Z test_ref_duplicate_values_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6139330Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6139440Z test_ref_duplicate_values_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6139540Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6139650Z test_ref_duplicate_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6139750Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6139860Z test_ref_duplicate_values_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6139960Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6140110Z test_ref_duplicate_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6140210Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6140310Z test_ref_duplicate_values_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6140420Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6140520Z test_ref_duplicate_values_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6140620Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6140720Z test_ref_duplicate_values_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6140820Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6140920Z test_ref_duplicate_values_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6141030Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6141130Z test_ref_duplicate_values_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6141230Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6141330Z test_ref_duplicate_values_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6141440Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6141540Z test_ref_duplicate_values_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6141640Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6141750Z test_ref_duplicate_values_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6141850Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6141960Z test_ref_duplicate_values_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6142060Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6142160Z test_ref_duplicate_values_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6142260Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6142360Z test_ref_duplicate_values_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6142470Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6142570Z test_ref_duplicate_values_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6142670Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6142770Z test_ref_duplicate_values_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6142890Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6142990Z test_ref_duplicate_values_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6143100Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6143200Z test_ref_duplicate_values_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6143300Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6143400Z test_ref_duplicate_values_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6143500Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6143600Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6143700Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6143800Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6143940Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6144040Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6144140Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6144240Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6144350Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6144440Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6144550Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6144650Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6144750Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6144860Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6144960Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6145060Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6145160Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6145260Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6145370Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6145470Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6145570Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6145670Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6145770Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6145870Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6145970Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6146060Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6146170Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6146260Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6146370Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6146460Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6146570Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6146710Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6146820Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6146910Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6147020Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6147120Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6147220Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6147320Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6147420Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6147520Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6147650Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6147780Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6147880Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6147980Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6148080Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6148180Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6148290Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6148380Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6148490Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6148580Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6148690Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6148790Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6148890Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6148980Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6149110Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6149210Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6149330Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6149430Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6149540Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6149650Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6149760Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6149860Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6149970Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6150070Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6150180Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6150280Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6150390Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6150480Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6150600Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6150710Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6150810Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6150910Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6151020Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6151120Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6151230Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6151320Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6151430Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6151530Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6151660Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6151760Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6151860Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6151960Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6152060Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6152160Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6152260Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6152360Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6152460Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T01:35:46.6152570Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6152690Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6152790Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6152910Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6153000Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6153120Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6153210Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6153330Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6153420Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6153540Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6153640Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6153750Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6153840Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6153950Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6154050Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6154160Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6154250Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6154360Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6154510Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6154620Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6154710Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6154820Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6154920Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6155030Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6155120Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6155230Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6155340Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6155450Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6155600Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6155700Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6155810Z test_ref_extremal_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6155910Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6156020Z test_ref_extremal_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6156120Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6156230Z test_ref_extremal_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6156330Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6156440Z test_ref_extremal_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6156550Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6156650Z test_ref_extremal_values_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6157010Z Compares op against reference for input tensors with extremal values ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:189: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6157070Z ret = ret.dtype.type(ret / rcount) 2022-11-23T01:35:46.6157120Z ok (0.002s) 2022-11-23T01:35:46.6157220Z test_ref_extremal_values_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6157320Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6157430Z test_ref_extremal_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6157530Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6157640Z test_ref_extremal_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6157740Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6157850Z test_ref_extremal_values_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6158170Z Compares op against reference for input tensors with extremal values ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:222: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6158300Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-11-23T01:35:46.6158550Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:232: RuntimeWarning: invalid value encountered in subtract 2022-11-23T01:35:46.6158630Z x = asanyarray(arr - arrmean) 2022-11-23T01:35:46.6158700Z ok (0.001s) 2022-11-23T01:35:46.6158810Z test_ref_extremal_values_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6158910Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6159020Z test_ref_extremal_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6159120Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6159220Z test_ref_extremal_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6159330Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6159430Z test_ref_extremal_values_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6159540Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6159640Z test_ref_extremal_values_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6159780Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6159880Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6159980Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6160080Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6160180Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6160280Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6160380Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6160480Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6160580Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6160680Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6160790Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6160880Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6160990Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6161090Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6161190Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6161280Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6161390Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6163700Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6163820Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6163920Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6164020Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6164120Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6164220Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6164310Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6164420Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-11-23T01:35:46.6164510Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6164630Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T01:35:46.6164730Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6164900Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T01:35:46.6165000Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6165120Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T01:35:46.6165210Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6165320Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T01:35:46.6165420Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6165530Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T01:35:46.6165630Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6165740Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T01:35:46.6165840Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6166010Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T01:35:46.6166120Z test_ref_large_input_1D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6166230Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T01:35:46.6166330Z test_ref_large_input_1D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6166440Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T01:35:46.6166540Z test_ref_large_input_1D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6166650Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T01:35:46.6166760Z test_ref_large_input_1D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6166860Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T01:35:46.6166970Z test_ref_large_input_1D_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6167080Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T01:35:46.6167180Z test_ref_large_input_1D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6167290Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T01:35:46.6167390Z test_ref_large_input_1D_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6167500Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.009s) 2022-11-23T01:35:46.6167600Z test_ref_large_input_1D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6167700Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T01:35:46.6167800Z test_ref_large_input_1D_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6167910Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T01:35:46.6168010Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6168110Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-11-23T01:35:46.6168210Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6168320Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.009s) 2022-11-23T01:35:46.6168420Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6168520Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T01:35:46.6168620Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6168740Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T01:35:46.6168840Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6168950Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.009s) 2022-11-23T01:35:46.6169050Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6169150Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T01:35:46.6169250Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6169350Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.009s) 2022-11-23T01:35:46.6169450Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6169570Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.012s) 2022-11-23T01:35:46.6169670Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6169820Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.014s) 2022-11-23T01:35:46.6169910Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6170020Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.014s) 2022-11-23T01:35:46.6170120Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6170230Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T01:35:46.6170330Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6170440Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T01:35:46.6170540Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6170650Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T01:35:46.6170750Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6170860Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.014s) 2022-11-23T01:35:46.6170970Z test_ref_large_input_2D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6171080Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.014s) 2022-11-23T01:35:46.6171180Z test_ref_large_input_2D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6171290Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.015s) 2022-11-23T01:35:46.6171390Z test_ref_large_input_2D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6171500Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.011s) 2022-11-23T01:35:46.6171610Z test_ref_large_input_2D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6171720Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.011s) 2022-11-23T01:35:46.6171820Z test_ref_large_input_2D_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6171930Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.012s) 2022-11-23T01:35:46.6172030Z test_ref_large_input_2D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6172140Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.013s) 2022-11-23T01:35:46.6172240Z test_ref_large_input_2D_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6172350Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.017s) 2022-11-23T01:35:46.6172450Z test_ref_large_input_2D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6172620Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.011s) 2022-11-23T01:35:46.6172720Z test_ref_large_input_2D_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6172830Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.016s) 2022-11-23T01:35:46.6172930Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6173040Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.011s) 2022-11-23T01:35:46.6173140Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6173250Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.018s) 2022-11-23T01:35:46.6173340Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6173450Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.013s) 2022-11-23T01:35:46.6173550Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6173700Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.013s) 2022-11-23T01:35:46.6173800Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6173910Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.024s) 2022-11-23T01:35:46.6174000Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6174110Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.011s) 2022-11-23T01:35:46.6174210Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6174320Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.023s) 2022-11-23T01:35:46.6174420Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6174550Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.384s) 2022-11-23T01:35:46.6174660Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6174790Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.781s) 2022-11-23T01:35:46.6174890Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6175020Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.765s) 2022-11-23T01:35:46.6175120Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6175250Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.362s) 2022-11-23T01:35:46.6175350Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6175470Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.513s) 2022-11-23T01:35:46.6175580Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6175700Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.515s) 2022-11-23T01:35:46.6175820Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6175940Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.697s) 2022-11-23T01:35:46.6176050Z test_ref_large_input_64bit_indexing_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6176170Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.768s) 2022-11-23T01:35:46.6176280Z test_ref_large_input_64bit_indexing_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6176420Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.766s) 2022-11-23T01:35:46.6176540Z test_ref_large_input_64bit_indexing_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6176660Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.513s) 2022-11-23T01:35:46.6176770Z test_ref_large_input_64bit_indexing_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6176890Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.532s) 2022-11-23T01:35:46.6177000Z test_ref_large_input_64bit_indexing_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6177110Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.433s) 2022-11-23T01:35:46.6177220Z test_ref_large_input_64bit_indexing_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6177340Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.598s) 2022-11-23T01:35:46.6177490Z test_ref_large_input_64bit_indexing_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6177610Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (2.226s) 2022-11-23T01:35:46.6177720Z test_ref_large_input_64bit_indexing_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6177830Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.317s) 2022-11-23T01:35:46.6177940Z test_ref_large_input_64bit_indexing_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6178060Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (2.126s) 2022-11-23T01:35:46.6178160Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6178280Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.321s) 2022-11-23T01:35:46.6178400Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6178510Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (2.246s) 2022-11-23T01:35:46.6178620Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6178740Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.702s) 2022-11-23T01:35:46.6178840Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6178960Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.619s) 2022-11-23T01:35:46.6179060Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6179180Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (2.263s) 2022-11-23T01:35:46.6179290Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6179410Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.320s) 2022-11-23T01:35:46.6179510Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6179630Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (2.263s) 2022-11-23T01:35:46.6179720Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6179820Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6179920Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6180020Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6180110Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6180230Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6180330Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6180420Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6180520Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6180610Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6180700Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6180800Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6180890Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6180980Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6181080Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6181170Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6181300Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6181390Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6181480Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6181570Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6181660Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6181760Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6181850Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6181940Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6182040Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6182130Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6182230Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6182320Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6182420Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6182510Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6182600Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6182690Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6182790Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6182880Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6182970Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6183060Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6183150Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6183250Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6183340Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6183430Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6183520Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6183610Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6183710Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6183800Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6183890Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6183980Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6184090Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6184190Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6184280Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6184370Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6184460Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6184550Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6184640Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6184730Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6184830Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6184910Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6185010Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6185130Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6185220Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6185320Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6185410Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6185500Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6185600Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6185690Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6185780Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6185880Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6185970Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6186060Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6186160Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6186250Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6186340Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6186440Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6186530Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6186620Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6186710Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6186800Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6186890Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6186980Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6187070Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6187160Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6187260Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6187350Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6187450Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6187540Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6187630Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6187720Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6187820Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6187910Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6188040Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6188130Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6188220Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6188320Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6188410Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6190720Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6190820Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6190920Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6191010Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6191100Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6191200Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6191390Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6191490Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6191580Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6191670Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6191760Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6191860Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6191950Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6192040Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6192130Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6192230Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6192320Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6192410Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6192500Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6192610Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6192700Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6192810Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6192900Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6193010Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6193100Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6193200Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6193290Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6193390Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6193480Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6193580Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6193670Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6193770Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6193860Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6193970Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6194060Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6194200Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6194300Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6194400Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6194490Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6194590Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6194680Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6194780Z test_ref_scalar_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6194870Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6194970Z test_ref_scalar_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6195060Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6195160Z test_ref_scalar_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6195280Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6195390Z test_ref_scalar_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6195480Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6195580Z test_ref_scalar_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6195670Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6195760Z test_ref_scalar_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6195850Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6195950Z test_ref_scalar_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6196040Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6196140Z test_ref_scalar_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6196240Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6196340Z test_ref_scalar_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6196430Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6196530Z test_ref_scalar_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6196620Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6196710Z test_ref_scalar_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6196800Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6196900Z test_ref_scalar_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6196990Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6197090Z test_ref_scalar_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6197180Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6197280Z test_ref_scalar_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6197370Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6197470Z test_ref_scalar_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6197560Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6197650Z test_ref_scalar_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6197750Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6197850Z test_ref_scalar_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6197940Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6198060Z test_ref_scalar_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6198160Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6198260Z test_ref_scalar_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6198350Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6198450Z test_ref_scalar_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6198540Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6198640Z test_ref_scalar_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6198730Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6198830Z test_ref_scalar_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6198920Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6199020Z test_ref_scalar_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6199150Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6199250Z test_ref_scalar_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6199340Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6199440Z test_ref_scalar_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6199530Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6199630Z test_ref_scalar_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6199720Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6199820Z test_ref_scalar_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6199910Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6200010Z test_ref_scalar_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6200110Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6200210Z test_ref_scalar_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6200300Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6200390Z test_ref_scalar_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6200480Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6200580Z test_ref_scalar_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6200670Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6200770Z test_ref_scalar_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6200860Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6200960Z test_ref_scalar_input_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6201050Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6201160Z test_ref_scalar_input_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6201250Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6201350Z test_ref_scalar_input_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6201440Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6201540Z test_ref_scalar_input_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6201630Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6201730Z test_ref_scalar_input_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6201820Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6201960Z test_ref_scalar_input_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6202050Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6202150Z test_ref_scalar_input_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6202240Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6202340Z test_ref_scalar_input_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6202430Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6202520Z test_ref_scalar_input_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6202610Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6202710Z test_ref_scalar_input_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6202800Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6202900Z test_ref_scalar_input_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6203020Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6203120Z test_ref_scalar_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6203210Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6203310Z test_ref_scalar_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6203400Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6203510Z test_ref_scalar_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6203600Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6203700Z test_ref_scalar_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6203790Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6203890Z test_ref_scalar_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6203980Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6204080Z test_ref_scalar_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6204170Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6204270Z test_ref_scalar_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6204360Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6204450Z test_ref_scalar_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6204540Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6204640Z test_ref_scalar_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6204730Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6204830Z test_ref_scalar_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6204920Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6205020Z test_ref_scalar_input_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6205110Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6205220Z test_ref_scalar_input_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6205310Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6205410Z test_ref_scalar_input_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6205500Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6205600Z test_ref_scalar_input_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6205690Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6205830Z test_ref_scalar_input_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6205920Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6206020Z test_ref_scalar_input_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6206110Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6206200Z test_ref_scalar_input_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6206300Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6206390Z test_ref_scalar_input_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6206480Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6206580Z test_ref_scalar_input_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6206670Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6206760Z test_ref_scalar_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6206900Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6207010Z test_ref_scalar_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6207100Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6207200Z test_ref_scalar_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6207290Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6207390Z test_ref_scalar_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6207480Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6207580Z test_ref_scalar_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6207670Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6207770Z test_ref_scalar_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6207860Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6207960Z test_ref_scalar_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6208050Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6208140Z test_ref_scalar_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6208230Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6208320Z test_ref_scalar_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6208410Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6208510Z test_ref_scalar_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6208600Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6208690Z test_ref_scalar_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6208790Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6208890Z test_ref_scalar_input_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6208980Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6209080Z test_ref_scalar_input_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6209170Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6209270Z test_ref_scalar_input_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6209360Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6209460Z test_ref_scalar_input_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6209550Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6209700Z test_ref_scalar_input_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6209800Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6209890Z test_ref_scalar_input_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6209980Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6210070Z test_ref_scalar_input_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6210160Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6210260Z test_ref_scalar_input_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6210350Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6210450Z test_ref_scalar_input_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6210540Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6210630Z test_ref_scalar_input_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6210760Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6210850Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6210940Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6211040Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6211130Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6211230Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6211320Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6211410Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6211500Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6211600Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6211690Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6211790Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6211880Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6211980Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6212070Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6212160Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6212250Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6212350Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6212440Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6212540Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6212630Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6212720Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6212810Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6212910Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6213000Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6213090Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6213180Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6213280Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6213370Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6213460Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6213570Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6213670Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6213760Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6216350Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6216460Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6216550Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6216640Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6216740Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6216830Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6216930Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6217020Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6217220Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6217310Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6217410Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6217530Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6217620Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6217710Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6217800Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6217900Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6217990Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6218080Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6218180Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6218270Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6218360Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6218450Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6218550Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6218920Z Compares op against reference for scalar input tensors ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:264: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T01:35:46.6219010Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T01:35:46.6219260Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:256: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T01:35:46.6219330Z ret = ret.dtype.type(ret / rcount) 2022-11-23T01:35:46.6219370Z ok (0.001s) 2022-11-23T01:35:46.6219470Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6219770Z Compares op against reference for scalar input tensors ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:256: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6219840Z ret = ret.dtype.type(ret / rcount) 2022-11-23T01:35:46.6219880Z ok (0.001s) 2022-11-23T01:35:46.6219980Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6220070Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6220170Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6220290Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6220390Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6220480Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6220570Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6220660Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6220760Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6220850Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6220940Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6221040Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6221130Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6221220Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6221350Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6221440Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6221530Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6221620Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6221710Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6221800Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6221890Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6221980Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6222080Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6222170Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6222260Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6222350Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6222440Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6222530Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T01:35:46.6222630Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6222940Z Compares op against reference for scalar input tensors ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/fromnumeric.py:3757: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T01:35:46.6223040Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T01:35:46.6223080Z ok (0.001s) 2022-11-23T01:35:46.6223170Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6223260Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6223360Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6223450Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6223540Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6223630Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6223730Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6223820Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T01:35:46.6223910Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6224010Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6224100Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6224190Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6224320Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6224410Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6224510Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6224600Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6224690Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6224780Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6224870Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6224960Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6225050Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6225140Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6225230Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6225370Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6225460Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6225550Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6225640Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6225730Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6225810Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6225910Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6226000Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6226080Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6226180Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6226270Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6226360Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6226450Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6226540Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6226630Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6226720Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6226810Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6226900Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6226990Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6227080Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6227170Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6227260Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6227350Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6227440Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6227530Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6227620Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6227710Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6227800Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6227890Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6227980Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6228070Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6228180Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6228270Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6228360Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6228450Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6228540Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6228620Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6228710Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6228800Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6228890Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6228980Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6229070Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6229200Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6229290Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6229380Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6229470Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6229560Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6229650Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6229740Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6229840Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6229930Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6230020Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6230110Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6230200Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6230290Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6230380Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6230470Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6230560Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6230650Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6230740Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6230830Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6230920Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6231010Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6231100Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6231190Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6231280Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6231370Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6231470Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6231560Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6231650Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6231740Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6231830Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6231920Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6232040Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6232130Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6232220Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6232310Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6232400Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6232490Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6232580Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6232670Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6232770Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6232860Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6232950Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6233080Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6233170Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6233260Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6233340Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6233430Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6233520Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6233600Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6233690Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6233780Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6233870Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6233950Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6234040Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6234130Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6234230Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6234310Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6234410Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6234500Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6234600Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6234690Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6234790Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6234880Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6234980Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6235060Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6235160Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6235240Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6235340Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6235420Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6235520Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6235600Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6235710Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6235800Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6235900Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6235980Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6236080Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6236160Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6236250Z test_ref_small_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6236340Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6236430Z test_ref_small_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6236520Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6236610Z test_ref_small_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6236730Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6236820Z test_ref_small_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6236910Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6237000Z test_ref_small_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6237090Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6237180Z test_ref_small_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6237270Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6237360Z test_ref_small_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6237450Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6237540Z test_ref_small_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6237630Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6237730Z test_ref_small_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6237810Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6237910Z test_ref_small_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6237990Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6238080Z test_ref_small_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6238170Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6238260Z test_ref_small_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6238350Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6238440Z test_ref_small_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6238530Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6238620Z test_ref_small_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6238710Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6238800Z test_ref_small_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6238970Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6239070Z test_ref_small_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6239160Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6239260Z test_ref_small_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6239350Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6241600Z test_ref_small_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6241770Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6241870Z test_ref_small_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6241960Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6242050Z test_ref_small_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6242140Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6242230Z test_ref_small_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6242320Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6242410Z test_ref_small_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6242490Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6242590Z test_ref_small_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6242750Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6242840Z test_ref_small_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6242930Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6243020Z test_ref_small_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6243110Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6243200Z test_ref_small_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6243290Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6243390Z test_ref_small_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6243470Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6243570Z test_ref_small_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6243660Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6243750Z test_ref_small_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6243840Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6243930Z test_ref_small_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6244010Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6244110Z test_ref_small_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6244190Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6244280Z test_ref_small_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6244370Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6244460Z test_ref_small_input_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6244570Z Compares op against reference for small input tensors ... expected failure (0.001s) 2022-11-23T01:35:46.6244670Z test_ref_small_input_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6244760Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6244860Z test_ref_small_input_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6244950Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6245050Z test_ref_small_input_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6245130Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6245220Z test_ref_small_input_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6245310Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6245400Z test_ref_small_input_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6245510Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6245610Z test_ref_small_input_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6245690Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6245790Z test_ref_small_input_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6245870Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6245960Z test_ref_small_input_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6246050Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6246150Z test_ref_small_input_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6246230Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6246330Z test_ref_small_input_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6246410Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6246570Z test_ref_small_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6246750Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6246850Z test_ref_small_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6246940Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6247040Z test_ref_small_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6247140Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6247240Z test_ref_small_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6247330Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6247430Z test_ref_small_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6247520Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6247620Z test_ref_small_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6247720Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6247820Z test_ref_small_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6247920Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6248010Z test_ref_small_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6248100Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6248190Z test_ref_small_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6248300Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6248390Z test_ref_small_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6248480Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T01:35:46.6248580Z test_ref_small_input_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6248670Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6248760Z test_ref_small_input_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6248850Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6248950Z test_ref_small_input_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6249030Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6249130Z test_ref_small_input_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6249210Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6249310Z test_ref_small_input_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6249420Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6249510Z test_ref_small_input_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6249600Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6249690Z test_ref_small_input_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6249770Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6249870Z test_ref_small_input_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6249950Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6250040Z test_ref_small_input_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6250130Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6250220Z test_ref_small_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6250310Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6250440Z test_ref_small_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6250530Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6250630Z test_ref_small_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6250710Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6250810Z test_ref_small_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6250890Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6250980Z test_ref_small_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6251070Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6251160Z test_ref_small_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6251250Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6251360Z test_ref_small_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6251460Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6251550Z test_ref_small_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6251640Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6251740Z test_ref_small_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6251830Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6251930Z test_ref_small_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6252020Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6252120Z test_ref_small_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6252210Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T01:35:46.6252310Z test_ref_small_input_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6252400Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6252500Z test_ref_small_input_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6252580Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6252680Z test_ref_small_input_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6252760Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6252860Z test_ref_small_input_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6252950Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6253040Z test_ref_small_input_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6253140Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6253240Z test_ref_small_input_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6253330Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6253420Z test_ref_small_input_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6253500Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6253590Z test_ref_small_input_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6253680Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6253770Z test_ref_small_input_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6253860Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6253950Z test_ref_small_input_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6254040Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6254160Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6254250Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6254340Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6254430Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6254520Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6254620Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6254720Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6254800Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6254890Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6254980Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6255070Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6255170Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6255260Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6255350Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6255440Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6255530Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6255620Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6255710Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6255800Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6255900Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6255990Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6256080Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6256170Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6256260Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6256350Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6256440Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6256530Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6256620Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6256700Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6256790Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6256940Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6257060Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6257150Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6257240Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T01:35:46.6257330Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6257430Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6257530Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6257620Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6257720Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6257830Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6257920Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6258080Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6258170Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6258250Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6258340Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6258430Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6258520Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6258600Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6258690Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6258780Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6258860Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6258950Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6259040Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6259130Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T01:35:46.6259220Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6259320Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6259410Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6259510Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6259600Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6259700Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6259790Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6259890Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6259980Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6260080Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6260170Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6260260Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6260350Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6260440Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6260530Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6260620Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6260700Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6260820Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6260910Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6261000Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6261090Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6261180Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6261270Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6261350Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6261440Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6261530Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6261610Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6261700Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6261820Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6261910Z Compares op against reference for small input tensors ... ok (0.001s) 2022-11-23T01:35:46.6262000Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6262080Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T01:35:46.6262170Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6262280Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6262360Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6262460Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6262550Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6262650Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6262740Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6262840Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6262930Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6263030Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T01:35:46.6263130Z test_reference_masked_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6263310Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6263410Z test_reference_masked_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6263540Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6263640Z test_reference_masked_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6263780Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6263880Z test_reference_masked_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6264010Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6264110Z test_reference_masked_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6264300Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6264400Z test_reference_masked_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6266600Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6266700Z test_reference_masked_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6266840Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6266940Z test_reference_masked_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6267130Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6267230Z test_reference_masked_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6267360Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6267460Z test_reference_masked_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6267590Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6267690Z test_reference_masked_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6267820Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6267920Z test_reference_masked_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6268050Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6268150Z test_reference_masked_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6268320Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6268410Z test_reference_masked_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6268540Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6268630Z test_reference_masked_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6268760Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6268860Z test_reference_masked_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6268980Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6269080Z test_reference_masked_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6269210Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6269300Z test_reference_masked_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6269430Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6269540Z test_reference_masked_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6269700Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6269800Z test_reference_masked_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6269950Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6270050Z test_reference_masked_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6270200Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6270300Z test_reference_masked_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6270450Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6270550Z test_reference_masked_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6270700Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6270790Z test_reference_masked_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6270940Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6271070Z test_reference_masked_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6271220Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6271320Z test_reference_masked_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6271480Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6271600Z test_reference_masked_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6271760Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6271870Z test_reference_masked_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6272020Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6272120Z test_reference_masked_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6272260Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6272360Z test_reference_masked_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6272510Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6272600Z test_reference_masked_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6272750Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6272870Z test_reference_masked_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6273020Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6273120Z test_reference_masked_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6273260Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6273360Z test_reference_masked_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6273500Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6273600Z test_reference_masked_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6273740Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6273830Z test_reference_masked_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6273980Z Test masked reduction operations on strided-only tensors using ... expected failure (0.001s) 2022-11-23T01:35:46.6274080Z test_reference_masked_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6274370Z Test masked reduction operations on strided-only tensors using ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/fromnumeric.py:3474: RuntimeWarning: Mean of empty slice. 2022-11-23T01:35:46.6274450Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-11-23T01:35:46.6274690Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6274740Z ret = um.true_divide( 2022-11-23T01:35:46.6274780Z ok (0.012s) 2022-11-23T01:35:46.6274880Z test_reference_masked_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6275180Z Test masked reduction operations on strided-only tensors using ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:189: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T01:35:46.6275240Z ret = ret.dtype.type(ret / rcount) 2022-11-23T01:35:46.6275300Z expected failure (0.003s) 2022-11-23T01:35:46.6275400Z test_reference_masked_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6275700Z Test masked reduction operations on strided-only tensors using ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:189: RuntimeWarning: invalid value encountered in cdouble_scalars 2022-11-23T01:35:46.6275760Z ret = ret.dtype.type(ret / rcount) 2022-11-23T01:35:46.6275800Z ok (0.011s) 2022-11-23T01:35:46.6275900Z test_reference_masked_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6276070Z Test masked reduction operations on strided-only tensors using ... ok (0.011s) 2022-11-23T01:35:46.6276170Z test_reference_masked_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6276470Z Test masked reduction operations on strided-only tensors using ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:187: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6276530Z ret = arr.dtype.type(ret / rcount) 2022-11-23T01:35:46.6276570Z ok (0.012s) 2022-11-23T01:35:46.6276670Z test_reference_masked_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6276800Z Test masked reduction operations on strided-only tensors using ... ok (0.012s) 2022-11-23T01:35:46.6276900Z test_reference_masked_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6277030Z Test masked reduction operations on strided-only tensors using ... ok (0.011s) 2022-11-23T01:35:46.6277180Z test_reference_masked_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6277320Z Test masked reduction operations on strided-only tensors using ... ok (0.010s) 2022-11-23T01:35:46.6277410Z test_reference_masked_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6277540Z Test masked reduction operations on strided-only tensors using ... ok (0.010s) 2022-11-23T01:35:46.6277640Z test_reference_masked_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6277770Z Test masked reduction operations on strided-only tensors using ... ok (0.010s) 2022-11-23T01:35:46.6277860Z test_reference_masked_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6277990Z Test masked reduction operations on strided-only tensors using ... ok (0.010s) 2022-11-23T01:35:46.6278090Z test_reference_masked_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6278220Z Test masked reduction operations on strided-only tensors using ... ok (0.010s) 2022-11-23T01:35:46.6278320Z test_reference_masked_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6278450Z Test masked reduction operations on strided-only tensors using ... ok (0.010s) 2022-11-23T01:35:46.6278540Z test_reference_masked_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6278740Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-11-23T01:35:46.6278840Z test_reference_masked_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6278970Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6279060Z test_reference_masked_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6279190Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6279290Z test_reference_masked_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6279420Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6279520Z test_reference_masked_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6279650Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6279740Z test_reference_masked_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6279940Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-11-23T01:35:46.6280040Z test_reference_masked_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6280200Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-11-23T01:35:46.6280310Z test_reference_masked_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6280450Z Test masked reduction operations on strided-only tensors using ... ok (0.007s) 2022-11-23T01:35:46.6280570Z test_reference_masked_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6280750Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-11-23T01:35:46.6280840Z test_reference_masked_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6280970Z Test masked reduction operations on strided-only tensors using ... ok (0.008s) 2022-11-23T01:35:46.6281070Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6281360Z Test masked reduction operations on strided-only tensors using ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:225: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6281440Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T01:35:46.6281680Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:253: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6281760Z ret = um.true_divide( 2022-11-23T01:35:46.6281800Z ok (0.030s) 2022-11-23T01:35:46.6281900Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6282200Z Test masked reduction operations on strided-only tensors using ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:225: RuntimeWarning: invalid value encountered in cdouble_scalars 2022-11-23T01:35:46.6282280Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T01:35:46.6282320Z ok (0.027s) 2022-11-23T01:35:46.6282420Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6282550Z Test masked reduction operations on strided-only tensors using ... ok (0.027s) 2022-11-23T01:35:46.6282650Z test_reference_masked_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6282780Z Test masked reduction operations on strided-only tensors using ... ok (0.029s) 2022-11-23T01:35:46.6282880Z test_reference_masked_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6283170Z Test masked reduction operations on strided-only tensors using ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:225: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T01:35:46.6283250Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T01:35:46.6283290Z ok (0.029s) 2022-11-23T01:35:46.6283380Z test_reference_masked_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6283520Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6283610Z test_reference_masked_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6283740Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6283830Z test_reference_masked_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6283960Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6284060Z test_reference_masked_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6284180Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6284280Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6284410Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6284500Z test_reference_masked_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6284640Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6284730Z test_reference_masked_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6284890Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-11-23T01:35:46.6285010Z test_reference_masked_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6285150Z Test masked reduction operations on strided-only tensors using ... ok (0.008s) 2022-11-23T01:35:46.6285250Z test_reference_masked_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6285370Z Test masked reduction operations on strided-only tensors using ... ok (0.008s) 2022-11-23T01:35:46.6285470Z test_reference_masked_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6285600Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6285690Z test_reference_masked_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6285820Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6285920Z test_reference_masked_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6286050Z Test masked reduction operations on strided-only tensors using ... ok (0.009s) 2022-11-23T01:35:46.6286180Z test_reference_masked_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6286340Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-11-23T01:35:46.6286430Z test_reference_masked_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6286590Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-11-23T01:35:46.6286680Z test_reference_masked_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6286810Z Test masked reduction operations on strided-only tensors using ... ok (0.006s) 2022-11-23T01:35:46.6286910Z test_reference_masked_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6287060Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-11-23T01:35:46.6287150Z test_reference_masked_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6287280Z Test masked reduction operations on strided-only tensors using ... ok (0.008s) 2022-11-23T01:35:46.6287410Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6287540Z Test masked reduction operations on strided-only tensors using ... ok (0.029s) 2022-11-23T01:35:46.6287650Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6287780Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-11-23T01:35:46.6287890Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6288030Z Test masked reduction operations on strided-only tensors using ... ok (0.027s) 2022-11-23T01:35:46.6288130Z test_reference_masked_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6288270Z Test masked reduction operations on strided-only tensors using ... ok (0.029s) 2022-11-23T01:35:46.6288370Z test_reference_masked_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6288500Z Test masked reduction operations on strided-only tensors using ... ok (0.029s) 2022-11-23T01:35:46.6288600Z test_reference_masked_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6288730Z Test masked reduction operations on strided-only tensors using ... ok (0.028s) 2022-11-23T01:35:46.6288820Z test_reference_masked_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6288950Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6289040Z test_reference_masked_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6289170Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6289260Z test_reference_masked_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6289410Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6289510Z test_reference_masked_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6289640Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6289760Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6289890Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T01:35:46.6289980Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.036s) 2022-11-23T01:35:46.6290070Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6290160Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6290240Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6290330Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6290420Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6290530Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6290620Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6290700Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6290790Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6290870Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6290960Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6291030Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6291120Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6291200Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6291290Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6291370Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6291450Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6291530Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6291620Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6291700Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6291780Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6291860Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6291940Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6292040Z Tests that the result has the correct dtype ... expected failure (0.001s) 2022-11-23T01:35:46.6292130Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6292200Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6292290Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6292370Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6292460Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6292540Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6292620Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6292700Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6292790Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6292870Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6292960Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6293040Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6293140Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6293220Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6293350Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6293440Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6293530Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6293600Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6293690Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6293770Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6293860Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6293950Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6294030Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6296170Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6296270Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6296340Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6296510Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6296580Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6296670Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6296750Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6296840Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6296910Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6297000Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6297080Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6297160Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6297240Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6297320Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6297400Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6297490Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6297570Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6297650Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6297730Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6297810Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6297890Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6297980Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6298060Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6298150Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6298230Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6298310Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6298390Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6298480Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6298560Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6298640Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6298720Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6298800Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6298880Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6298970Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6299040Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6299130Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6299230Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6299310Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6299390Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6299480Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6299570Z Tests that the result has the correct dtype ... expected failure (0.001s) 2022-11-23T01:35:46.6299670Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6299740Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6299830Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6299910Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6300000Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6300070Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6300160Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6300270Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6300360Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6300440Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6300520Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6300600Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6300690Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6300760Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6300850Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6300930Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6301050Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6301130Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6301220Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6301300Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6301400Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6301490Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6301580Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6301660Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6301760Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6301840Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6301920Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6302000Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6302090Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6302180Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6302260Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6302340Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6302430Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6302510Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6302600Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6302680Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6302780Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6302860Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6302960Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6303060Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6303160Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6303240Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6303350Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6303430Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6303530Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6303610Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6303700Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6303780Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6303880Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6303960Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6304060Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6304170Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6304270Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6304350Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6304450Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6304530Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6304620Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6304700Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6304790Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6304880Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6304980Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6305070Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6305170Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6305250Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6305360Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6305440Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6305540Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6305620Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6305730Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6305810Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6305910Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6305990Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6306090Z test_result_dtype_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6306160Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6306260Z test_result_dtype_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6306340Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6306430Z test_result_dtype_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6306500Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6306600Z test_result_dtype_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6306670Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6306760Z test_result_dtype_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6306840Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6306950Z test_result_dtype_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6307030Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6307120Z test_result_dtype_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6307200Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6307290Z test_result_dtype_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6307370Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6307460Z test_result_dtype_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6307540Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6307660Z test_result_dtype_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6307730Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6307830Z test_result_dtype_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6307930Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6308020Z test_result_dtype_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6308100Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6308190Z test_result_dtype_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6308270Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6308360Z test_result_dtype_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6308430Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6308520Z test_result_dtype_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6308600Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6308690Z test_result_dtype_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6308770Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6308860Z test_result_dtype_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6308940Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6309030Z test_result_dtype_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6309110Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6309200Z test_result_dtype_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6309280Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6309370Z test_result_dtype_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6309450Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6309540Z test_result_dtype_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6309620Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6309710Z test_result_dtype_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6309790Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6309890Z test_result_dtype_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6309970Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6310060Z test_result_dtype_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6310130Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6310220Z test_result_dtype_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6310300Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6310390Z test_result_dtype_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6310470Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6310560Z test_result_dtype_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6310670Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6310770Z test_result_dtype_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6310850Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6310940Z test_result_dtype_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6311020Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6311110Z test_result_dtype_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6311190Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6311280Z test_result_dtype_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6311360Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6311450Z test_result_dtype_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6311530Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6311670Z test_result_dtype_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6311740Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6311830Z test_result_dtype_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6311910Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6312000Z test_result_dtype_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6312080Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6312170Z test_result_dtype_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6312250Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6312350Z test_result_dtype_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6312420Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6312520Z test_result_dtype_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6312600Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6312700Z test_result_dtype_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6312780Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6312870Z test_result_dtype_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6312950Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6313050Z test_result_dtype_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6313120Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6313220Z test_result_dtype_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6313290Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6313390Z test_result_dtype_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6313470Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6313670Z test_result_dtype_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6313750Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6313850Z test_result_dtype_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6313930Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6314030Z test_result_dtype_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6314110Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6314210Z test_result_dtype_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6314300Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6314400Z test_result_dtype_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6314500Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6314600Z test_result_dtype_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6314680Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6314770Z test_result_dtype_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6314850Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6314940Z test_result_dtype_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6315030Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6315120Z test_result_dtype_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6315200Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6315290Z test_result_dtype_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6315370Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6315510Z test_result_dtype_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6315590Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6315690Z test_result_dtype_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6315770Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6315860Z test_result_dtype_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6315940Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6316040Z test_result_dtype_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6316110Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6316210Z test_result_dtype_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6316290Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6316380Z test_result_dtype_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6316460Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6316560Z test_result_dtype_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6316640Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6316730Z test_result_dtype_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6316810Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6316910Z test_result_dtype_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6316990Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6317080Z test_result_dtype_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6317160Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6317260Z test_result_dtype_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6319440Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6319550Z test_result_dtype_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6319630Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6319720Z test_result_dtype_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6319800Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6319900Z test_result_dtype_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6319970Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6320070Z test_result_dtype_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6320150Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6320250Z test_result_dtype_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6320320Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6320470Z test_result_dtype_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6320550Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6320640Z test_result_dtype_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6320720Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6320810Z test_result_dtype_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6320880Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6320980Z test_result_dtype_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6321050Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6321150Z test_result_dtype_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6321220Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6321320Z test_result_dtype_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6321460Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6321550Z test_result_dtype_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6321630Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6321720Z test_result_dtype_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6321800Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6321890Z test_result_dtype_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6321970Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6322050Z test_result_dtype_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6322130Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6322220Z test_result_dtype_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6322300Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6322390Z test_result_dtype_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6322470Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6322560Z test_result_dtype_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6322640Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6322730Z test_result_dtype_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6322800Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6322900Z test_result_dtype_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6322980Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6323070Z test_result_dtype_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6323150Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6323240Z test_result_dtype_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6323320Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6323410Z test_result_dtype_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6323490Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6323580Z test_result_dtype_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6323650Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6323750Z test_result_dtype_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6323830Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6323910Z test_result_dtype_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6323990Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6324080Z test_result_dtype_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6324240Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6324340Z test_result_dtype_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6324410Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6324510Z test_result_dtype_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6324590Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6324690Z test_result_dtype_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6324780Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6324880Z test_result_dtype_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6324960Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6325060Z test_result_dtype_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6325140Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6325230Z test_result_dtype_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6325350Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6325440Z test_result_dtype_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6325520Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6325620Z test_result_dtype_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6325690Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6325790Z test_result_dtype_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6325870Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6325960Z test_result_dtype_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6326040Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6326130Z test_result_dtype_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6326210Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6326300Z test_result_dtype_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6326380Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6326460Z test_result_dtype_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6326540Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6326630Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6326710Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6326800Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6326870Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6326960Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6327040Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6327130Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6327210Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6327300Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6327370Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6327460Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6327530Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6327630Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6327700Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6327790Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6327870Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6327960Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6328090Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6328180Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6328260Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6328350Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6328420Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6328510Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6328590Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6328680Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6328760Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6328840Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6328920Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6329010Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6329130Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6329220Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6329300Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6329380Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6329460Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6329540Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6329620Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6329710Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6329780Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6329870Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6329950Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6330040Z test_result_dtype_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6330110Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6330200Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6330280Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6330370Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6330440Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6330530Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6330610Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6330690Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6330770Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6330860Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6330940Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6331020Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6331100Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6331190Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6331260Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6331350Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6331430Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6331510Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6331690Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6331780Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6331880Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6331970Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6332060Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6332150Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6332240Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6332330Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6332410Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6332500Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6332580Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6332670Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6332740Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6332830Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6332940Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6333030Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6333100Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6333190Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6333270Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6333350Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6333430Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6333520Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6333590Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6333680Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6333760Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6333850Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6333920Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6334010Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6334090Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6334170Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6334250Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6334330Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6334410Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6334490Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6334570Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6334650Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6334730Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6334820Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6334890Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6334980Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6335050Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6335150Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6335220Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6335310Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6335390Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6335480Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6335550Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6335660Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6335740Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6335820Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T01:35:46.6335900Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T01:35:46.6336260Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:253: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:35:46.6336300Z ret = um.true_divide( 2022-11-23T01:35:46.6336340Z ok (0.003s) 2022-11-23T01:35:46.6336450Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6336560Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6336670Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6336790Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (0.747s) 2022-11-23T01:35:46.6336880Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6336990Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6337100Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6337200Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6337290Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6337380Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.015s) 2022-11-23T01:35:46.6337470Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.015s) 2022-11-23T01:35:46.6337570Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6337670Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6337760Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6337860Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6337940Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.6338040Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-11-23T01:35:46.6338160Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6338300Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:35:46.6339090Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_reductions.py:457: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:35:46.6339150Z torch.sum(x, 0, out=y) 2022-11-23T01:35:46.6339190Z ok (0.001s) 2022-11-23T01:35:46.6339290Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.091s) 2022-11-23T01:35:46.6339420Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6339520Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T01:35:46.6339610Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.105s) 2022-11-23T01:35:46.6339940Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/fromnumeric.py:86: RuntimeWarning: invalid value encountered in reduce 2022-11-23T01:35:46.6340030Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T01:35:46.6340070Z ok (0.005s) 2022-11-23T01:35:46.6340160Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T01:35:46.6340260Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T01:35:46.6340350Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6340440Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6340520Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6340620Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6340710Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.6340890Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T01:35:46.6340990Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.013s) 2022-11-23T01:35:46.6341290Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/fromnumeric.py:3474: RuntimeWarning: Mean of empty slice. 2022-11-23T01:35:46.6341370Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-11-23T01:35:46.6341610Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6341650Z ret = um.true_divide( 2022-11-23T01:35:46.6341880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/fromnumeric.py:3757: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T01:35:46.6341980Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T01:35:46.6342200Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:222: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6342330Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-11-23T01:35:46.6344630Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:253: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:35:46.6344690Z ret = um.true_divide( 2022-11-23T01:35:46.6344920Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:264: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T01:35:46.6345000Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T01:35:46.6345040Z ok (0.007s) 2022-11-23T01:35:46.6345440Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:253: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:35:46.6345490Z ret = um.true_divide( 2022-11-23T01:35:46.6345530Z ok (0.003s) 2022-11-23T01:35:46.6345640Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6345750Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6345860Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6345970Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6346070Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (0.753s) 2022-11-23T01:35:46.6346240Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:35:46.6346330Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6346440Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6346550Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6346650Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6346750Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T01:35:46.6346830Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.108s) 2022-11-23T01:35:46.6346930Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.015s) 2022-11-23T01:35:46.6347020Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.6347110Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T01:35:46.6347200Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-11-23T01:35:46.6347350Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6347450Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6347540Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6347630Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T01:35:46.6347640Z 2022-11-23T01:35:46.6347770Z ---------------------------------------------------------------------- 2022-11-23T01:35:46.6347820Z Ran 3063 tests in 64.658s 2022-11-23T01:35:46.6347830Z 2022-11-23T01:35:46.6347890Z OK (skipped=101, expected failures=51) 2022-11-23T01:35:46.6347890Z 2022-11-23T01:35:46.6347950Z Generating XML reports... 2022-11-23T01:35:46.6348150Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20221123013441.xml 2022-11-23T01:35:46.6348150Z 2022-11-23T01:35:46.6348460Z ##[endgroup] 2022-11-23T01:35:46.6348670Z FINISHED PRINTING LOG FILE of test_reductions (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_reductions_27wlqvzj) 2022-11-23T01:35:46.6348670Z 2022-11-23T01:35:46.6348780Z Running test_sparse_csr ... [2022-11-23 01:35:46.553263] 2022-11-23T01:35:46.6349040Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:46.554470] 2022-11-23T01:36:28.7006460Z 2022-11-23T01:36:28.7006850Z Expand the folded group to see the log file of test_sparse_csr 2022-11-23T01:36:28.7007470Z ##[group]PRINTING LOG FILE of test_sparse_csr (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_sparse_csr_pmjht9y_) 2022-11-23T01:36:28.7008250Z 2022-11-23T01:36:28.7009760Z Running tests... 2022-11-23T01:36:28.7010140Z ---------------------------------------------------------------------- 2022-11-23T01:36:28.7010460Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-11-23T01:36:28.7011270Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:2402: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:36:28.7011860Z return torch.sparse_compressed_tensor(compressed_indices, plain_indices, 2022-11-23T01:36:28.7012040Z ok (0.013s) 2022-11-23T01:36:28.7012230Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T01:36:28.7012530Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7013020Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7013350Z test_addmm_all_sparse_csr_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7013680Z test_addmm_all_sparse_csr_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7014030Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7014370Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7014690Z test_addmm_all_sparse_csr_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7015010Z test_addmm_all_sparse_csr_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7015530Z test_addmm_dense_result_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7015850Z test_addmm_dense_result_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7016170Z test_addmm_dense_result_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7016480Z test_addmm_dense_result_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7016790Z test_addmm_dense_result_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7017110Z test_addmm_dense_result_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7017420Z test_addmm_dense_result_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7017740Z test_addmm_dense_result_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7018040Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7018350Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7018670Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7018990Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7019340Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7019660Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7019980Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7020300Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7020600Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7020990Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7021310Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7021630Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7021950Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7022280Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7022600Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7022930Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7023290Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7023600Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7023930Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7024240Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7024550Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7024870Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7025190Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7025500Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7025810Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7026140Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7026460Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7026770Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7027080Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7027390Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7027700Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7028010Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7028320Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7028670Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7028990Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7029320Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7029640Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7039150Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7039520Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7039860Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7040260Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7040590Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7040920Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7041230Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7041550Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7041860Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7042180Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7042500Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7042820Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7043130Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7043450Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7043760Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7044100Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7044410Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7044720Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7045030Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7045340Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7045730Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7046060Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7046380Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7046690Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7047000Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7047300Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7047660Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7047950Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7048250Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7048560Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7048870Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7049170Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7049490Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7049790Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7050090Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7050390Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7050690Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7050990Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7051300Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7051590Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7051900Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7052200Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7052490Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7052840Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7053160Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7053480Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7053790Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7054100Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7054420Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7054730Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7055080Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7055380Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7055680Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7055980Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7056290Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7056600Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7057730Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7058060Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7058400Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7058710Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7059030Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7059360Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7059690Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7060020Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7060320Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7060650Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7060970Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7061340Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7061670Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7061990Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7062320Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7062650Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7062930Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-11-23T01:36:28.7063230Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7063570Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T01:36:28.7063860Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: MKL Sparse is not available (0.001s) 2022-11-23T01:36:28.7064150Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7064420Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7064760Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7065140Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7065530Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7065910Z test_autograd_sparse_csr_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7066280Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7066660Z test_autograd_sparse_csr_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7067040Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7067430Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7067810Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7068170Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7068520Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7068840Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7069120Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7069390Z test_autograd_sparse_csr_unary_deg2rad_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7069740Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7070110Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7070480Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7070840Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7071140Z test_autograd_sparse_csr_unary_frac_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7071440Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7071820Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7072160Z test_autograd_sparse_csr_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7072500Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7072850Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7073200Z test_autograd_sparse_csr_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7074030Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/__init__.py:197: UserWarning: log1p_backward: received self with sparse layout, but backward requires materialization of a dense tensor with this shape (Triggered internally at /Users/runner/work/pytorch/pytorch/torch/csrc/autograd/FunctionsManual.cpp:4849.) 2022-11-23T01:36:28.7074560Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T01:36:28.7074740Z ok (0.001s) 2022-11-23T01:36:28.7074930Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7075180Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7075450Z test_autograd_sparse_csr_unary_nn_functional_relu_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7075720Z test_autograd_sparse_csr_unary_positive_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7075980Z test_autograd_sparse_csr_unary_positive_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7076230Z test_autograd_sparse_csr_unary_rad2deg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7076530Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7076880Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7077240Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7077660Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7078030Z test_autograd_sparse_csr_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7078400Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7078750Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7079100Z test_autograd_sparse_csr_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7079450Z test_autograd_sparse_csr_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7079870Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7080210Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7080540Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7080880Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7081210Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7081550Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7081880Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.001s) 2022-11-23T01:36:28.7082180Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.001s) 2022-11-23T01:36:28.7082440Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.001s) 2022-11-23T01:36:28.7082700Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.001s) 2022-11-23T01:36:28.7082950Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.001s) 2022-11-23T01:36:28.7083240Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7083570Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7083900Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7084220Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7084540Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7084870Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7085230Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7085550Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7085870Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7086190Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7086510Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7086830Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7087190Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7087510Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7087830Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7088150Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7088470Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7088790Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7089110Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7089430Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7089750Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7090080Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7090390Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7090710Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7091030Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7091360Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7091680Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7091990Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7092350Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7092680Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7093000Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7093310Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7093630Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7093950Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7094350Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7094660Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7094980Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7095300Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7095620Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7095930Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7096250Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7096570Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7096890Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7097200Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7097520Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7097840Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7098160Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7098470Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7098790Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7099110Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7099460Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7099780Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7100110Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7100430Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7100740Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7101060Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7101370Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7101760Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7102080Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7102400Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7102710Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7103040Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7103360Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7103670Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7104000Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7104350Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7104690Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7105030Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7105370Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7105710Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7106040Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7106370Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7106780Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7107120Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7107460Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7107790Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7108130Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7108470Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7108850Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7109180Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7109510Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7109850Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7110190Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7110550Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7110890Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7111250Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7111600Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7111930Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7112260Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7112600Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7112940Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7113270Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7113600Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7113980Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7114350Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7114680Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7114970Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.001s) 2022-11-23T01:36:28.7115220Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.001s) 2022-11-23T01:36:28.7115460Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.001s) 2022-11-23T01:36:28.7115710Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.001s) 2022-11-23T01:36:28.7115970Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7116270Z This test performs a smoke test for covered conversion and verifies ... ok (0.021s) 2022-11-23T01:36:28.7116520Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7116770Z This test performs a smoke test for covered conversion and verifies ... ok (0.021s) 2022-11-23T01:36:28.7117020Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7117270Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T01:36:28.7117510Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7117750Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T01:36:28.7118000Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7118240Z This test performs a smoke test for covered conversion and verifies ... ok (0.021s) 2022-11-23T01:36:28.7118480Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7118720Z This test performs a smoke test for covered conversion and verifies ... ok (0.021s) 2022-11-23T01:36:28.7118960Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7119200Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T01:36:28.7119440Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7119680Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-11-23T01:36:28.7119920Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7120160Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T01:36:28.7120400Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7120640Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T01:36:28.7120890Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7121120Z This test performs a smoke test for covered conversion and verifies ... ok (0.002s) 2022-11-23T01:36:28.7121370Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7121600Z This test performs a smoke test for covered conversion and verifies ... ok (0.002s) 2022-11-23T01:36:28.7130090Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7130470Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T01:36:28.7130720Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7130960Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T01:36:28.7131200Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7131440Z This test performs a smoke test for covered conversion and verifies ... ok (0.002s) 2022-11-23T01:36:28.7131680Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7131920Z This test performs a smoke test for covered conversion and verifies ... ok (0.002s) 2022-11-23T01:36:28.7132150Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7132380Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7132610Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7132880Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7133110Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7133340Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7133560Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7133780Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7134000Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7134210Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7134430Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7134650Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7134910Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7135170Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7135390Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7135620Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7135850Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7136080Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7136300Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7136520Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7136740Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7136960Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7137180Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7137390Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7137610Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7137820Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7138040Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7138290Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7138570Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7138880Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7139210Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7139880Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:36:28.7140270Z warnings.warn(message, UserWarning) 2022-11-23T01:36:28.7140400Z ok (0.002s) 2022-11-23T01:36:28.7140560Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T01:36:28.7140790Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7141040Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T01:36:28.7141320Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7141560Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7141790Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T01:36:28.7142040Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7142280Z This test tests conversion from dense to/from CSR and CSC ... ok (0.006s) 2022-11-23T01:36:28.7142520Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7142760Z This test tests conversion from dense to/from CSR and CSC ... ok (0.062s) 2022-11-23T01:36:28.7143000Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7143230Z This test tests conversion from dense to/from CSR and CSC ... ok (0.005s) 2022-11-23T01:36:28.7143470Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7143710Z This test tests conversion from dense to/from CSR and CSC ... ok (0.008s) 2022-11-23T01:36:28.7143940Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7144170Z This test tests conversion from dense to/from CSR and CSC ... ok (0.005s) 2022-11-23T01:36:28.7144410Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7144640Z This test tests conversion from dense to/from CSR and CSC ... ok (0.060s) 2022-11-23T01:36:28.7144880Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7145110Z This test tests conversion from dense to/from CSR and CSC ... ok (0.005s) 2022-11-23T01:36:28.7145350Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7145580Z This test tests conversion from dense to/from CSR and CSC ... ok (0.008s) 2022-11-23T01:36:28.7145810Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7146040Z This test tests conversion from dense to/from CSR and CSC ... ok (0.006s) 2022-11-23T01:36:28.7146270Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7146500Z This test tests conversion from dense to/from CSR and CSC ... ok (0.024s) 2022-11-23T01:36:28.7146730Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7146970Z This test tests conversion from dense to/from CSR and CSC ... ok (0.005s) 2022-11-23T01:36:28.7147250Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7147490Z This test tests conversion from dense to/from CSR and CSC ... ok (0.005s) 2022-11-23T01:36:28.7147720Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7147950Z This test tests conversion from dense to/from CSR and CSC ... ok (0.006s) 2022-11-23T01:36:28.7148180Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7148410Z This test tests conversion from dense to/from CSR and CSC ... ok (0.024s) 2022-11-23T01:36:28.7148640Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7148870Z This test tests conversion from dense to/from CSR and CSC ... ok (0.005s) 2022-11-23T01:36:28.7149100Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7149340Z This test tests conversion from dense to/from CSR and CSC ... ok (0.005s) 2022-11-23T01:36:28.7149630Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7149880Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7150120Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7150360Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7150590Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7150830Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7151050Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7151280Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7151510Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7151740Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7151970Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7152190Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7152420Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7152640Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7152870Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7153090Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7153300Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7153510Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7153720Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7153920Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7154130Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7154360Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:36:28.7154600Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-11-23T01:36:28.7154860Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7155090Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-11-23T01:36:28.7155280Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-11-23T01:36:28.7155910Z test_resize_as_sparse_compressed_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/EmptyTensor.cpp:32.) 2022-11-23T01:36:28.7156340Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T01:36:28.7156480Z ok (0.022s) 2022-11-23T01:36:28.7156670Z test_resize_as_sparse_compressed_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-11-23T01:36:28.7156920Z test_resize_as_sparse_compressed_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-11-23T01:36:28.7157170Z test_resize_as_sparse_compressed_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-11-23T01:36:28.7157420Z test_resize_as_sparse_compressed_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-11-23T01:36:28.7157660Z test_resize_as_sparse_compressed_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-11-23T01:36:28.7157940Z test_resize_as_sparse_compressed_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-11-23T01:36:28.7158190Z test_resize_as_sparse_compressed_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-11-23T01:36:28.7158410Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7158610Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7158810Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7159020Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7159220Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7163820Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7164030Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7164230Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7164430Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7164620Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7164810Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7165000Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7165200Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7165480Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7165710Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7165940Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7166170Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7166390Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7166600Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7166800Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7167000Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7167200Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7167400Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7167600Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7167820Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T01:36:28.7168060Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T01:36:28.7168340Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T01:36:28.7168570Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T01:36:28.7168790Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-11-23T01:36:28.7169010Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-11-23T01:36:28.7169220Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-11-23T01:36:28.7169420Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-11-23T01:36:28.7169660Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:36:28.7169910Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:36:28.7170170Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:36:28.7170420Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:36:28.7170710Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:36:28.7170970Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:36:28.7171230Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:36:28.7171480Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:36:28.7171720Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7171950Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7172170Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7172410Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7172630Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7172850Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7173100Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7173320Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7173560Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7173780Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7174010Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7174230Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7174460Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7174690Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7174920Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7175160Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7175390Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7175610Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7175840Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7176060Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7176280Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7176540Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7176760Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7176980Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7177210Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7177440Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7177670Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7177910Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7178130Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7178360Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7178610Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7178830Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7179050Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7179280Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7179500Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7179720Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7179950Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7180170Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7180410Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7180640Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7180870Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7181100Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7181320Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7181540Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7181760Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7181980Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7182200Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7182430Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7182650Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7182880Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7183110Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7183340Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7183580Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7183800Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7184020Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7184240Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7184540Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7184760Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7184980Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7185200Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7185430Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7185660Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7185890Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7186120Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7186350Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7186570Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7186840Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7187060Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7187280Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7187500Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7187720Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7187940Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7188170Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7188390Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7188620Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7188860Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7189080Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7189310Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7189530Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7189760Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7189980Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7190190Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7190410Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7190630Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7190860Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7191080Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7191320Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T01:36:28.7199300Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7199540Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7199760Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7199990Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7200210Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7200550Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7200780Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7201000Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7201220Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T01:36:28.7201480Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7201770Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7202050Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7202320Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7202580Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7202860Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7203090Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7203320Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7203550Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7203770Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7203990Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7204210Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7204430Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7204660Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7204890Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7205130Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7205360Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7205580Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7205800Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7206020Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7206240Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7206460Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7206680Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7206910Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7207140Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7207370Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7207600Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7207840Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7208080Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7208310Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7208530Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7208750Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7209020Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7209240Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7209460Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7209690Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7209910Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7210140Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7210370Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7210600Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7210830Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7211050Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7211330Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7211550Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7211780Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7212000Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7212220Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7212440Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7212680Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7212920Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7213170Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7213420Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7213660Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7213900Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7214130Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7214360Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7214600Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7214840Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7215070Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7215310Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7215590Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7215910Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7216220Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7216540Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7216850Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7217200Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7217510Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7217810Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7218120Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7218420Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7218720Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7219020Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7219330Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7219570Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7219810Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7220060Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7220310Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7220550Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7220780Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7221020Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7221250Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7221480Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7221720Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7221960Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7222200Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7222440Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7222700Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7222940Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7223180Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7223420Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7223660Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7223890Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7224130Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7224360Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7224600Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7224830Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7225130Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7225380Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7225620Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7225870Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7226100Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7226340Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7226570Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7226800Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7227040Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7227330Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7227570Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7227820Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7228060Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7228310Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7228550Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7228790Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7232910Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7233150Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7233390Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7233620Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7233860Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7234100Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7234340Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7234580Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7234820Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7235050Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7235290Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7235530Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7235780Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7236040Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7236300Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7236560Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7236830Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7237160Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7237420Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7237670Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7237920Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7238170Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7238410Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7238660Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7238910Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7239230Z test_sparse_csr_unary_inplace_deg2rad_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7239520Z test_sparse_csr_unary_inplace_deg2rad_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7239770Z test_sparse_csr_unary_inplace_deg2rad_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7240010Z test_sparse_csr_unary_inplace_deg2rad_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7240260Z test_sparse_csr_unary_inplace_deg2rad_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7240500Z test_sparse_csr_unary_inplace_deg2rad_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7240740Z test_sparse_csr_unary_inplace_deg2rad_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7240970Z test_sparse_csr_unary_inplace_deg2rad_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7241220Z test_sparse_csr_unary_inplace_deg2rad_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7241460Z test_sparse_csr_unary_inplace_deg2rad_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7241710Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7241940Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7242180Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7242420Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7242660Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7242890Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7243130Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7243360Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7243600Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7243840Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7244080Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7244320Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7244570Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7244810Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7245050Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7245290Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7245570Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7245800Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7246050Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7246290Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7246540Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7246780Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7247020Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7247250Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7247490Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7247770Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7248010Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7248240Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7248480Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7248720Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7248960Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7249190Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7249430Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7249660Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7249900Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7250130Z test_sparse_csr_unary_inplace_frac_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7250380Z test_sparse_csr_unary_inplace_frac_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7250620Z test_sparse_csr_unary_inplace_frac_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7250860Z test_sparse_csr_unary_inplace_frac_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7251140Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7251450Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7251790Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7252100Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7252410Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7252720Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7253030Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7253370Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7253670Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7253980Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7254280Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7254580Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7254880Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7255180Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7255520Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7255830Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7256140Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7256450Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7256750Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7257060Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7257360Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7257660Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7257960Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7258260Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7258550Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7258860Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7259170Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7259480Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7259790Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7260100Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7260400Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7260710Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7261060Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7261370Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7261670Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7261980Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7262290Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7262590Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7262900Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7263250Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7263550Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7263850Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7264150Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7264450Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7264760Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7265040Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7268930Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7269170Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7269410Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7269650Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7269890Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7270120Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7270360Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7270600Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7270840Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7271090Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7271340Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7271580Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7271810Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7272050Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7272280Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7272560Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7272800Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7273040Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7273280Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7273510Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7273800Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7274130Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7274450Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7274820Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7275130Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7275450Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7275760Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7276090Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7276400Z test_sparse_csr_unary_inplace_positive_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7276730Z test_sparse_csr_unary_inplace_positive_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7277040Z test_sparse_csr_unary_inplace_positive_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7277360Z test_sparse_csr_unary_inplace_positive_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7277670Z test_sparse_csr_unary_inplace_positive_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7278000Z test_sparse_csr_unary_inplace_positive_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7278310Z test_sparse_csr_unary_inplace_positive_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7278610Z test_sparse_csr_unary_inplace_positive_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7278920Z test_sparse_csr_unary_inplace_positive_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7279230Z test_sparse_csr_unary_inplace_positive_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7279540Z test_sparse_csr_unary_inplace_positive_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7279850Z test_sparse_csr_unary_inplace_positive_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7280190Z test_sparse_csr_unary_inplace_rad2deg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7280440Z test_sparse_csr_unary_inplace_rad2deg_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7280690Z test_sparse_csr_unary_inplace_rad2deg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7280940Z test_sparse_csr_unary_inplace_rad2deg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7281180Z test_sparse_csr_unary_inplace_rad2deg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7281430Z test_sparse_csr_unary_inplace_rad2deg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7281670Z test_sparse_csr_unary_inplace_rad2deg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7281910Z test_sparse_csr_unary_inplace_rad2deg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7282150Z test_sparse_csr_unary_inplace_rad2deg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7282430Z test_sparse_csr_unary_inplace_rad2deg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T01:36:28.7282680Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7282920Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7283160Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7283390Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7283630Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7283860Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7284090Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7284330Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7284560Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7284800Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7285050Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7285290Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7285530Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7285770Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7286000Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7286230Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7286470Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7286700Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7286940Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7287170Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7287410Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7287650Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7287880Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7288120Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7288390Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7288630Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7288870Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7289100Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7289330Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7289570Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7289800Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7290080Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7290390Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7290740Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7291050Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7291350Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7291660Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7291960Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7292270Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7292570Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7292870Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T01:36:28.7293140Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7293380Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7293630Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7293870Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7294120Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7294360Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7294590Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7294830Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7295060Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7295300Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7295550Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7295800Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7296030Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7296320Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7296580Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7296820Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7297060Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7297300Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7297530Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7297760Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7298000Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7298240Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7298530Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7298770Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7299010Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7299250Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7299500Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7299730Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7299970Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7300210Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7304140Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7304370Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7304610Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7304840Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7305080Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7305330Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7305570Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7305810Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7306050Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7306290Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7306520Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7306760Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7306990Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7307220Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7307460Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7307690Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7307940Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7308270Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7308520Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7308760Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7308990Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7309230Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7309460Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7309690Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7309920Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7310170Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7310450Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7310690Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7310930Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7311170Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7311410Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7311650Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7311890Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7312120Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7312800Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Copy.cpp:275.) 2022-11-23T01:36:28.7313230Z return self.op(*args, **kwargs) 2022-11-23T01:36:28.7313360Z ok (0.001s) 2022-11-23T01:36:28.7313540Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7313780Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7314010Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7314250Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7314480Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7314710Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7314940Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7315160Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7315380Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7315610Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7315850Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7316090Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7316330Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7316610Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7316850Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7317080Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7317310Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7317540Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7317770Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7318000Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7318230Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7318460Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7318730Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7318960Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7319200Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7319430Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7319670Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7319910Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7320140Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7320370Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7320600Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7320830Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7321060Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7321290Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7321520Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7321760Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7322000Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7322230Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7322470Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7322700Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7322930Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7323160Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7323390Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7323620Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7323850Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7324080Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7324320Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7324560Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7324830Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7325060Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7325300Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7325520Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7325750Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7325980Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7326210Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7326440Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7326670Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7326940Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7327180Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7327420Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7327650Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7327880Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7328110Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7328340Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7328570Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7328680Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7328780Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7328890Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7329000Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7329110Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7329210Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7329310Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7329420Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7329520Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7329640Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7329760Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7329880Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7330000Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7330120Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7330230Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7330350Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7330460Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7330650Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7330770Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7330880Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7330990Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7331100Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7331210Z test_sparse_csr_unary_out_deg2rad_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7331320Z test_sparse_csr_unary_out_deg2rad_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7331430Z test_sparse_csr_unary_out_deg2rad_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7331540Z test_sparse_csr_unary_out_deg2rad_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7331690Z test_sparse_csr_unary_out_deg2rad_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7331800Z test_sparse_csr_unary_out_deg2rad_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7331910Z test_sparse_csr_unary_out_deg2rad_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7332010Z test_sparse_csr_unary_out_deg2rad_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7332120Z test_sparse_csr_unary_out_deg2rad_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7332220Z test_sparse_csr_unary_out_deg2rad_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7332330Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7332440Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7332540Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7332650Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7332760Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7336380Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7336490Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7336590Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7336690Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7336800Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7336910Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7337020Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7337130Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7337230Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7337340Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7337440Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7337550Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7337650Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7337760Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7337950Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7338060Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7338170Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7338270Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7338370Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7338480Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7338580Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7338690Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7338790Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7338900Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7339040Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7339200Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7339300Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7339410Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7339510Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7339610Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7339720Z test_sparse_csr_unary_out_frac_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7339830Z test_sparse_csr_unary_out_frac_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7339940Z test_sparse_csr_unary_out_frac_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7340040Z test_sparse_csr_unary_out_frac_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7340180Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7340320Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7340460Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7340600Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7340730Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7340870Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7341010Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7341140Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7341270Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7341400Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7341520Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7341660Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7341850Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7341990Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7342120Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7342250Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7342390Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7342520Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7342650Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7342780Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7342950Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7343080Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7343200Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7343330Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7343460Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7343570Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7343680Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7343790Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7343900Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344010Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344120Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344230Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344330Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344440Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344550Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344660Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344770Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344870Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7344980Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7345090Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7345190Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7345300Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7345400Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7345540Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7345650Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7345750Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7345860Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7345970Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7346070Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7346180Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7346280Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7346390Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7346530Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7346630Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7346740Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7346850Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7346950Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7347060Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7347160Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7347270Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7347380Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7347490Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7347590Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7347690Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7347790Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7347900Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7348050Z test_sparse_csr_unary_out_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7348190Z test_sparse_csr_unary_out_nn_functional_relu_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7348330Z test_sparse_csr_unary_out_nn_functional_relu_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7348480Z test_sparse_csr_unary_out_nn_functional_relu_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7348620Z test_sparse_csr_unary_out_nn_functional_relu_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7348750Z test_sparse_csr_unary_out_nn_functional_relu_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7348890Z test_sparse_csr_unary_out_nn_functional_relu_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7349040Z test_sparse_csr_unary_out_nn_functional_relu_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7349180Z test_sparse_csr_unary_out_positive_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7349370Z test_sparse_csr_unary_out_positive_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7349510Z test_sparse_csr_unary_out_positive_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7349640Z test_sparse_csr_unary_out_positive_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7349780Z test_sparse_csr_unary_out_positive_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7349910Z test_sparse_csr_unary_out_positive_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7350040Z test_sparse_csr_unary_out_positive_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7350180Z test_sparse_csr_unary_out_positive_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7350360Z test_sparse_csr_unary_out_positive_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7350500Z test_sparse_csr_unary_out_positive_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7350630Z test_sparse_csr_unary_out_positive_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7350760Z test_sparse_csr_unary_out_positive_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:36:28.7350880Z test_sparse_csr_unary_out_rad2deg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7350990Z test_sparse_csr_unary_out_rad2deg_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7351100Z test_sparse_csr_unary_out_rad2deg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7351210Z test_sparse_csr_unary_out_rad2deg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7351320Z test_sparse_csr_unary_out_rad2deg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7351420Z test_sparse_csr_unary_out_rad2deg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7351530Z test_sparse_csr_unary_out_rad2deg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7351640Z test_sparse_csr_unary_out_rad2deg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7351740Z test_sparse_csr_unary_out_rad2deg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7351850Z test_sparse_csr_unary_out_rad2deg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7351960Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7352060Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7352170Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7352270Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7352380Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7352490Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7352590Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7352690Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7352800Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7352910Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353050Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353160Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353260Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353370Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353470Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353570Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353670Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353780Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353880Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7353980Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7354130Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7354230Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7354340Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7354440Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7354550Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7354650Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7354760Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7354860Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7354970Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7355070Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7355170Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7355290Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7355390Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7355510Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7355610Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7355720Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7355830Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7355930Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7356040Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7356140Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7356240Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7356350Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7356450Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7356560Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7356670Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7356810Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7356920Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7357030Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7357130Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7357230Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7357330Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7357440Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7357540Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7357640Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7357750Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7357900Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358010Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358110Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358220Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358320Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358430Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358530Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358630Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358740Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358850Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7358950Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7359060Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7359170Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7359270Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7359380Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7359480Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7359580Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7359690Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7359790Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7359900Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360000Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360120Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360220Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360330Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360430Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360570Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360670Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360770Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360880Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7360980Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7361090Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7361190Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7361300Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7361410Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7361510Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7361650Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7361760Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7361860Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7361960Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7362060Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7362160Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7362280Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7362380Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7362490Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7362600Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7362700Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7362810Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7362910Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7363010Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7363150Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7363280Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7363420Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7366890Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:36:28.7367020Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7367130Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.001s) 2022-11-23T01:36:28.7367240Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7367350Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.001s) 2022-11-23T01:36:28.7367460Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7367570Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.005s) 2022-11-23T01:36:28.7367770Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-11-23T01:36:28.7367870Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.005s) 2022-11-23T01:36:28.7368020Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7368170Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7368310Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7368450Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:36:28.7368540Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7368640Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7368730Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7368880Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7368970Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7369060Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7369150Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T01:36:28.7369230Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7369320Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7369410Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7369490Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7369580Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T01:36:28.7369690Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.798s) 2022-11-23T01:36:28.7369800Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.785s) 2022-11-23T01:36:28.7369910Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.800s) 2022-11-23T01:36:28.7370020Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.801s) 2022-11-23T01:36:28.7370120Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.797s) 2022-11-23T01:36:28.7370230Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.795s) 2022-11-23T01:36:28.7370330Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.794s) 2022-11-23T01:36:28.7370430Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.787s) 2022-11-23T01:36:28.7370540Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.786s) 2022-11-23T01:36:28.7370640Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.785s) 2022-11-23T01:36:28.7370750Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.786s) 2022-11-23T01:36:28.7370850Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.787s) 2022-11-23T01:36:28.7370950Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.802s) 2022-11-23T01:36:28.7371050Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.791s) 2022-11-23T01:36:28.7371160Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.806s) 2022-11-23T01:36:28.7371270Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.807s) 2022-11-23T01:36:28.7371370Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.802s) 2022-11-23T01:36:28.7371470Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.800s) 2022-11-23T01:36:28.7371580Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.800s) 2022-11-23T01:36:28.7371720Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.793s) 2022-11-23T01:36:28.7371820Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.793s) 2022-11-23T01:36:28.7371920Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.792s) 2022-11-23T01:36:28.7372020Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.792s) 2022-11-23T01:36:28.7372120Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.793s) 2022-11-23T01:36:28.7372230Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.380s) 2022-11-23T01:36:28.7372330Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.374s) 2022-11-23T01:36:28.7372430Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.381s) 2022-11-23T01:36:28.7372540Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.383s) 2022-11-23T01:36:28.7372640Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.380s) 2022-11-23T01:36:28.7372780Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.379s) 2022-11-23T01:36:28.7372880Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.379s) 2022-11-23T01:36:28.7372980Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.375s) 2022-11-23T01:36:28.7373080Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.375s) 2022-11-23T01:36:28.7373180Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.375s) 2022-11-23T01:36:28.7373280Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.375s) 2022-11-23T01:36:28.7373380Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.375s) 2022-11-23T01:36:28.7373480Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.383s) 2022-11-23T01:36:28.7373580Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.377s) 2022-11-23T01:36:28.7373690Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.385s) 2022-11-23T01:36:28.7373790Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.385s) 2022-11-23T01:36:28.7373890Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.383s) 2022-11-23T01:36:28.7373990Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.383s) 2022-11-23T01:36:28.7374090Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.382s) 2022-11-23T01:36:28.7374190Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.378s) 2022-11-23T01:36:28.7374290Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.383s) 2022-11-23T01:36:28.7374390Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.380s) 2022-11-23T01:36:28.7374490Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.378s) 2022-11-23T01:36:28.7374590Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.378s) 2022-11-23T01:36:28.7374710Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7374840Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7374960Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7375080Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7375200Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7375320Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7375440Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7375590Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7375710Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7375820Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7375940Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7376060Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7376180Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7376300Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7376430Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7376590Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7376710Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7376830Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7376950Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7377070Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7377180Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7377300Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7377410Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7377530Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7377650Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7377770Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7377890Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7378010Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7378130Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7378250Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7378370Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7378480Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7378600Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7378720Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7378830Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7378960Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7379070Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7379190Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7379350Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7379470Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7379590Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7379710Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7379830Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7379940Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7380060Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7380170Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7380320Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7380440Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7380560Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7380680Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7380800Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7380920Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7381030Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7381150Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7381260Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7381380Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7381490Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7381620Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7381730Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7381850Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7381980Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7382100Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7382220Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7382330Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7382450Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7382560Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7382680Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7382790Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7382910Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7383080Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7383200Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7383310Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7383430Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7383540Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7383650Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7383760Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7383900Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7384020Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7384210Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7384340Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7384470Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7384600Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7384730Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7384850Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7384980Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7385100Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7385220Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7385350Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7385470Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7385590Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7385710Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7385840Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7385960Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7386080Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7386200Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7386320Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7386440Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7386560Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7386680Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7386800Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7386950Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7387070Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7387190Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7387300Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7387420Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7387530Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7387650Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7387760Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7387930Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7388040Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7388160Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7388290Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7388400Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7388520Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7388630Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7388750Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7388870Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7388990Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7389100Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7389220Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7389340Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7389460Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7389580Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7389690Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7389810Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7389920Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7390040Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7390160Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7390280Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7390390Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7390510Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7390660Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7390780Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7390890Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7391010Z test_zero_to_zero_correspondence_unary_frac_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7391130Z test_zero_to_zero_correspondence_unary_frac_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7391240Z test_zero_to_zero_correspondence_unary_frac_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7391360Z test_zero_to_zero_correspondence_unary_frac_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7391470Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7391590Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7391750Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7391880Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7392000Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7392120Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7392230Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7392350Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7392470Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7392580Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7392700Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7392810Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7392920Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7393040Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7393170Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7393290Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7393410Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7393530Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7393650Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7393760Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7393870Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7393990Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7394100Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7394220Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7394390Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7394520Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7398100Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7398230Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7398350Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7398470Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7398600Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7398720Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7398840Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7399010Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7399130Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7399260Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7399370Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7399490Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7399610Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7399730Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7399850Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7399970Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7400090Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7400210Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7400330Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7400440Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7400560Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7400680Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7400800Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7400920Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7401040Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7401150Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7401270Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7401390Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7401510Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7401700Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7401820Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7401940Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7402050Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7402170Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7402280Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7402400Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7402510Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7402630Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7402790Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7402910Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7403050Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7403180Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7403310Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7403440Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7403570Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7403700Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7403830Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7403950Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7404080Z test_zero_to_zero_correspondence_unary_positive_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7404210Z test_zero_to_zero_correspondence_unary_positive_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7404330Z test_zero_to_zero_correspondence_unary_positive_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7404450Z test_zero_to_zero_correspondence_unary_positive_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7404580Z test_zero_to_zero_correspondence_unary_positive_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7404700Z test_zero_to_zero_correspondence_unary_positive_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7404820Z test_zero_to_zero_correspondence_unary_positive_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7404940Z test_zero_to_zero_correspondence_unary_positive_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7405060Z test_zero_to_zero_correspondence_unary_positive_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7405180Z test_zero_to_zero_correspondence_unary_positive_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7405300Z test_zero_to_zero_correspondence_unary_positive_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7405450Z test_zero_to_zero_correspondence_unary_positive_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7405580Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7405700Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7405820Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7405940Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7406060Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7406180Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7406300Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7406420Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7406570Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7406690Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7406810Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7406920Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7407040Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7407160Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7407280Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7407390Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7407510Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7407630Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7407740Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7407860Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7407980Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7408100Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7408220Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7408340Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7408450Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7408560Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7408680Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7408800Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7408910Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7409030Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7409140Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7409300Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7409410Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7409530Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7409650Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7409770Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7409890Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7410000Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7410110Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7410260Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7410380Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7410500Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7410620Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7410740Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7410870Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7410990Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7411110Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7411230Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7411350Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7411470Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7411580Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7411700Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7411820Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7411940Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7412060Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7412180Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7412290Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7412410Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7412520Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7412630Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7412750Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7412860Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7413010Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7413120Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7413250Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7413370Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7413480Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7413600Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7413720Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7413830Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7413940Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7414090Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7414200Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7414320Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7414440Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7414560Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7414680Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7414800Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7414920Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7415040Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7415150Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7415270Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7415380Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7415500Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7415620Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7415730Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7415850Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7415970Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7416090Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7416210Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7416320Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7416430Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7416540Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7416660Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7416830Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7416960Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7417070Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7417190Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7417310Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7417430Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7417540Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7417660Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7417820Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7417930Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7418040Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7418160Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7418280Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7418400Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7418510Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7418640Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7418750Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7418870Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7418990Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7419100Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T01:36:28.7419200Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.121s) 2022-11-23T01:36:28.7419320Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7419430Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7419550Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7419670Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7419780Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7419890Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7419990Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7420100Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7420210Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7420310Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7420420Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7420530Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7420700Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7420820Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7420930Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7421040Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7421150Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7421260Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7421360Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7421470Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7421570Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7421710Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7421820Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7421920Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7422030Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7422140Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7422250Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7422360Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7422470Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7422580Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7422690Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7422800Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7422910Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423010Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423120Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423220Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423330Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423440Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423560Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423670Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423780Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423880Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7423990Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7424090Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7424200Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7424300Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7424410Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7424510Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7424670Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7424790Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7424920Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7425040Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7425160Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7425280Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7425390Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7425510Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7425660Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7425780Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7425900Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7426010Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7426130Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7429520Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7429650Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7429780Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7429900Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7430020Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7430140Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7430260Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7430370Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7430490Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7430610Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7430720Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7430840Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7430960Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7431090Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7431210Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7431330Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7431450Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7431560Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7431680Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7431840Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7431950Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7432070Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7432190Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7432310Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7432430Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7432560Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7432680Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7432800Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7432940Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7433060Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7433170Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7433290Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7433400Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7433520Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7433630Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7433760Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7433880Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7434000Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7434120Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7434230Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7434350Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7434460Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7434580Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7434690Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7434810Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7434930Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7435060Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7435180Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7435300Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7435420Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7435530Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7435650Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7435810Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7435930Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7436040Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7436150Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7436270Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7436390Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7436510Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7436620Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7436740Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7436900Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7437010Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7437150Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7437270Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7437410Z test_consistency_SparseBSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7437540Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7437660Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7437790Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7437920Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7438050Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7438180Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7438300Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7438420Z test_consistency_SparseBSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7438550Z test_consistency_SparseBSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7438670Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7438800Z test_consistency_SparseBSC_deg2rad_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7438920Z test_consistency_SparseBSC_deg2rad_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7439040Z test_consistency_SparseBSC_deg2rad_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7439210Z test_consistency_SparseBSC_deg2rad_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7439330Z test_consistency_SparseBSC_deg2rad_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7439450Z test_consistency_SparseBSC_deg2rad_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7439570Z test_consistency_SparseBSC_deg2rad_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7439750Z test_consistency_SparseBSC_deg2rad_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7439870Z test_consistency_SparseBSC_deg2rad_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7439990Z test_consistency_SparseBSC_deg2rad_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7440110Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7440220Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7440340Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7440460Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7440570Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7440690Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7440840Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7440950Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7441070Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7441190Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7441310Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7441430Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7441550Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7441670Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7441790Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7441900Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7442020Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7442130Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7442250Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7442370Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7442490Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7442610Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7442730Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7442840Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7442950Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7443070Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7443180Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7443300Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7443420Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7443540Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7443690Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7443810Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7443920Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7444040Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7444150Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7444270Z test_consistency_SparseBSC_frac_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7444390Z test_consistency_SparseBSC_frac_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7444500Z test_consistency_SparseBSC_frac_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7444620Z test_consistency_SparseBSC_frac_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7444780Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7444900Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7445020Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7445140Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7445260Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7445380Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7445500Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7445620Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7445730Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7445850Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7445960Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7446080Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7446190Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7446310Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7446430Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7446550Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7446680Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7446800Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7446920Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7447030Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7447150Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7447260Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7447370Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7447550Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7447660Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7447790Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7447910Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7448030Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7448150Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7448270Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7448400Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7448520Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7448670Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7448790Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7448910Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7449030Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7449150Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7449270Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7449390Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7449510Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7449630Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7449750Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7449870Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7449990Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7450110Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7450230Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7450340Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7450460Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7450580Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7450700Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7450820Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7450930Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7451040Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7451160Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7451350Z test_consistency_SparseBSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7451570Z test_consistency_SparseBSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7451750Z test_consistency_SparseBSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7451930Z test_consistency_SparseBSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7452100Z test_consistency_SparseBSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7452280Z test_consistency_SparseBSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7452460Z test_consistency_SparseBSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7452680Z test_consistency_SparseBSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7452850Z test_consistency_SparseBSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7453030Z test_consistency_SparseBSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7453210Z test_consistency_SparseBSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7453380Z test_consistency_SparseBSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7453550Z test_consistency_SparseBSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7453730Z test_consistency_SparseBSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7453900Z test_consistency_SparseBSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7454070Z test_consistency_SparseBSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7454250Z test_consistency_SparseBSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7454420Z test_consistency_SparseBSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7454600Z test_consistency_SparseBSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7454770Z test_consistency_SparseBSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7454960Z test_consistency_SparseBSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7455170Z test_consistency_SparseBSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7455350Z test_consistency_SparseBSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7455530Z test_consistency_SparseBSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7455700Z test_consistency_SparseBSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7455870Z test_consistency_SparseBSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7456050Z test_consistency_SparseBSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7456250Z test_consistency_SparseBSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7456430Z test_consistency_SparseBSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7456600Z test_consistency_SparseBSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7456780Z test_consistency_SparseBSC_masked_prod_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7456950Z test_consistency_SparseBSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7457140Z test_consistency_SparseBSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7457320Z test_consistency_SparseBSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7457500Z test_consistency_SparseBSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7457670Z test_consistency_SparseBSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7457850Z test_consistency_SparseBSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7458020Z test_consistency_SparseBSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7458200Z test_consistency_SparseBSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7458370Z test_consistency_SparseBSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7458540Z test_consistency_SparseBSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7458720Z test_consistency_SparseBSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7458930Z test_consistency_SparseBSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7459110Z test_consistency_SparseBSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7459290Z test_consistency_SparseBSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7459460Z test_consistency_SparseBSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7459640Z test_consistency_SparseBSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7459810Z test_consistency_SparseBSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7460050Z test_consistency_SparseBSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7460220Z test_consistency_SparseBSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7460390Z test_consistency_SparseBSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7460560Z test_consistency_SparseBSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7460730Z test_consistency_SparseBSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7460860Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7460980Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7461100Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7464560Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7464690Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7464810Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7464930Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7465050Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7465160Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7465280Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7465390Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7465500Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7465640Z test_consistency_SparseBSC_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7465780Z test_consistency_SparseBSC_nn_functional_relu_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7465910Z test_consistency_SparseBSC_nn_functional_relu_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7466120Z test_consistency_SparseBSC_nn_functional_relu_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7466250Z test_consistency_SparseBSC_nn_functional_relu_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7466370Z test_consistency_SparseBSC_nn_functional_relu_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7466500Z test_consistency_SparseBSC_nn_functional_relu_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7466630Z test_consistency_SparseBSC_nn_functional_relu_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7466760Z test_consistency_SparseBSC_positive_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7466880Z test_consistency_SparseBSC_positive_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7467010Z test_consistency_SparseBSC_positive_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7467170Z test_consistency_SparseBSC_positive_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7467300Z test_consistency_SparseBSC_positive_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7467420Z test_consistency_SparseBSC_positive_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7467540Z test_consistency_SparseBSC_positive_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7467660Z test_consistency_SparseBSC_positive_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7467780Z test_consistency_SparseBSC_positive_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7467900Z test_consistency_SparseBSC_positive_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7468020Z test_consistency_SparseBSC_positive_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7468150Z test_consistency_SparseBSC_positive_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7468270Z test_consistency_SparseBSC_rad2deg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7468390Z test_consistency_SparseBSC_rad2deg_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7468520Z test_consistency_SparseBSC_rad2deg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7468640Z test_consistency_SparseBSC_rad2deg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7468760Z test_consistency_SparseBSC_rad2deg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7468880Z test_consistency_SparseBSC_rad2deg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7469000Z test_consistency_SparseBSC_rad2deg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7469120Z test_consistency_SparseBSC_rad2deg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7469240Z test_consistency_SparseBSC_rad2deg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7469350Z test_consistency_SparseBSC_rad2deg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7469530Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7469720Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7469890Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7470140Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7470320Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7470490Z test_consistency_SparseBSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7470660Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7470790Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7470910Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7471070Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7471190Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7471310Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7471430Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7471550Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7471660Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7471780Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7471900Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7472030Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7472150Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7472260Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7472380Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7472500Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7472610Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7472730Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7472840Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7472950Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7473070Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7473180Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7473300Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7473420Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7473540Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7473660Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7473770Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7473920Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7474050Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7474160Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7474280Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7474390Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7474520Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7474640Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7474760Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7474880Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7475040Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7475150Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7475270Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7475390Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7475510Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7475620Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7475740Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7475850Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7475980Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7476100Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7476210Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7476330Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7476440Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7476560Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7476670Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7476790Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7476900Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7477020Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7477140Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7477260Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7477380Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7477500Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7477620Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7477730Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7477880Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7478000Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7478120Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7478230Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7478350Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7478460Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7478590Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7478710Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7478830Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7478980Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7479100Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7479210Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7479330Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7479440Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7479560Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7479670Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7479790Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7479910Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7480030Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7480150Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7480270Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7480380Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7480490Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7480600Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7480720Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7480830Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7480950Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7481070Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7481190Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7481310Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7481430Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7481540Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7481660Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7481830Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7481950Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7482060Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7482180Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7482360Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7482530Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7482720Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7482930Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7483110Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7483280Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7483450Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7483630Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7483800Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7483960Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7484130Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7484300Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.001s) 2022-11-23T01:36:28.7484420Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7484540Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7484660Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7484780Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7484900Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7485020Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7485140Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7485250Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7485370Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7485490Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7485660Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7485780Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7485890Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7486010Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7486120Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7486240Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7486350Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7486460Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7486580Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7486740Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7486860Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7486980Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7487100Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7487220Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7487340Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7487460Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7487580Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7487700Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7487810Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7487920Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7488040Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7488160Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7488270Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7488390Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7488510Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7488640Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7488760Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7488870Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7488990Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7489100Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7489220Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7489330Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7489480Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7489610Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7489720Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7489850Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7489970Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7490090Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7490210Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7490320Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7490440Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7490590Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7490710Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7490820Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7490940Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7491050Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7491170Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7491300Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7491410Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7491540Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7491650Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7491760Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7491880Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7491990Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7492110Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7492230Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7492340Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7492470Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7492590Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7492710Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7492830Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7492940Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7493060Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7493170Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7493290Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7493440Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7493560Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7493670Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7493790Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7493910Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7494020Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7494130Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7494250Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7497670Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7497870Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7498000Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7498130Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7498270Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7498390Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7498520Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7498650Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7498780Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7498910Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7499030Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7499160Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7499280Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7499400Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7499530Z test_consistency_SparseBSR_deg2rad_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7499650Z test_consistency_SparseBSR_deg2rad_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7499780Z test_consistency_SparseBSR_deg2rad_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7499900Z test_consistency_SparseBSR_deg2rad_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7500020Z test_consistency_SparseBSR_deg2rad_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7500140Z test_consistency_SparseBSR_deg2rad_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7500250Z test_consistency_SparseBSR_deg2rad_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7500370Z test_consistency_SparseBSR_deg2rad_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7500490Z test_consistency_SparseBSR_deg2rad_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7500600Z test_consistency_SparseBSR_deg2rad_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7500760Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7500880Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7500990Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7501110Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7501230Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7501350Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7501460Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7501570Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7501720Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7501840Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7501960Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7502080Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7502200Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7502320Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7502440Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7502550Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7502670Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7502790Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7502910Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7503030Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7503150Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7503270Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7503390Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7503500Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7503620Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7503730Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7503850Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7503970Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7504090Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7504200Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7504320Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7504430Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7504620Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7504740Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7504850Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7504970Z test_consistency_SparseBSR_frac_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7505090Z test_consistency_SparseBSR_frac_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7505210Z test_consistency_SparseBSR_frac_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7505330Z test_consistency_SparseBSR_frac_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7505450Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7505560Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7505740Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7505860Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7505980Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7506090Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7506210Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7506330Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7506440Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7506560Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7506670Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7506790Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7506900Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7507020Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7507140Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7507260Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7507380Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7507500Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7507620Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7507740Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7507850Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7507970Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7508080Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7508200Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7508310Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7508430Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7508590Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7508720Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7508840Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7508960Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7509080Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7509200Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7509320Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7509440Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7509600Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7509720Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7509840Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7509960Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7510080Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7510200Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7510320Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7510440Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7510560Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7510680Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7510800Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7510920Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7511030Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7511150Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7511270Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7511390Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7511510Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7511620Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7511740Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7511850Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7512040Z test_consistency_SparseBSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7512220Z test_consistency_SparseBSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7512430Z test_consistency_SparseBSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7512610Z test_consistency_SparseBSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7512780Z test_consistency_SparseBSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7512960Z test_consistency_SparseBSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7513130Z test_consistency_SparseBSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7513310Z test_consistency_SparseBSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7513540Z test_consistency_SparseBSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7513720Z test_consistency_SparseBSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7513890Z test_consistency_SparseBSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7514070Z test_consistency_SparseBSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7514240Z test_consistency_SparseBSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7514410Z test_consistency_SparseBSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7514580Z test_consistency_SparseBSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7514750Z test_consistency_SparseBSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7514930Z test_consistency_SparseBSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7515100Z test_consistency_SparseBSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7515280Z test_consistency_SparseBSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7515450Z test_consistency_SparseBSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7515630Z test_consistency_SparseBSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7515810Z test_consistency_SparseBSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7515980Z test_consistency_SparseBSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7516180Z test_consistency_SparseBSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7516360Z test_consistency_SparseBSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7516530Z test_consistency_SparseBSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7516700Z test_consistency_SparseBSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7516870Z test_consistency_SparseBSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7517040Z test_consistency_SparseBSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7517240Z test_consistency_SparseBSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7517420Z test_consistency_SparseBSR_masked_prod_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7517590Z test_consistency_SparseBSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7517780Z test_consistency_SparseBSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7517950Z test_consistency_SparseBSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7518130Z test_consistency_SparseBSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7518300Z test_consistency_SparseBSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7518480Z test_consistency_SparseBSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7518650Z test_consistency_SparseBSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7518820Z test_consistency_SparseBSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7518990Z test_consistency_SparseBSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7519160Z test_consistency_SparseBSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7519340Z test_consistency_SparseBSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7519510Z test_consistency_SparseBSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7519740Z test_consistency_SparseBSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7519920Z test_consistency_SparseBSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7520090Z test_consistency_SparseBSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7520260Z test_consistency_SparseBSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7520430Z test_consistency_SparseBSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7520610Z test_consistency_SparseBSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7520830Z test_consistency_SparseBSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7521000Z test_consistency_SparseBSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7521170Z test_consistency_SparseBSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7521340Z test_consistency_SparseBSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7521460Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7521580Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7521710Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7521830Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7521950Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7522060Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7522180Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7522300Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7522410Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7522520Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7522640Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7522750Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7522890Z test_consistency_SparseBSR_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7523020Z test_consistency_SparseBSR_nn_functional_relu_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7523160Z test_consistency_SparseBSR_nn_functional_relu_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7523280Z test_consistency_SparseBSR_nn_functional_relu_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7523410Z test_consistency_SparseBSR_nn_functional_relu_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7523570Z test_consistency_SparseBSR_nn_functional_relu_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7523710Z test_consistency_SparseBSR_nn_functional_relu_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7523830Z test_consistency_SparseBSR_nn_functional_relu_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7523960Z test_consistency_SparseBSR_positive_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7524090Z test_consistency_SparseBSR_positive_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7524220Z test_consistency_SparseBSR_positive_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7524340Z test_consistency_SparseBSR_positive_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7524470Z test_consistency_SparseBSR_positive_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7524590Z test_consistency_SparseBSR_positive_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7524750Z test_consistency_SparseBSR_positive_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7524870Z test_consistency_SparseBSR_positive_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7524990Z test_consistency_SparseBSR_positive_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7525110Z test_consistency_SparseBSR_positive_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7525230Z test_consistency_SparseBSR_positive_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7525350Z test_consistency_SparseBSR_positive_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7525480Z test_consistency_SparseBSR_rad2deg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7525600Z test_consistency_SparseBSR_rad2deg_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7525720Z test_consistency_SparseBSR_rad2deg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7525840Z test_consistency_SparseBSR_rad2deg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7525960Z test_consistency_SparseBSR_rad2deg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7526080Z test_consistency_SparseBSR_rad2deg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7526200Z test_consistency_SparseBSR_rad2deg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7526320Z test_consistency_SparseBSR_rad2deg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7526440Z test_consistency_SparseBSR_rad2deg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7526550Z test_consistency_SparseBSR_rad2deg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7526730Z test_consistency_SparseBSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7526920Z test_consistency_SparseBSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7527090Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7527260Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7527500Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7527680Z test_consistency_SparseBSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7527850Z test_consistency_SparseBSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7527970Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7528090Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7528210Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7528330Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7528450Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7528600Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7528720Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7528840Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7528950Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7529070Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7529190Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7529310Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7529430Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7529550Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7529670Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7533070Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7533200Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7533310Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7533420Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7533540Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7533650Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7533770Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7533890Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7534010Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7534120Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7534240Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7534360Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7534480Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7534590Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7534780Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7534900Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7535020Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7535140Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7535260Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7535380Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7535500Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7535620Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7535770Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7535890Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7536010Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7536120Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7536240Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7536350Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7536480Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7536590Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7536710Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7536830Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7536950Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7537060Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7537170Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7537280Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7537400Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7537510Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7537630Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7537750Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7537870Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7537990Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7538110Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7538230Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7538340Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7538460Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7538630Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7538750Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7538870Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7538980Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7539100Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7539270Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7539390Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7539500Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7539620Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7539810Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7539920Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7540040Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7540150Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7540270Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7540390Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7540510Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7540630Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7540750Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7540860Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7540980Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7541090Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7541200Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7541310Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7541430Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7541540Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7541660Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7541790Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7541910Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7542020Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7542140Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7542260Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7542370Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7542490Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7542630Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7542750Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7542930Z test_consistency_SparseBSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7543110Z test_consistency_SparseBSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7543290Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7543470Z test_consistency_SparseBSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7543640Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7543850Z test_consistency_SparseBSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7544020Z test_consistency_SparseBSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7544190Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7544360Z test_consistency_SparseBSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7544530Z test_consistency_SparseBSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7544700Z test_consistency_SparseBSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7544870Z test_consistency_SparseBSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.001s) 2022-11-23T01:36:28.7544990Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7545110Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7545230Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7545350Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7545470Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7545580Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7545700Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7545820Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7545930Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7546060Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7546170Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7546290Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7546440Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7546560Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7546680Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7546790Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7546910Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7547020Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7547130Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7547250Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7547370Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7547550Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7547670Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7547800Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7547910Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7548030Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7548150Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7548260Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7548380Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7548500Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7548610Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7548720Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7548840Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7548960Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7549080Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7549200Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7549320Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7549440Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7549550Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7549670Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7549780Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7549900Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7550010Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7550130Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7550250Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7550400Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7550530Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7550650Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7550770Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7550880Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7551000Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7551110Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7551230Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7551370Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7551490Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7551600Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7551730Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7551850Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7551960Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7552080Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7552200Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7552310Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7552430Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7552540Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7552650Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7552770Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7552890Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7553010Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7553130Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7553250Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7553370Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7553490Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7553610Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7553720Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7553840Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7553950Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7554070Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7554230Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7554350Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7554470Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7554580Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7554700Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7554810Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7554920Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7555060Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7555180Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7555360Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7555490Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7555620Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7555750Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7555880Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7556010Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7556130Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7556260Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7556390Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7556510Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7556630Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7556760Z test_consistency_SparseCSC_deg2rad_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7556870Z test_consistency_SparseCSC_deg2rad_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7557000Z test_consistency_SparseCSC_deg2rad_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7557120Z test_consistency_SparseCSC_deg2rad_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7557240Z test_consistency_SparseCSC_deg2rad_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7557350Z test_consistency_SparseCSC_deg2rad_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7557470Z test_consistency_SparseCSC_deg2rad_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7557590Z test_consistency_SparseCSC_deg2rad_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7557710Z test_consistency_SparseCSC_deg2rad_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7557830Z test_consistency_SparseCSC_deg2rad_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7557950Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7558060Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7558220Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7558340Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7558460Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7558570Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7558680Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7558800Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7558910Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7559030Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7559150Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7559310Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7559430Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7559550Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7559660Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7559780Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7559900Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7560010Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7560130Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7560250Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7560370Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7560490Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7560610Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7560720Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7560840Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7560950Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7561070Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7561190Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7561310Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7561420Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7561540Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7561650Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7561760Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7561880Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7562030Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7562150Z test_consistency_SparseCSC_frac_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7562270Z test_consistency_SparseCSC_frac_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7565650Z test_consistency_SparseCSC_frac_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7565770Z test_consistency_SparseCSC_frac_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7565890Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7566010Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7566130Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7566260Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7566430Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7566550Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7566660Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7566780Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7566890Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7567010Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7567120Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7567240Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7567350Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7567480Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7567590Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7567720Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7567840Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7567950Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7568070Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7568180Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7568300Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7568420Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7568530Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7568640Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7568760Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7568880Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7569000Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7569130Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7569290Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7569410Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7569530Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7569650Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7569770Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7569880Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7570000Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7570130Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7570280Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7570400Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7570520Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7570640Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7570760Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7570880Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7570990Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7571110Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7571230Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7571350Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7571470Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7571590Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7571700Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7571820Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7571930Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7572050Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7572160Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7572280Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7572460Z test_consistency_SparseCSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7572640Z test_consistency_SparseCSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7572820Z test_consistency_SparseCSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7572990Z test_consistency_SparseCSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7573230Z test_consistency_SparseCSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7573400Z test_consistency_SparseCSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7573570Z test_consistency_SparseCSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7573750Z test_consistency_SparseCSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7573920Z test_consistency_SparseCSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7574090Z test_consistency_SparseCSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7574310Z test_consistency_SparseCSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7574480Z test_consistency_SparseCSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7574650Z test_consistency_SparseCSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7574830Z test_consistency_SparseCSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7575000Z test_consistency_SparseCSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7575170Z test_consistency_SparseCSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7575350Z test_consistency_SparseCSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7575510Z test_consistency_SparseCSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7575690Z test_consistency_SparseCSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7575870Z test_consistency_SparseCSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7576050Z test_consistency_SparseCSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7576220Z test_consistency_SparseCSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7576400Z test_consistency_SparseCSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7576570Z test_consistency_SparseCSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7576780Z test_consistency_SparseCSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7576950Z test_consistency_SparseCSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7577120Z test_consistency_SparseCSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7577290Z test_consistency_SparseCSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7577460Z test_consistency_SparseCSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7577630Z test_consistency_SparseCSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7577850Z test_consistency_SparseCSC_masked_prod_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7578020Z test_consistency_SparseCSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7578200Z test_consistency_SparseCSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7578380Z test_consistency_SparseCSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7578560Z test_consistency_SparseCSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7578730Z test_consistency_SparseCSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7578900Z test_consistency_SparseCSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7579080Z test_consistency_SparseCSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7579250Z test_consistency_SparseCSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7579420Z test_consistency_SparseCSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7579590Z test_consistency_SparseCSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7579760Z test_consistency_SparseCSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7579940Z test_consistency_SparseCSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7580110Z test_consistency_SparseCSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7580290Z test_consistency_SparseCSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7580500Z test_consistency_SparseCSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7580680Z test_consistency_SparseCSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7580850Z test_consistency_SparseCSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7581020Z test_consistency_SparseCSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7581190Z test_consistency_SparseCSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7581360Z test_consistency_SparseCSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7581570Z test_consistency_SparseCSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7581730Z test_consistency_SparseCSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7581850Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7581980Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7582100Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7582220Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7582340Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7582450Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7582570Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7582690Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7582800Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7582910Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7583030Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7583140Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7583280Z test_consistency_SparseCSC_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7583410Z test_consistency_SparseCSC_nn_functional_relu_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7583550Z test_consistency_SparseCSC_nn_functional_relu_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7583680Z test_consistency_SparseCSC_nn_functional_relu_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7583810Z test_consistency_SparseCSC_nn_functional_relu_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7583930Z test_consistency_SparseCSC_nn_functional_relu_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7584060Z test_consistency_SparseCSC_nn_functional_relu_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7584220Z test_consistency_SparseCSC_nn_functional_relu_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7584350Z test_consistency_SparseCSC_positive_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7584470Z test_consistency_SparseCSC_positive_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7584600Z test_consistency_SparseCSC_positive_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7584730Z test_consistency_SparseCSC_positive_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7584850Z test_consistency_SparseCSC_positive_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7584970Z test_consistency_SparseCSC_positive_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7585090Z test_consistency_SparseCSC_positive_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7585220Z test_consistency_SparseCSC_positive_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7585370Z test_consistency_SparseCSC_positive_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7585490Z test_consistency_SparseCSC_positive_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7585610Z test_consistency_SparseCSC_positive_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7585730Z test_consistency_SparseCSC_positive_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7585850Z test_consistency_SparseCSC_rad2deg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7585970Z test_consistency_SparseCSC_rad2deg_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7586090Z test_consistency_SparseCSC_rad2deg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7586210Z test_consistency_SparseCSC_rad2deg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7586330Z test_consistency_SparseCSC_rad2deg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7586450Z test_consistency_SparseCSC_rad2deg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7586570Z test_consistency_SparseCSC_rad2deg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7586690Z test_consistency_SparseCSC_rad2deg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7586810Z test_consistency_SparseCSC_rad2deg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7586920Z test_consistency_SparseCSC_rad2deg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7587100Z test_consistency_SparseCSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7587290Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7587460Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7587640Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7587810Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7587980Z test_consistency_SparseCSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7588200Z test_consistency_SparseCSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.001s) 2022-11-23T01:36:28.7588320Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7588440Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7588560Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7588680Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7588800Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7588910Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7589030Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7589360Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7589490Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7589600Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7589720Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7589840Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7589960Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7590070Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7590190Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7590310Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7590420Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7590540Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7590650Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7590770Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7590880Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7591000Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7591110Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7591230Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7591350Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7591470Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7591580Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7591700Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7591820Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7591930Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7592040Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7592210Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7592330Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7592450Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7592570Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7592690Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7592810Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7592930Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7593050Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7593160Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7593330Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7593450Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7593560Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7593680Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7593800Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7593920Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7594030Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7594150Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7594260Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7594380Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7594490Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7594600Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7594720Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7594840Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7594960Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7595080Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7595200Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7595320Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7595430Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7595550Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7595660Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7595780Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7595890Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7596010Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7596160Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7596280Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7596410Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7596520Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7596640Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7596750Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7596870Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7596980Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7597120Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7597240Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7597360Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7597470Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7600890Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7601020Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7601140Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7601260Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7601380Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7601490Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7601600Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7601720Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7601830Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7601950Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7602060Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7602190Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7602310Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7602430Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7602550Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7602660Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7602780Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7602900Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7603010Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7603130Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7603300Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7603430Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7603560Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7603680Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7603810Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7603930Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7604050Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7604170Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7604300Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7604440Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7604560Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7604680Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7604800Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7604920Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7605040Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7605150Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7605280Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7605390Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7605510Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7605620Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7605740Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7605860Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7605980Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7606100Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7606210Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7606330Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7606440Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7606560Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7606670Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7606790Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7606900Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7607010Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7607140Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7607320Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7607450Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7607570Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7607690Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7607810Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7607930Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7608040Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7608160Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7608310Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7608420Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7608540Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7608650Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7608770Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7608890Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7609010Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7609130Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7609250Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7609370Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7609480Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7609600Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7609710Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7609820Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7609950Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7610060Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7610190Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7610310Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7610430Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7610550Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7610660Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7610780Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7610900Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7611010Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7611190Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7611310Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7611430Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7611550Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7611670Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7611780Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7611900Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7612020Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7612130Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7612270Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7612380Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7612500Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7612620Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7612730Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7612860Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7612980Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7613100Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7613220Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7613330Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7613450Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7613560Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7613680Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7613790Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7613910Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7614030Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7614150Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7614270Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7614380Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7614490Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7614610Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7614720Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7614850Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7614980Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7615170Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7615310Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7615440Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7615570Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7615690Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7615820Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7615940Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7616070Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7616220Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7616340Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7616460Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7616590Z test_consistency_SparseCSR_deg2rad_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7616710Z test_consistency_SparseCSR_deg2rad_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7616830Z test_consistency_SparseCSR_deg2rad_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7616950Z test_consistency_SparseCSR_deg2rad_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7617070Z test_consistency_SparseCSR_deg2rad_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7617190Z test_consistency_SparseCSR_deg2rad_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7617310Z test_consistency_SparseCSR_deg2rad_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7617430Z test_consistency_SparseCSR_deg2rad_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7617550Z test_consistency_SparseCSR_deg2rad_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7617660Z test_consistency_SparseCSR_deg2rad_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7617780Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7617900Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7618010Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7618130Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7618250Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7618360Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7618470Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7618590Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7618710Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7618830Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7618970Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7619100Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7619220Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7619340Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7619450Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7619570Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7619690Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7619800Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7619920Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7620060Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7620180Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7620290Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7620410Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7620520Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7620640Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7620750Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7620870Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7620990Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7621110Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7621230Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7621340Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7621450Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7621570Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7621680Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7621800Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7621920Z test_consistency_SparseCSR_frac_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7622040Z test_consistency_SparseCSR_frac_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7622150Z test_consistency_SparseCSR_frac_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7622270Z test_consistency_SparseCSR_frac_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7622390Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7622510Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7622630Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7622750Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7622910Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7623030Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7623150Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7623270Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7623380Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7623490Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7623610Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7623720Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7623830Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7623990Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7624100Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7624230Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7624350Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7624470Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7624580Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7624700Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7624810Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7624930Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7625040Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7625160Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7625270Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7625390Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7625510Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7625640Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7625760Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7625880Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7626000Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7626120Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7626230Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7626350Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7626480Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7626600Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7626750Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7626870Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7626990Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7627110Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7627230Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7627350Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7627460Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7627580Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7627700Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7627840Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7627960Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7628070Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7628190Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7628310Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7628420Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7628540Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7628650Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7628770Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7629370Z test_consistency_SparseCSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/_ops.py:767: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1681.) 2022-11-23T01:36:28.7629430Z new_values.scatter_reduce_( 2022-11-23T01:36:28.7629470Z ok (0.005s) 2022-11-23T01:36:28.7629600Z test_consistency_SparseCSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7629730Z test_consistency_SparseCSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7633250Z test_consistency_SparseCSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7633440Z test_consistency_SparseCSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7633620Z test_consistency_SparseCSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7633790Z test_consistency_SparseCSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7633960Z test_consistency_SparseCSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7634190Z test_consistency_SparseCSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7634320Z test_consistency_SparseCSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7634450Z test_consistency_SparseCSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7634570Z test_consistency_SparseCSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7634700Z test_consistency_SparseCSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7634870Z test_consistency_SparseCSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7635040Z test_consistency_SparseCSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7635210Z test_consistency_SparseCSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7635420Z test_consistency_SparseCSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7635590Z test_consistency_SparseCSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7635720Z test_consistency_SparseCSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7635900Z test_consistency_SparseCSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7636080Z test_consistency_SparseCSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7636250Z test_consistency_SparseCSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7636380Z test_consistency_SparseCSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7636500Z test_consistency_SparseCSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7636620Z test_consistency_SparseCSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7636790Z test_consistency_SparseCSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7636960Z test_consistency_SparseCSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7637130Z test_consistency_SparseCSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7637310Z test_consistency_SparseCSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7637480Z test_consistency_SparseCSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.001s) 2022-11-23T01:36:28.7637600Z test_consistency_SparseCSR_masked_prod_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7637730Z test_consistency_SparseCSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7637860Z test_consistency_SparseCSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7638020Z test_consistency_SparseCSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7638150Z test_consistency_SparseCSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7638270Z test_consistency_SparseCSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7638400Z test_consistency_SparseCSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7638520Z test_consistency_SparseCSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7638640Z test_consistency_SparseCSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7638760Z test_consistency_SparseCSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7638880Z test_consistency_SparseCSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7639020Z test_consistency_SparseCSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7639150Z test_consistency_SparseCSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7639320Z test_consistency_SparseCSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7639450Z test_consistency_SparseCSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7639570Z test_consistency_SparseCSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7639700Z test_consistency_SparseCSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7639820Z test_consistency_SparseCSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7639940Z test_consistency_SparseCSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7640070Z test_consistency_SparseCSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7640190Z test_consistency_SparseCSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7640310Z test_consistency_SparseCSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7640430Z test_consistency_SparseCSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7640550Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7640670Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7640790Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7640910Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7641030Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7641150Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7641260Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7641380Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7641490Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7641610Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7641720Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7641910Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7642050Z test_consistency_SparseCSR_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7642180Z test_consistency_SparseCSR_nn_functional_relu_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7642310Z test_consistency_SparseCSR_nn_functional_relu_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7642440Z test_consistency_SparseCSR_nn_functional_relu_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7642570Z test_consistency_SparseCSR_nn_functional_relu_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7642690Z test_consistency_SparseCSR_nn_functional_relu_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7642830Z test_consistency_SparseCSR_nn_functional_relu_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7642980Z test_consistency_SparseCSR_nn_functional_relu_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7643110Z test_consistency_SparseCSR_positive_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7643230Z test_consistency_SparseCSR_positive_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7643360Z test_consistency_SparseCSR_positive_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7643480Z test_consistency_SparseCSR_positive_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7643610Z test_consistency_SparseCSR_positive_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7643730Z test_consistency_SparseCSR_positive_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7643850Z test_consistency_SparseCSR_positive_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7643970Z test_consistency_SparseCSR_positive_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7644090Z test_consistency_SparseCSR_positive_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7644210Z test_consistency_SparseCSR_positive_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7644330Z test_consistency_SparseCSR_positive_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7644440Z test_consistency_SparseCSR_positive_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7644570Z test_consistency_SparseCSR_rad2deg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7644690Z test_consistency_SparseCSR_rad2deg_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7644810Z test_consistency_SparseCSR_rad2deg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7644930Z test_consistency_SparseCSR_rad2deg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7645050Z test_consistency_SparseCSR_rad2deg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7645170Z test_consistency_SparseCSR_rad2deg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7645290Z test_consistency_SparseCSR_rad2deg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7645400Z test_consistency_SparseCSR_rad2deg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7645520Z test_consistency_SparseCSR_rad2deg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7645640Z test_consistency_SparseCSR_rad2deg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7645800Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7645930Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7646060Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7646190Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7646310Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7646430Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7646560Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7646680Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7646800Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7646940Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7647060Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7647180Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7647290Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7647410Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7647530Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7647640Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7647760Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7647880Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7648000Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7648120Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7648230Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7648350Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7648460Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7648580Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7648690Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7648810Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7648930Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7649040Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7649160Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7649270Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7649390Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7649510Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7649620Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7649780Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7649900Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7650010Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7650130Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7650240Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7650370Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7650490Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7650610Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7650730Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7650870Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7650990Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7651100Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7651220Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7651340Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7651450Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7651570Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7651690Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7651810Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7651930Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7652040Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7652160Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7652270Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7652380Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7652500Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7652610Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7652730Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7652840Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7652960Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7653080Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7653200Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7653320Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7653430Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7653580Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7653700Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7653810Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7653930Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7654040Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7654160Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7654270Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7654400Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7654520Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7654650Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7654770Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7654890Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7655000Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7655120Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7655230Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7655340Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7655460Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7655580Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7655700Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7655820Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7655930Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7656050Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7656170Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7656280Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7656390Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7656510Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7656620Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7656740Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7656850Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7656970Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7657090Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7657210Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7657330Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7657490Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7657610Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7657730Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7657840Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7657950Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7658080Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7658200Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7658330Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7658460Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7658610Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7658730Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7658850Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7658980Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7659100Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7659210Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7659340Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7659460Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7659580Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7659690Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7659810Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7659930Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7660050Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7660160Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7660280Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7660400Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7660510Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7660620Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7660740Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7660850Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7660960Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7661070Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7661170Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7661280Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7661430Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7661530Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7661640Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7661750Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7661860Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7661970Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7662090Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7662200Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7662310Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7662410Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7662540Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7662650Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7662750Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7666200Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7666320Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7666430Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7666540Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7666640Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7666760Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7666870Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7666980Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7667090Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7667190Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7667300Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7667410Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7667510Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7667620Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7667730Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7667840Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7667950Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7668060Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7668170Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7668280Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7668380Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7668480Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7668590Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7668770Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7668880Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7668990Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7669090Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7669220Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7669330Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7669450Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7669570Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7669690Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7669800Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7669960Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7670080Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7670190Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7670300Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7670420Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7670530Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7670650Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7670760Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7670880Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7671000Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7671110Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7671230Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7671340Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7671450Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7671560Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7671670Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7671790Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7671900Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T01:36:28.7672010Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7672120Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7672240Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7672360Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7672470Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7672580Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7672690Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7672860Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7672970Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7673080Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7673200Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7673310Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T01:36:28.7673420Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7673530Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7673650Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7673770Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7673900Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7674010Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7674110Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7674220Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7674330Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7674440Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7674550Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7674660Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7674770Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7674870Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7674970Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7675070Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7675180Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7675290Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7675400Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7675520Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7675630Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7675740Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7675850Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7675960Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7676060Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7676170Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7676280Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7676380Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7676500Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7676600Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7676790Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7676910Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7677020Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7677120Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7677230Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7677340Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7677440Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7677550Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7677650Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7677790Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7677910Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7678020Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7678140Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7678260Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7678380Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7678490Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7678600Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7678720Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7678840Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7678950Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7679060Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7679170Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7679290Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7679400Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7679520Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7679630Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7679750Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7679860Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7679970Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7680080Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7680200Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7680300Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7680410Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7680530Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7680690Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7680820Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7680950Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7681070Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7681200Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7681320Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7681440Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7681560Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7681690Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7681830Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7681950Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7682070Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7682190Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7682310Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7682440Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7682560Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7682680Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7682800Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7682920Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7683040Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7683160Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7683270Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7683390Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7683510Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7683630Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7683750Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7683880Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7684000Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7684120Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7684240Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7684350Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7684470Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7684630Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7684740Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7684860Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7684980Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7685100Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7685220Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7685340Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7685470Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7685610Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7685730Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7685840Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7685960Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7686080Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7686200Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7686310Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7686430Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7686560Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7686670Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7686800Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7686920Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7687040Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7687160Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7687280Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7687400Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7687520Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7687630Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7687750Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7687870Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7687990Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7688110Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7688230Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7688410Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7688530Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7688650Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7688770Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7688890Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7689000Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7689120Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7689240Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7689360Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7689500Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7689610Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7689740Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7689860Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7689980Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7690100Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7690220Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7690330Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7690450Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7690570Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7690690Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7690810Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7690930Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7691040Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7691170Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7691290Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7691410Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7691530Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7691650Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7691760Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7691880Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T01:36:28.7692000Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7692110Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7692390Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T01:36:28.7692520Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7692640Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7692760Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7692880Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7693000Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7693120Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7693240Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7693360Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7693510Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7693630Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7693750Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7693860Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7693990Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7694110Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7697480Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7697610Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7697740Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7697860Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7697980Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7698100Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7698220Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7698340Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7698460Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7698580Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7698700Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7698820Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7698950Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7699070Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7699200Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7699310Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7699430Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7699580Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7699700Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7699820Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7699940Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7700050Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7700180Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7700300Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7700420Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7700570Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7700690Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7700810Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7700930Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7701050Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7701160Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7701280Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7701400Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7701510Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7701640Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7701760Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7701880Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7702010Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7702120Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7702240Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7702360Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7702480Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7702600Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7702720Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7702840Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7702950Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7703080Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7703200Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7703340Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7703470Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7703590Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7703710Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7703820Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7703940Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7704060Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7704180Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7704300Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7704440Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7704560Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7704680Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7704800Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7704920Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7705040Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7705160Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7705280Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7705400Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7705510Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7705630Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7705750Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7705870Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7705990Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7706110Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7706230Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7706360Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7706480Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7706600Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7706720Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7706840Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7706950Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7707070Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7707200Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7707320Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7707470Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.041s) 2022-11-23T01:36:28.7707620Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-11-23T01:36:28.7707770Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-11-23T01:36:28.7707910Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-11-23T01:36:28.7708050Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-11-23T01:36:28.7708200Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-11-23T01:36:28.7708350Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-11-23T01:36:28.7708490Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-11-23T01:36:28.7708640Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-11-23T01:36:28.7708770Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-11-23T01:36:28.7708910Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-11-23T01:36:28.7709060Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-11-23T01:36:28.7709170Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7709280Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T01:36:28.7709380Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T01:36:28.7709480Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T01:36:28.7709590Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.050s) 2022-11-23T01:36:28.7709690Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.048s) 2022-11-23T01:36:28.7709800Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T01:36:28.7709900Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T01:36:28.7710040Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7710190Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7710340Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7710480Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7710620Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7710760Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7710890Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7711090Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7711230Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7711370Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7711510Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7711640Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7711780Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7711920Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7712070Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7712240Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7712380Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7712510Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7712650Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7712780Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7712920Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7713060Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7713200Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7713330Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7713470Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7713610Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7713750Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7713890Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7714030Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7714160Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7714300Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7714430Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7714570Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7714700Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7714850Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7714990Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7715130Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7715260Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7715410Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7715550Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7715680Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7715820Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7715970Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7716110Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7716240Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7716380Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7716510Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7716650Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7716790Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7716940Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7717080Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7717230Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7717370Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7717500Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7717640Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7717780Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7717910Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7718050Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7718180Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7718320Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7718460Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7718620Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7718770Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7718910Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7719050Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7719190Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7719330Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7719460Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7719620Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7719760Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7719900Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7720030Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7720170Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7720310Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7720460Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7720600Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7720740Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7720880Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7721010Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7721150Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7721280Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7721420Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7721550Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7721690Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7721830Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7721970Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7722110Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7722250Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7722410Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7722550Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7722690Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7722820Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7722960Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7723090Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7723230Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7723400Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7723550Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7723700Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7723850Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7723990Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7724140Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7724290Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7724430Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7724570Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7724710Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7724850Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7725000Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7725140Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7725290Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7725430Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7725580Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7725720Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7725860Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7726010Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7726180Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7726330Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7726470Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7726610Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7726750Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7726890Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7727040Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7727210Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7727360Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7727500Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7727640Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7727780Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7727930Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7728070Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7728210Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7728350Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7728490Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7728630Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7728770Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7732210Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7732370Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7732520Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7732660Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7732800Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7732940Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7733120Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7733270Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7733410Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7733550Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7733690Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7733830Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7733980Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7734130Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7734310Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7734450Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7734590Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7734740Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7734880Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7735020Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7735170Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7735310Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7735450Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7735600Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7735750Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7735900Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7736050Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7736190Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7736340Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7736480Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7736620Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7736770Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7736930Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7737080Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7737220Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7737370Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7737510Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7737660Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7737810Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7737970Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7738120Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7738260Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7738400Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7738540Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7738680Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7738830Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7738970Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7739120Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7739310Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7739460Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7739610Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7739750Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7739890Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7740030Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7740180Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7740320Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7740460Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7740600Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7740760Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7740930Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7741090Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7741250Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7741420Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7741580Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7741750Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7741910Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7742070Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7742220Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7742380Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7742540Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7742690Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7742850Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7743010Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7743170Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7743340Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7743500Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7743650Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7743810Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7743960Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7744120Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7744270Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7744510Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7744670Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7744830Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7744980Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7745140Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7745310Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7745490Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7745650Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7745810Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7745960Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7746110Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7746270Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7746430Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7746580Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7746740Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7746900Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7747060Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7747220Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7747380Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7747530Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7747680Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7747840Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7747990Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7748170Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7748330Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7748480Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7748640Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7748800Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7748970Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7749150Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7749320Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7749480Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7749640Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7749800Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7749950Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7750110Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7750270Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7750420Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7750580Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7750740Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7750910Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7751070Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7751230Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7751390Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7751550Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7751700Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7751880Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7752040Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7752190Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7752350Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7752510Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7752670Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7752850Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7753010Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7753170Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7753330Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7753490Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7753650Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7753800Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7753960Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7754110Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7754270Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7754430Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7754590Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7754750Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7754910Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7755070Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7755230Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7755390Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7755570Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7755720Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7755880Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7756030Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7756190Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7756360Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7756540Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7756710Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7756880Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7757040Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7757200Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7757360Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7757530Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7757690Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7757850Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7758010Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7758170Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7758340Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7758500Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7758670Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7758840Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7759000Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7759200Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7759360Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7759520Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7759680Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7759840Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7760000Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7760200Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7760360Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7760520Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7760690Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7760850Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7761020Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7761180Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7761330Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7761500Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7761660Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7761820Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7761980Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7762140Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7762300Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7762460Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7762620Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7762810Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7762970Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7763130Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7763290Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7763450Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7763610Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7763770Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7763950Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7764110Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7764280Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7764450Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7764620Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7764790Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T01:36:28.7764950Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7765120Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7765280Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7765440Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7765600Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7765760Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7765920Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7766090Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7766250Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7766420Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7766610Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7766780Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7766950Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7767110Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7767270Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7767440Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7767620Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7767780Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7767940Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7768100Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T01:36:28.7768270Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7768440Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7768600Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7768770Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7768940Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7772350Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7772520Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7772680Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7772850Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7773010Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7773170Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7773330Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7773520Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7773690Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7773860Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7774020Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7774190Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7774350Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7774530Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7774690Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7774850Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7775010Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7775170Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7775340Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7775450Z test_to_dtype_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7775570Z test_to_dtype_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7775690Z test_to_dtype_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7775800Z test_to_dtype_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7775920Z test_to_dtype_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7776030Z test_to_dtype_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7776140Z test_to_dtype_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7776250Z test_to_dtype_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7776370Z test_to_dtype_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7776480Z test_to_dtype_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7776580Z test_to_dtype_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7776690Z test_to_dtype_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7776810Z test_to_dtype_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7776920Z test_to_dtype_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7777030Z test_to_dtype_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7777150Z test_to_dtype_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7777310Z test_to_dtype_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7777430Z test_to_dtype_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7777540Z test_to_dtype_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7777640Z test_to_dtype_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7777750Z test_to_dtype_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7777860Z test_to_dtype_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7777970Z test_to_dtype_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7778070Z test_to_dtype_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T01:36:28.7778190Z test_to_dtype_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7778330Z test_to_dtype_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7778440Z test_to_dtype_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7778560Z test_to_dtype_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7778670Z test_to_dtype_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7778780Z test_to_dtype_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7778890Z test_to_dtype_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7778990Z test_to_dtype_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7779100Z test_to_dtype_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7779210Z test_to_dtype_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7779320Z test_to_dtype_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7779420Z test_to_dtype_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T01:36:28.7779540Z test_to_dtype_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7779640Z test_to_dtype_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7779760Z test_to_dtype_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7779870Z test_to_dtype_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7779980Z test_to_dtype_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7780090Z test_to_dtype_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7780200Z test_to_dtype_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7780310Z test_to_dtype_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7780410Z test_to_dtype_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7780520Z test_to_dtype_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7780630Z test_to_dtype_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7780730Z test_to_dtype_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T01:36:28.7780840Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7780950Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7781070Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7781230Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7781350Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7781460Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7781570Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7781670Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7781780Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7781880Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7781990Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7782100Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7782230Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7782340Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7782460Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7782570Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7782680Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7782790Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7782900Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7783000Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7783110Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7783220Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7783330Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7783430Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T01:36:28.7783540Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7783650Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7783760Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7783880Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7783990Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7784100Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7784210Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7784310Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7784420Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7784530Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7784630Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7784740Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7784850Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7784950Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7785090Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7785200Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7785310Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7785420Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7785530Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7785640Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7785740Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7785850Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7785960Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7786080Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T01:36:28.7786090Z 2022-11-23T01:36:28.7786310Z ---------------------------------------------------------------------- 2022-11-23T01:36:28.7786360Z Ran 4188 tests in 39.996s 2022-11-23T01:36:28.7786370Z 2022-11-23T01:36:28.7786420Z OK (skipped=650) 2022-11-23T01:36:28.7786420Z 2022-11-23T01:36:28.7786470Z Generating XML reports... 2022-11-23T01:36:28.7786680Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20221123013548.xml 2022-11-23T01:36:28.7786880Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20221123013548.xml 2022-11-23T01:36:28.7787090Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20221123013548.xml 2022-11-23T01:36:28.7787100Z 2022-11-23T01:36:28.7787360Z ##[endgroup] 2022-11-23T01:36:28.7787570Z FINISHED PRINTING LOG FILE of test_sparse_csr (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_sparse_csr_pmjht9y_) 2022-11-23T01:36:28.7787580Z 2022-11-23T01:36:28.7787690Z Running test_dispatch ... [2022-11-23 01:36:28.704853] 2022-11-23T01:36:28.7787960Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:36:28.705255] 2022-11-23T01:36:51.0507000Z 2022-11-23T01:36:51.0507370Z Expand the folded group to see the log file of test_dispatch 2022-11-23T01:36:51.0507950Z ##[group]PRINTING LOG FILE of test_dispatch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_dispatch_0alm1zsf) 2022-11-23T01:36:51.0508140Z 2022-11-23T01:36:51.0508200Z Running tests... 2022-11-23T01:36:51.0508540Z ---------------------------------------------------------------------- 2022-11-23T01:36:51.0508820Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-11-23T01:36:51.0509070Z test_all_invariants (__main__.TestDispatch) ... ok (0.132s) 2022-11-23T01:36:51.0509280Z test_computed_table (__main__.TestDispatch) ... ok (3.811s) 2022-11-23T01:36:51.0509530Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.006s) 2022-11-23T01:36:51.0509790Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.001s) 2022-11-23T01:36:51.0510030Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.105s) 2022-11-23T01:36:51.0510290Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.111s) 2022-11-23T01:36:51.0510560Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (3.613s) 2022-11-23T01:36:51.0510830Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.006s) 2022-11-23T01:36:51.0511070Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.006s) 2022-11-23T01:36:51.0511460Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.001s) 2022-11-23T01:36:51.0511720Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.001s) 2022-11-23T01:36:51.0511930Z test_def (__main__.TestDispatch) ... ok (3.596s) 2022-11-23T01:36:51.0512130Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.008s) 2022-11-23T01:36:51.0512340Z test_def_only (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T01:36:51.0512530Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T01:36:51.0512740Z test_def_with_inference (__main__.TestDispatch) ... ok (0.121s) 2022-11-23T01:36:51.0512970Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.001s) 2022-11-23T01:36:51.0513210Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T01:36:51.0513570Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:36:51.0514140Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/dangling_impl_extension... 2022-11-23T01:36:51.0514480Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/dangling_impl_extension/build.ninja... 2022-11-23T01:36:51.0514740Z Building extension module dangling_impl_extension... 2022-11-23T01:36:51.0514990Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:36:51.0516360Z [1/2] clang++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/TH -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/THC -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include/python3.9 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -g -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-11-23T01:36:51.0517470Z [2/2] clang++ dangling_impl_extension.o -shared -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o dangling_impl_extension.so 2022-11-23T01:36:51.0517810Z Loading extension module dangling_impl_extension... 2022-11-23T01:36:51.0517960Z ok (9.619s) 2022-11-23T01:36:51.0518120Z test_impl_only (__main__.TestDispatch) ... ok (0.128s) 2022-11-23T01:36:51.0518330Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.006s) 2022-11-23T01:36:51.0518550Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.005s) 2022-11-23T01:36:51.0518770Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.005s) 2022-11-23T01:36:51.0518990Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.004s) 2022-11-23T01:36:51.0519320Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T01:36:51.0519600Z operator: __test45643__::foo 2022-11-23T01:36:51.0519740Z no debug info 2022-11-23T01:36:51.0519880Z dispatch key: (catch all) 2022-11-23T01:36:51.0520020Z previous kernel: fn1 2022-11-23T01:36:51.0520180Z new kernel: fn2 (function registerKernel) 2022-11-23T01:36:51.0520570Z [W OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T01:36:51.0520830Z operator: __test45644__::foo 2022-11-23T01:36:51.0520970Z no debug info 2022-11-23T01:36:51.0521120Z dispatch key: (catch all) 2022-11-23T01:36:51.0521270Z previous kernel: fn1 2022-11-23T01:36:51.0521420Z new kernel: fn2 (function registerKernel) 2022-11-23T01:36:51.0521580Z ok (0.001s) 2022-11-23T01:36:51.0521760Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T01:36:51.0522000Z test_basic (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T01:36:51.0522240Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T01:36:51.0522490Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T01:36:51.0522740Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T01:36:51.0522980Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T01:36:51.0523330Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-11-23T01:36:51.0523480Z 2022-11-23T01:36:51.0523630Z ---------------------------------------------------------------------- 2022-11-23T01:36:51.0523820Z Ran 32 tests in 21.296s 2022-11-23T01:36:51.0523910Z 2022-11-23T01:36:51.0523960Z OK 2022-11-23T01:36:51.0524020Z 2022-11-23T01:36:51.0524090Z Generating XML reports... 2022-11-23T01:36:51.0524390Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221123013629.xml 2022-11-23T01:36:51.0524810Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221123013629.xml 2022-11-23T01:36:51.0524990Z 2022-11-23T01:36:51.0525160Z ##[endgroup] 2022-11-23T01:36:51.0525460Z FINISHED PRINTING LOG FILE of test_dispatch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_dispatch_0alm1zsf) 2022-11-23T01:36:51.0525650Z 2022-11-23T01:36:51.0525790Z Running distributions/test_distributions ... [2022-11-23 01:36:51.051022] 2022-11-23T01:36:51.0526240Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:36:51.051437] 2022-11-23T01:37:05.1092070Z 2022-11-23T01:37:05.1092490Z Expand the folded group to see the log file of distributions/test_distributions 2022-11-23T01:37:05.1093140Z ##[group]PRINTING LOG FILE of distributions/test_distributions (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/distributions-test_distributions_wrd82k_0) 2022-11-23T01:37:05.1093360Z 2022-11-23T01:37:05.1093420Z Running tests... 2022-11-23T01:37:05.1093750Z ---------------------------------------------------------------------- 2022-11-23T01:37:05.1094070Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-11-23T01:37:05.1094620Z test_cdf (__main__.TestAgainstScipy) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T01:37:05.1095540Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T01:37:05.1095980Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1096270Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1096420Z ok (0.016s) 2022-11-23T01:37:05.1096580Z test_icdf (__main__.TestAgainstScipy) ... ok (0.009s) 2022-11-23T01:37:05.1096770Z test_mean (__main__.TestAgainstScipy) ... ok (0.404s) 2022-11-23T01:37:05.1097830Z test_variance_stddev (__main__.TestAgainstScipy) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-11-23T01:37:05.1098460Z return torch.as_tensor(tensor_like) 2022-11-23T01:37:05.1098600Z ok (0.012s) 2022-11-23T01:37:05.1098770Z test_params_constraints (__main__.TestConstraints) ... ok (0.016s) 2022-11-23T01:37:05.1098980Z test_support_constraints (__main__.TestConstraints) ... ok (0.021s) 2022-11-23T01:37:05.1099220Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1099460Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1099860Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1100120Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1100350Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1100600Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1100840Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-11-23T01:37:05.1101090Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1101340Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1101570Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1101810Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1102060Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1102320Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1102560Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1102780Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.007s) 2022-11-23T01:37:05.1103020Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1103270Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1103510Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1103750Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1104010Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1104260Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1104520Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1104790Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1105050Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1105370Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1105640Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1105910Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1106170Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1106420Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1106740Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1107000Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1107250Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-11-23T01:37:05.1107510Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1107770Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1108020Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1108280Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1108530Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1108780Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1109040Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1109350Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1109600Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.001s) 2022-11-23T01:37:05.1109860Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-11-23T01:37:05.1110110Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T01:37:05.1110340Z test_bernoulli (__main__.TestDistributions) ... ok (0.046s) 2022-11-23T01:37:05.1110550Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1110790Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1111020Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.015s) 2022-11-23T01:37:05.1111240Z test_beta_sample (__main__.TestDistributions) ... ok (0.142s) 2022-11-23T01:37:05.1111450Z test_beta_shape (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1111670Z test_beta_underflow (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T01:37:05.1111920Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-11-23T01:37:05.1112180Z test_binomial (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T01:37:05.1112410Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1112650Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1112900Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.020s) 2022-11-23T01:37:05.1113150Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1113390Z test_binomial_sample (__main__.TestDistributions) ... ok (0.025s) 2022-11-23T01:37:05.1113610Z test_binomial_stable (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1113820Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.033s) 2022-11-23T01:37:05.1114040Z test_categorical_1d (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1114260Z test_categorical_2d (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1114480Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1114700Z test_cauchy (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T01:37:05.1115140Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1115450Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1115610Z ok (0.078s) 2022-11-23T01:37:05.1115770Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.024s) 2022-11-23T01:37:05.1115980Z test_chi2_sample (__main__.TestDistributions) ... ok (0.047s) 2022-11-23T01:37:05.1116240Z test_chi2_shape (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1116460Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T01:37:05.1116690Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1116910Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1117130Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1117340Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T01:37:05.1117560Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1118000Z test_distribution_expand (__main__.TestDistributions) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1118310Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1118500Z ok (0.166s) 2022-11-23T01:37:05.1118670Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.042s) 2022-11-23T01:37:05.1118900Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T01:37:05.1119110Z test_exponential (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1119310Z test_exponential_sample (__main__.TestDistributions) ... ok (0.045s) 2022-11-23T01:37:05.1119520Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1119730Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.430s) 2022-11-23T01:37:05.1119960Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-11-23T01:37:05.1120190Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T01:37:05.1120430Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1120640Z test_gamma_sample (__main__.TestDistributions) ... ok (0.136s) 2022-11-23T01:37:05.1120840Z test_gamma_shape (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1121040Z test_geometric (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1126790Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T01:37:05.1127030Z test_geometric_sample (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1127230Z test_gumbel (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1127430Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.270s) 2022-11-23T01:37:05.1127630Z test_halfcauchy (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1127830Z test_halfnormal (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1128040Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1128250Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.045s) 2022-11-23T01:37:05.1128460Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1128930Z test_independent_expand (__main__.TestDistributions) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1129240Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1129390Z ok (0.194s) 2022-11-23T01:37:05.1129550Z test_independent_shape (__main__.TestDistributions) ... ok (0.076s) 2022-11-23T01:37:05.1129780Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T01:37:05.1130010Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T01:37:05.1130220Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1130420Z test_laplace (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T01:37:05.1130740Z test_laplace_sample (__main__.TestDistributions) ... ok (0.136s) 2022-11-23T01:37:05.1130950Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1131160Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T01:37:05.1131370Z test_logisticnormal (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T01:37:05.1131580Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1131800Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.150s) 2022-11-23T01:37:05.1132000Z test_lognormal (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T01:37:05.1132200Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1132410Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.136s) 2022-11-23T01:37:05.1132640Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1132880Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T01:37:05.1133170Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1133410Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.018s) 2022-11-23T01:37:05.1133640Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T01:37:05.1133870Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1134090Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.023s) 2022-11-23T01:37:05.1134310Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1134720Z test_mode (__main__.TestDistributions) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1135000Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1135140Z ok (0.029s) 2022-11-23T01:37:05.1135300Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1135520Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1135730Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T01:37:05.1135950Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1136180Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.011s) 2022-11-23T01:37:05.1136410Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1136640Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.067s) 2022-11-23T01:37:05.1136860Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.029s) 2022-11-23T01:37:05.1137100Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1137340Z test_negative_binomial (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T01:37:05.1137550Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.020s) 2022-11-23T01:37:05.1137790Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1138010Z test_normal (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T01:37:05.1138200Z test_normal_sample (__main__.TestDistributions) ... ok (0.135s) 2022-11-23T01:37:05.1138410Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1138620Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1138850Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1139060Z test_pareto (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T01:37:05.1139300Z test_pareto_sample (__main__.TestDistributions) ... ok (0.135s) 2022-11-23T01:37:05.1139510Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T01:37:05.1139730Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-11-23T01:37:05.1139960Z test_poisson_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1140160Z test_poisson_sample (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1140360Z test_poisson_shape (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1140560Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T01:37:05.1140780Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1141000Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T01:37:05.1141210Z test_repr (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T01:37:05.1141410Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T01:37:05.1141880Z test_rsample_requires_grad (__main__.TestDistributions) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1142180Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1142320Z ok (0.005s) 2022-11-23T01:37:05.1142480Z test_sample_detached (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T01:37:05.1142680Z test_studentT (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T01:37:05.1142880Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.036s) 2022-11-23T01:37:05.1143080Z test_studentT_sample (__main__.TestDistributions) ... ok (0.557s) 2022-11-23T01:37:05.1143280Z test_support_attributes (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T01:37:05.1143490Z test_uniform (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T01:37:05.1143700Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.011s) 2022-11-23T01:37:05.1143920Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T01:37:05.1144120Z test_vonmises_sample (__main__.TestDistributions) ... ok (3.430s) 2022-11-23T01:37:05.1144590Z test_wishart_log_prob (__main__.TestDistributions) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T01:37:05.1145040Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T01:37:05.1145420Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1145680Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1145820Z ok (0.027s) 2022-11-23T01:37:05.1145990Z test_wishart_moments (__main__.TestDistributions) ... ok (0.567s) 2022-11-23T01:37:05.1146190Z test_wishart_properties (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1146400Z test_wishart_sample (__main__.TestDistributions) ... ok (0.120s) 2022-11-23T01:37:05.1146800Z test_wishart_shape (__main__.TestDistributions) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1147090Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1147420Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1147680Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1148070Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1148330Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1148650Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1148900Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1149220Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1149470Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1149790Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1150040Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1150180Z ok (0.046s) 2022-11-23T01:37:05.1150360Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T01:37:05.1150640Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T01:37:05.1150860Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.001s) 2022-11-23T01:37:05.1151040Z test_cat_transform (__main__.TestFunctors) ... ok (0.002s) 2022-11-23T01:37:05.1151240Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.002s) 2022-11-23T01:37:05.1151440Z test_stack_transform (__main__.TestFunctors) ... ok (0.002s) 2022-11-23T01:37:05.1151810Z test_cdf (__main__.TestJit) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T01:37:05.1152090Z warnings.warn("Singular sample detected.") 2022-11-23T01:37:05.1152230Z ok (0.318s) 2022-11-23T01:37:05.1152630Z test_entropy (__main__.TestJit) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T01:37:05.1153050Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T01:37:05.1153240Z ok (0.346s) 2022-11-23T01:37:05.1153390Z test_enumerate_support (__main__.TestJit) ... ok (0.130s) 2022-11-23T01:37:05.1153570Z test_log_prob (__main__.TestJit) ... ok (0.668s) 2022-11-23T01:37:05.1153730Z test_mean (__main__.TestJit) ... ok (0.311s) 2022-11-23T01:37:05.1153900Z test_rsample (__main__.TestJit) ... ok (0.203s) 2022-11-23T01:37:05.1154060Z test_sample (__main__.TestJit) ... ok (0.236s) 2022-11-23T01:37:05.1154230Z test_variance (__main__.TestJit) ... ok (0.394s) 2022-11-23T01:37:05.1154420Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.012s) 2022-11-23T01:37:05.1154620Z test_entropy_monte_carlo (__main__.TestKL) ... ok (1.082s) 2022-11-23T01:37:05.1154800Z test_kl_edgecases (__main__.TestKL) ... ok (0.004s) 2022-11-23T01:37:05.1154990Z test_kl_exponential_family (__main__.TestKL) ... ok (0.007s) 2022-11-23T01:37:05.1155170Z test_kl_infinite (__main__.TestKL) ... ok (0.005s) 2022-11-23T01:37:05.1155360Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.007s) 2022-11-23T01:37:05.1155580Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.006s) 2022-11-23T01:37:05.1155780Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.339s) 2022-11-23T01:37:05.1155970Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.014s) 2022-11-23T01:37:05.1156160Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.005s) 2022-11-23T01:37:05.1156380Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.005s) 2022-11-23T01:37:05.1156570Z test_kl_shape (__main__.TestKL) ... ok (0.014s) 2022-11-23T01:37:05.1156790Z test_kl_transformed (__main__.TestKL) ... ok (0.004s) 2022-11-23T01:37:05.1157010Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.001s) 2022-11-23T01:37:05.1157270Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.001s) 2022-11-23T01:37:05.1157520Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.004s) 2022-11-23T01:37:05.1157760Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.001s) 2022-11-23T01:37:05.1158000Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.001s) 2022-11-23T01:37:05.1158250Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.001s) 2022-11-23T01:37:05.1158500Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.001s) 2022-11-23T01:37:05.1158760Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.008s) 2022-11-23T01:37:05.1159010Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.001s) 2022-11-23T01:37:05.1159330Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.001s) 2022-11-23T01:37:05.1159580Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.001s) 2022-11-23T01:37:05.1159810Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.001s) 2022-11-23T01:37:05.1163070Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.015s) 2022-11-23T01:37:05.1163260Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.014s) 2022-11-23T01:37:05.1163440Z test_chi2 (__main__.TestRsample) ... ok (0.010s) 2022-11-23T01:37:05.1163630Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.174s) 2022-11-23T01:37:05.1163840Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.015s) 2022-11-23T01:37:05.1164040Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.024s) 2022-11-23T01:37:05.1164230Z test_gamma (__main__.TestRsample) ... ok (0.010s) 2022-11-23T01:37:05.1164410Z test_invalid (__main__.TestValidation) ... ok (0.006s) 2022-11-23T01:37:05.1164610Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.076s) 2022-11-23T01:37:05.1164800Z test_valid (__main__.TestValidation) ... ok (0.004s) 2022-11-23T01:37:05.1165010Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.003s) 2022-11-23T01:37:05.1165140Z 2022-11-23T01:37:05.1165290Z ---------------------------------------------------------------------- 2022-11-23T01:37:05.1165460Z Ran 219 tests in 12.854s 2022-11-23T01:37:05.1165540Z 2022-11-23T01:37:05.1165590Z OK (skipped=5) 2022-11-23T01:37:05.1165660Z 2022-11-23T01:37:05.1165720Z Generating XML reports... 2022-11-23T01:37:05.1166030Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221123013651.xml 2022-11-23T01:37:05.1166420Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221123013651.xml 2022-11-23T01:37:05.1166810Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221123013651.xml 2022-11-23T01:37:05.1167200Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221123013651.xml 2022-11-23T01:37:05.1167580Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221123013651.xml 2022-11-23T01:37:05.1167930Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221123013651.xml 2022-11-23T01:37:05.1168280Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221123013651.xml 2022-11-23T01:37:05.1168670Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221123013651.xml 2022-11-23T01:37:05.1169160Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221123013651.xml 2022-11-23T01:37:05.1169550Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221123013651.xml 2022-11-23T01:37:05.1169920Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221123013651.xml 2022-11-23T01:37:05.1170090Z 2022-11-23T01:37:05.1170300Z ##[endgroup] 2022-11-23T01:37:05.1170630Z FINISHED PRINTING LOG FILE of distributions/test_distributions (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/distributions-test_distributions_wrd82k_0) 2022-11-23T01:37:05.1170830Z 2022-11-23T01:37:05.1170940Z Running nn/test_pooling ... [2022-11-23 01:37:05.109531] 2022-11-23T01:37:05.1171310Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:05.109934] 2022-11-23T01:37:17.2934000Z 2022-11-23T01:37:17.2934530Z Expand the folded group to see the log file of nn/test_pooling 2022-11-23T01:37:17.2935080Z ##[group]PRINTING LOG FILE of nn/test_pooling (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_pooling_iuxi9an6) 2022-11-23T01:37:17.2935280Z 2022-11-23T01:37:17.2935330Z Running tests... 2022-11-23T01:37:17.2935670Z ---------------------------------------------------------------------- 2022-11-23T01:37:17.2935960Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-11-23T01:37:17.2936200Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-11-23T01:37:17.2937210Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-11-23T01:37:17.2937460Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-11-23T01:37:17.2937690Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.004s) 2022-11-23T01:37:17.2937940Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.002s) 2022-11-23T01:37:17.2938180Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.025s) 2022-11-23T01:37:17.2938410Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.059s) 2022-11-23T01:37:17.2938640Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.004s) 2022-11-23T01:37:17.2938870Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.011s) 2022-11-23T01:37:17.2939150Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:37:17.2941910Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:37:17.2942210Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.001s) 2022-11-23T01:37:17.2942450Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.003s) 2022-11-23T01:37:17.2942680Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.001s) 2022-11-23T01:37:17.2942930Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.001s) 2022-11-23T01:37:17.2943160Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.004s) 2022-11-23T01:37:17.2943380Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.139s) 2022-11-23T01:37:17.2943600Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.002s) 2022-11-23T01:37:17.2943990Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:17.2944420Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:17.2944820Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:17.2945260Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:17.2945540Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:17.2945850Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:17.2946200Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:17.2946510Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:17.2946810Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:17.2947110Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:17.2947410Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:17.2947680Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:17.2948130Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:17.2948450Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:37:17.2948810Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2949210Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2949590Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2949970Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2950350Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2950710Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2951070Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2951430Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2951790Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2952150Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:37:17.2952460Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:17.2952750Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:17.2953040Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:17.2953320Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:17.2953650Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:37:17.2953980Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:17.2954320Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:17.2954620Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:17.2954910Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:17.2963220Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:17.2963550Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:17.2963840Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:17.2964130Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:17.2964400Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:17.2964660Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:17.2965000Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (2.224s) 2022-11-23T01:37:17.2965250Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (2.428s) 2022-11-23T01:37:17.2965510Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.048s) 2022-11-23T01:37:17.2965770Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.270s) 2022-11-23T01:37:17.2966040Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:17.2966300Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:17.2966560Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:17.2966820Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.317s) 2022-11-23T01:37:17.2967060Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.330s) 2022-11-23T01:37:17.2967320Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:17.2967580Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:17.2967860Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:17.2968130Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (2.293s) 2022-11-23T01:37:17.2968380Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (2.501s) 2022-11-23T01:37:17.2968660Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:17.2968950Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:17.2969230Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:17.2969510Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:17.2969770Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.377s) 2022-11-23T01:37:17.2970030Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-11-23T01:37:17.2970400Z Check that indices with no batch dim is consistent with a single batch. ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:17.2970690Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:17.2970980Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:17.2971380Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:17.2971770Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:17.2972070Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:17.2972360Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:17.2972610Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:17.2972860Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:17.2973090Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-11-23T01:37:17.2973310Z Test the output shape calculation for pooling functions ... ok (0.002s) 2022-11-23T01:37:17.2973540Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:17.2973780Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:37:17.2973960Z 2022-11-23T01:37:17.2974100Z ---------------------------------------------------------------------- 2022-11-23T01:37:17.2974280Z Ran 88 tests in 11.233s 2022-11-23T01:37:17.2974360Z 2022-11-23T01:37:17.2974410Z OK (skipped=30) 2022-11-23T01:37:17.2974480Z 2022-11-23T01:37:17.2974540Z Generating XML reports... 2022-11-23T01:37:17.2974810Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221123013705.xml 2022-11-23T01:37:17.2975160Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221123013705.xml 2022-11-23T01:37:17.2975520Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221123013705.xml 2022-11-23T01:37:17.2975710Z 2022-11-23T01:37:17.2975960Z ##[endgroup] 2022-11-23T01:37:17.2976240Z FINISHED PRINTING LOG FILE of nn/test_pooling (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_pooling_iuxi9an6) 2022-11-23T01:37:17.2976420Z 2022-11-23T01:37:17.2976540Z Running test_tensorexpr ... [2022-11-23 01:37:17.293741] 2022-11-23T01:37:17.2976940Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:17.294175] 2022-11-23T01:37:29.3033810Z 2022-11-23T01:37:29.3034150Z Expand the folded group to see the log file of test_tensorexpr 2022-11-23T01:37:29.3035180Z ##[group]PRINTING LOG FILE of test_tensorexpr (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_tensorexpr_y96fac2m) 2022-11-23T01:37:29.3035440Z 2022-11-23T01:37:29.3035510Z Running tests... 2022-11-23T01:37:29.3035860Z ---------------------------------------------------------------------- 2022-11-23T01:37:29.3036140Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-11-23T01:37:29.3036400Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.139s) 2022-11-23T01:37:29.3036620Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T01:37:29.3036860Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T01:37:29.3037120Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.005s) 2022-11-23T01:37:29.3037360Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.489s) 2022-11-23T01:37:29.3037580Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.018s) 2022-11-23T01:37:29.3037790Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.003s) 2022-11-23T01:37:29.3038000Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.147s) 2022-11-23T01:37:29.3038210Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-11-23T01:37:29.3038420Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-11-23T01:37:29.3038650Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.226s) 2022-11-23T01:37:29.3039020Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.006s) 2022-11-23T01:37:29.3039240Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.853s) 2022-11-23T01:37:29.3039440Z test_cat (__main__.TestTensorExprFuser) ... ok (0.657s) 2022-11-23T01:37:29.3039650Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.106s) 2022-11-23T01:37:29.3039860Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.168s) 2022-11-23T01:37:29.3040120Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.000s) 2022-11-23T01:37:29.3040370Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.102s) 2022-11-23T01:37:29.3040590Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-11-23T01:37:29.3040790Z test_char (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-11-23T01:37:29.3040990Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-11-23T01:37:29.3041190Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-11-23T01:37:29.3041510Z test_constant (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-11-23T01:37:29.3041720Z test_double (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-11-23T01:37:29.3041930Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.003s) 2022-11-23T01:37:29.3042190Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.001s) 2022-11-23T01:37:29.3042430Z test_easy (__main__.TestTensorExprFuser) ... ok (0.008s) 2022-11-23T01:37:29.3042630Z test_eq (__main__.TestTensorExprFuser) ... ok (0.007s) 2022-11-23T01:37:29.3042840Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.006s) 2022-11-23T01:37:29.3043040Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-11-23T01:37:29.3043250Z test_ge (__main__.TestTensorExprFuser) ... ok (0.007s) 2022-11-23T01:37:29.3043440Z test_gt (__main__.TestTensorExprFuser) ... ok (0.007s) 2022-11-23T01:37:29.3043670Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:37:29.3043890Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.001s) 2022-11-23T01:37:29.3044090Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.002s) 2022-11-23T01:37:29.3044300Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-11-23T01:37:29.3044510Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-11-23T01:37:29.3044700Z test_le (__main__.TestTensorExprFuser) ... ok (0.007s) 2022-11-23T01:37:29.3044900Z test_loop (__main__.TestTensorExprFuser) ... ok (0.056s) 2022-11-23T01:37:29.3045090Z test_lt (__main__.TestTensorExprFuser) ... ok (0.007s) 2022-11-23T01:37:29.3045290Z test_mask (__main__.TestTensorExprFuser) ... ok (0.003s) 2022-11-23T01:37:29.3045490Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T01:37:29.3045710Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-11-23T01:37:29.3045950Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.003s) 2022-11-23T01:37:29.3046190Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.005s) 2022-11-23T01:37:29.3046430Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T01:37:29.3046660Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.003s) 2022-11-23T01:37:29.3053840Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T01:37:29.3054080Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T01:37:29.3054310Z test_nans (__main__.TestTensorExprFuser) ... ok (0.008s) 2022-11-23T01:37:29.3054520Z test_ne (__main__.TestTensorExprFuser) ... ok (0.007s) 2022-11-23T01:37:29.3054730Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.008s) 2022-11-23T01:37:29.3054960Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (3.917s) 2022-11-23T01:37:29.3055270Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.158s) 2022-11-23T01:37:29.3055490Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-11-23T01:37:29.3055710Z test_relu (__main__.TestTensorExprFuser) ... ok (0.024s) 2022-11-23T01:37:29.3055920Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-11-23T01:37:29.3056140Z test_reps (__main__.TestTensorExprFuser) ... ok (0.157s) 2022-11-23T01:37:29.3056340Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.006s) 2022-11-23T01:37:29.3056530Z test_short (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-11-23T01:37:29.3056730Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.007s) 2022-11-23T01:37:29.3056940Z test_slice (__main__.TestTensorExprFuser) ... ok (2.111s) 2022-11-23T01:37:29.3057150Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T01:37:29.3057360Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.043s) 2022-11-23T01:37:29.3057600Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:37:29.3057930Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-11-23T01:37:29.3058160Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T01:37:29.3058370Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.054s) 2022-11-23T01:37:29.3058580Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-11-23T01:37:29.3058780Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (0.294s) 2022-11-23T01:37:29.3058990Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.910s) 2022-11-23T01:37:29.3059190Z test_where (__main__.TestTensorExprFuser) ... ok (0.012s) 2022-11-23T01:37:29.3059300Z 2022-11-23T01:37:29.3059470Z ---------------------------------------------------------------------- 2022-11-23T01:37:29.3059650Z Ran 72 tests in 11.147s 2022-11-23T01:37:29.3059740Z 2022-11-23T01:37:29.3059790Z OK (skipped=4) 2022-11-23T01:37:29.3059870Z 2022-11-23T01:37:29.3059930Z Generating XML reports... 2022-11-23T01:37:29.3060280Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20221123013717.xml 2022-11-23T01:37:29.3060460Z 2022-11-23T01:37:29.3060650Z ##[endgroup] 2022-11-23T01:37:29.3060950Z FINISHED PRINTING LOG FILE of test_tensorexpr (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_tensorexpr_y96fac2m) 2022-11-23T01:37:29.3061120Z 2022-11-23T01:37:29.3061230Z Running test_autograd ... [2022-11-23 01:37:29.303709] 2022-11-23T01:37:29.3061610Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:29.304101] 2022-11-23T01:37:37.9073340Z 2022-11-23T01:37:37.9073700Z Expand the folded group to see the log file of test_autograd 2022-11-23T01:37:37.9074440Z ##[group]PRINTING LOG FILE of test_autograd (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_autograd_dj2qc20l) 2022-11-23T01:37:37.9074640Z 2022-11-23T01:37:37.9074700Z Running tests... 2022-11-23T01:37:37.9075020Z ---------------------------------------------------------------------- 2022-11-23T01:37:37.9075370Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-11-23T01:37:37.9075620Z test_backward_out_of_context (__main__.TestAllowMutationOnSaved) ... ok (0.012s) 2022-11-23T01:37:37.9075860Z test_basic (__main__.TestAllowMutationOnSaved) ... ok (0.004s) 2022-11-23T01:37:37.9076090Z test_disallow_nesting (__main__.TestAllowMutationOnSaved) ... ok (0.001s) 2022-11-23T01:37:37.9076330Z test_double_backward (__main__.TestAllowMutationOnSaved) ... ok (0.001s) 2022-11-23T01:37:37.9076580Z test_save_base_and_modify_view (__main__.TestAllowMutationOnSaved) ... ok (0.001s) 2022-11-23T01:37:37.9076830Z test_save_view_modify_base (__main__.TestAllowMutationOnSaved) ... ok (0.001s) 2022-11-23T01:37:37.9077270Z test_saved_but_not_anymore (__main__.TestAllowMutationOnSaved) ... ok (0.001s) 2022-11-23T01:37:37.9077550Z test_saved_same_tensor_different_versions (__main__.TestAllowMutationOnSaved) ... ok (0.001s) 2022-11-23T01:37:37.9077810Z test_saved_same_tensor_many_times (__main__.TestAllowMutationOnSaved) ... ok (0.001s) 2022-11-23T01:37:37.9078040Z test_views (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T01:37:37.9078270Z test_with_math_views (__main__.TestAllowMutationOnSaved) ... ok (0.001s) 2022-11-23T01:37:37.9078510Z test_with_out_variant (__main__.TestAllowMutationOnSaved) ... ok (0.001s) 2022-11-23T01:37:37.9078770Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9079730Z test_accumulate_grad (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/__init__.py:197: 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 /Users/runner/work/pytorch/pytorch/torch/csrc/autograd/engine.cpp:1127.) 2022-11-23T01:37:37.9080520Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T01:37:37.9080720Z ok (0.001s) 2022-11-23T01:37:37.9080900Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9081150Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9081640Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_autograd.py:3823: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-11-23T01:37:37.9081970Z with detect_anomaly(): 2022-11-23T01:37:37.9082100Z ok (0.001s) 2022-11-23T01:37:37.9082260Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9082460Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T01:37:37.9082670Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9082870Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9083080Z test_autograd_inplace_view_of_view (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9083310Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.119s) 2022-11-23T01:37:37.9083540Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9083760Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9083990Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T01:37:37.9084220Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.026s) 2022-11-23T01:37:37.9084430Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T01:37:37.9084630Z test_backward (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9084820Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9085010Z test_backward_copy (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9085220Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9085430Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9085660Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9085930Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9086220Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9086470Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9086700Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9086910Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9087520Z test_calculate_shape_util (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nested/__init__.py:58: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/NestedTensorImpl.cpp:179.) 2022-11-23T01:37:37.9087980Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-11-23T01:37:37.9088150Z ok (0.001s) 2022-11-23T01:37:37.9088310Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9088580Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9088810Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9089070Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:37:37.9089330Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-11-23T01:37:37.9089630Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.001s) 2022-11-23T01:37:37.9089900Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-11-23T01:37:37.9090170Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-11-23T01:37:37.9090460Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-11-23T01:37:37.9090730Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.001s) 2022-11-23T01:37:37.9090980Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-11-23T01:37:37.9091220Z Verifies that correct gradients are calculated for checkpoint ... ok (0.001s) 2022-11-23T01:37:37.9091500Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9099310Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-11-23T01:37:37.9099590Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.001s) 2022-11-23T01:37:37.9099890Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9100200Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9100480Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-11-23T01:37:37.9100780Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:37:37.9101060Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-11-23T01:37:37.9101350Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:37:37.9101660Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.001s) 2022-11-23T01:37:37.9101930Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-11-23T01:37:37.9102170Z Ensures that gradient hooks are only called once per tensor. ... ok (0.001s) 2022-11-23T01:37:37.9102420Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.252s) 2022-11-23T01:37:37.9102670Z test_current_graph_task_execution_order (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T01:37:37.9103020Z test_current_graph_task_id (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9103260Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9103500Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9103730Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.085s) 2022-11-23T01:37:37.9103940Z test_custom_function_error (__main__.TestAutograd) ... ok (0.034s) 2022-11-23T01:37:37.9104140Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9104370Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T01:37:37.9104610Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9104860Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9105110Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T01:37:37.9105410Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9105640Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9105850Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9106070Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9106300Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9106520Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9106740Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9107030Z test_deep_reentrant (__main__.TestAutograd) ... skip: Fails with SIGBUS on macOS; https://github.com/pytorch/pytorch/issues/25941 (0.001s) 2022-11-23T01:37:37.9107320Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9107530Z test_dep_nograd (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9107730Z test_dependent_backward (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9107910Z test_detach (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9108090Z test_detach_base (__main__.TestAutograd) 2022-11-23T01:37:37.9108260Z detaching base does not detach view ... ok (0.001s) 2022-11-23T01:37:37.9108480Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9109060Z test_diagonal_expanded_v (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_autograd.py:2277: 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-11-23T01:37:37.9109450Z v_expanded = torch.tensor(value).expand(10) 2022-11-23T01:37:37.9109590Z ok (0.001s) 2022-11-23T01:37:37.9109730Z test_dir (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9109940Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9110170Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9110390Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9110610Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9110840Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9111100Z test_free_deep_graph (__main__.TestAutograd) ... ok (0.524s) 2022-11-23T01:37:37.9111320Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (0.350s) 2022-11-23T01:37:37.9111550Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (0.467s) 2022-11-23T01:37:37.9111830Z test_full_backward_hook_double_backward (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9112050Z test_function (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9112250Z test_function_returns_input (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9112470Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9112680Z test_gc_in_destructor (__main__.TestAutograd) 2022-11-23T01:37:37.9112890Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.419s) 2022-11-23T01:37:37.9113090Z test_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9113280Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9113470Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9113670Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9113870Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T01:37:37.9114110Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9114310Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9114520Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9114740Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9114960Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9115840Z test_grad_nonleaf (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_autograd.py:601: 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 /Users/runner/work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h:485.) 2022-11-23T01:37:37.9116460Z self.assertIsNone(x.grad) 2022-11-23T01:37:37.9116580Z ok (0.001s) 2022-11-23T01:37:37.9116750Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9117640Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_autograd.py:653: 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 /Users/runner/work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h:485.) 2022-11-23T01:37:37.9118240Z self.assertIsNone(x_list[0].grad) 2022-11-23T01:37:37.9119010Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_autograd.py:660: 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 /Users/runner/work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h:485.) 2022-11-23T01:37:37.9119600Z self.assertIsNone(x_list[i].grad) 2022-11-23T01:37:37.9119740Z ok (0.001s) 2022-11-23T01:37:37.9119890Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9120160Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9120390Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T01:37:37.9120610Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.024s) 2022-11-23T01:37:37.9120830Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-11-23T01:37:37.9121060Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.006s) 2022-11-23T01:37:37.9121670Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T01:37:37.9122080Z warnings.warn( 2022-11-23T01:37:37.9122190Z ok (0.001s) 2022-11-23T01:37:37.9122370Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9123020Z test_gradcheck_custom_error (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T01:37:37.9123390Z warnings.warn( 2022-11-23T01:37:37.9123510Z ok (0.005s) 2022-11-23T01:37:37.9123680Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9123900Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.035s) 2022-11-23T01:37:37.9124120Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9124360Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9124610Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9125360Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-11-23T01:37:37.9125960Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-11-23T01:37:37.9126140Z ok (0.004s) 2022-11-23T01:37:37.9126820Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-11-23T01:37:37.9127420Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-11-23T01:37:37.9127590Z ok (0.003s) 2022-11-23T01:37:37.9128120Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T01:37:37.9128490Z warnings.warn( 2022-11-23T01:37:37.9128610Z ok (0.012s) 2022-11-23T01:37:37.9128900Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:37:37.9129150Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.019s) 2022-11-23T01:37:37.9129380Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9129610Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9130260Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_autograd.py:4081: 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 /Users/runner/work/pytorch/pytorch/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:37:37.9130770Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-11-23T01:37:37.9131010Z expected failure (0.002s) 2022-11-23T01:37:37.9131180Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9131470Z test_gradcheck_test_outputs (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:37:37.9131710Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9132000Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:37:37.9132230Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9132440Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9132660Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.000s) 2022-11-23T01:37:37.9132880Z test_hessian_vector (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9133060Z test_hook_none (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9133250Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9133430Z test_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9133610Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9133820Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9134030Z test_indexing (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T01:37:37.9134220Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9134410Z test_inplace (__main__.TestAutograd) ... ok (0.012s) 2022-11-23T01:37:37.9134610Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T01:37:37.9134810Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9135020Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9135240Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9135450Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.045s) 2022-11-23T01:37:37.9135650Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9135850Z test_integer_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9136040Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9136230Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9136420Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9136640Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9136840Z test_lobpcg (__main__.TestAutograd) ... ok (0.481s) 2022-11-23T01:37:37.9137040Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9137250Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9137540Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9137750Z test_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9137940Z test_multi_backward (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9138140Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9138340Z test_multi_grad_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9138990Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:1093: 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 /Users/runner/work/pytorch/pytorch/c10/core/TensorImpl.h:1787.) 2022-11-23T01:37:37.9139450Z return super(Tensor, self).refine_names(names) 2022-11-23T01:37:37.9139650Z ok (0.001s) 2022-11-23T01:37:37.9139830Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.001s) 2022-11-23T01:37:37.9140070Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T01:37:37.9140300Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9140520Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9140740Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9140940Z test_next_functions (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9141130Z test_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9141310Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9141510Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9142050Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:2327: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-11-23T01:37:37.9142420Z warnings.warn( 2022-11-23T01:37:37.9142540Z ok (0.002s) 2022-11-23T01:37:37.9142690Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9142890Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9143090Z test_no_grad_python_function (__main__.TestAutograd) 2022-11-23T01:37:37.9143280Z Python Functions should respect grad mode. ... ok (0.001s) 2022-11-23T01:37:37.9143480Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9143690Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9143910Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9144130Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9144330Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9144550Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9144760Z test_once_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9144980Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9145230Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9145440Z test_pickle (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9145630Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9145830Z test_power_function (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9146230Z test_profiler (__main__.TestAutograd) ... STAGE:2022-11-23 01:37:33 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9146580Z STAGE:2022-11-23 01:37:33 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9146900Z STAGE:2022-11-23 01:37:33 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9147080Z ok (0.001s) 2022-11-23T01:37:37.9147250Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9147590Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-11-23 01:37:33 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9147940Z STAGE:2022-11-23 01:37:33 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9148260Z STAGE:2022-11-23 01:37:33 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9148400Z 2022-11-23T01:37:37.9148540Z =================================================================================================================================================================== 2022-11-23T01:37:37.9148690Z TEST 2022-11-23T01:37:37.9149000Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9149330Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T01:37:37.9149700Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9150000Z aten::lstm 1.53% 88.000us 4.79% 275.000us 275.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9150220Z aten::lstm 1.52% 87.000us 4.63% 266.000us 266.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9150430Z aten::lstm 1.48% 85.000us 6.34% 364.000us 364.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9150650Z aten::lstm 1.48% 85.000us 5.07% 291.000us 291.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9150860Z aten::lstm 1.48% 85.000us 4.76% 273.000us 273.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9151070Z aten::lstm 1.46% 84.000us 4.88% 280.000us 280.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9151290Z aten::lstm 1.46% 84.000us 4.88% 280.000us 280.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9151500Z aten::lstm 1.45% 83.000us 4.88% 280.000us 280.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9151710Z aten::lstm 1.41% 81.000us 4.83% 277.000us 277.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9151920Z aten::lstm 1.41% 81.000us 4.77% 274.000us 274.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9152260Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9152510Z Self CPU time total: 5.740ms 2022-11-23T01:37:37.9152600Z 2022-11-23T01:37:37.9152870Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9153200Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T01:37:37.9153570Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9153860Z aten::lstm 27.47% 1.577ms 97.47% 5.595ms 279.750us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9154070Z aten::unsafe_split 12.84% 737.000us 15.28% 877.000us 4.385us 200 [[3, 80], [], []] 2022-11-23T01:37:37.9154290Z aten::addmm 11.05% 634.000us 11.18% 642.000us 3.210us 200 [[80], [3, 20], [20, 80], [], []] 2022-11-23T01:37:37.9154550Z aten::sigmoid_ 7.96% 457.000us 7.96% 457.000us 0.762us 600 [[3, 20]] 2022-11-23T01:37:37.9154770Z aten::linear 5.47% 314.000us 16.60% 953.000us 4.765us 200 [[3, 20], [80, 20], [80]] 2022-11-23T01:37:37.9154990Z aten::unsafe_chunk 4.02% 231.000us 15.94% 915.000us 4.575us 200 [[3, 80], [], []] 2022-11-23T01:37:37.9155210Z aten::t 3.89% 223.000us 3.92% 225.000us 1.023us 220 [[80, 20]] 2022-11-23T01:37:37.9155420Z aten::tanh_ 3.76% 216.000us 3.76% 216.000us 1.080us 200 [[3, 20]] 2022-11-23T01:37:37.9155640Z aten::tanh 3.55% 204.000us 3.55% 204.000us 1.020us 200 [[3, 20]] 2022-11-23T01:37:37.9155930Z aten::unbind 2.94% 169.000us 3.10% 178.000us 4.450us 40 [[5, 3, 80], []] 2022-11-23T01:37:37.9156290Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9156530Z Self CPU time total: 5.740ms 2022-11-23T01:37:37.9156620Z 2022-11-23T01:37:37.9156710Z =================================================================================================================================================================== 2022-11-23T01:37:37.9156850Z TEST 2022-11-23T01:37:37.9157010Z =================================================================================================================================================================== 2022-11-23T01:37:37.9157220Z This report only display top-level ops statistics 2022-11-23T01:37:37.9157570Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9157880Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T01:37:37.9158250Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9158540Z aten::lstm 1.53% 88.000us 4.79% 275.000us 275.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9158790Z aten::lstm 1.52% 87.000us 4.63% 266.000us 266.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9159010Z aten::lstm 1.48% 85.000us 6.34% 364.000us 364.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9159220Z aten::lstm 1.48% 85.000us 5.07% 291.000us 291.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9159430Z aten::lstm 1.48% 85.000us 4.76% 273.000us 273.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9159640Z aten::lstm 1.46% 84.000us 4.88% 280.000us 280.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9159850Z aten::lstm 1.46% 84.000us 4.88% 280.000us 280.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9160100Z aten::lstm 1.45% 83.000us 4.88% 280.000us 280.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9160320Z aten::lstm 1.41% 81.000us 4.83% 277.000us 277.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9160530Z aten::lstm 1.41% 81.000us 4.77% 274.000us 274.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9160870Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9161110Z Self CPU time total: 5.740ms 2022-11-23T01:37:37.9161200Z 2022-11-23T01:37:37.9161300Z =================================================================================================================================================================== 2022-11-23T01:37:37.9161510Z This report only display top-level ops statistics 2022-11-23T01:37:37.9161850Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9162170Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T01:37:37.9162540Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9162830Z aten::lstm 27.47% 1.577ms 97.47% 5.595ms 279.750us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T01:37:37.9163050Z aten::randn 1.17% 67.000us 2.53% 145.000us 2.417us 60 [[], [], [], [], []] 2022-11-23T01:37:37.9163390Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T01:37:37.9163640Z Self CPU time total: 5.740ms 2022-11-23T01:37:37.9163720Z 2022-11-23T01:37:37.9163800Z Total time based on python measurements: 6.323ms 2022-11-23T01:37:37.9163980Z CPU time measurement python side overhead: 10.15% 2022-11-23T01:37:37.9164130Z ok (0.667s) 2022-11-23T01:37:37.9168930Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-11-23T01:37:37.9169350Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9169810Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9170130Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9170320Z ok (0.001s) 2022-11-23T01:37:37.9170490Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9170830Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9171170Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9171480Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9171670Z ok (0.023s) 2022-11-23T01:37:37.9172170Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:37:37.9172770Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9173100Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9173410Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9173560Z 2022-11-23T01:37:37.9173790Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T01:37:37.9174120Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T01:37:37.9174480Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T01:37:37.9174750Z aten::linear 9.30% 4.000us 69.77% 30.000us 30.000us 1 [[128, 20], [30, 20], [30]] 2022-11-23T01:37:37.9174960Z aten::t 11.63% 5.000us 18.60% 8.000us 8.000us 1 [[30, 20]] 2022-11-23T01:37:37.9175180Z aten::transpose 6.98% 3.000us 6.98% 3.000us 3.000us 1 [[30, 20], [], []] 2022-11-23T01:37:37.9175390Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30, 20], [], [], []] 2022-11-23T01:37:37.9175610Z aten::addmm 34.88% 15.000us 41.86% 18.000us 18.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-11-23T01:37:37.9175820Z aten::expand 2.33% 1.000us 2.33% 1.000us 1.000us 1 [[30], [], []] 2022-11-23T01:37:37.9176030Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30], [], [], []] 2022-11-23T01:37:37.9176240Z aten::copy_ 4.65% 2.000us 4.65% 2.000us 2.000us 1 [[128, 30], [128, 30], []] 2022-11-23T01:37:37.9176460Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T01:37:37.9176680Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-11-23T01:37:37.9176960Z aten::linear 4.65% 2.000us 30.23% 13.000us 13.000us 1 [[128, 30], [40, 30], [40]] 2022-11-23T01:37:37.9177180Z aten::t 2.33% 1.000us 2.33% 1.000us 1.000us 1 [[40, 30]] 2022-11-23T01:37:37.9177390Z aten::transpose 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40, 30], [], []] 2022-11-23T01:37:37.9177600Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40, 30], [], [], []] 2022-11-23T01:37:37.9177810Z aten::addmm 18.60% 8.000us 23.26% 10.000us 10.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-11-23T01:37:37.9178020Z aten::expand 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], []] 2022-11-23T01:37:37.9178270Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-11-23T01:37:37.9178480Z aten::copy_ 4.65% 2.000us 4.65% 2.000us 2.000us 1 [[128, 40], [128, 40], []] 2022-11-23T01:37:37.9178690Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-11-23T01:37:37.9178910Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T01:37:37.9179240Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T01:37:37.9179470Z Self CPU time total: 43.000us 2022-11-23T01:37:37.9179550Z 2022-11-23T01:37:37.9179600Z ok (0.002s) 2022-11-23T01:37:37.9179890Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9180230Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9180540Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9180720Z ok (0.001s) 2022-11-23T01:37:37.9180890Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (0.601s) 2022-11-23T01:37:37.9181220Z test_record_function (__main__.TestAutograd) ... STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9181550Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9181860Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9182170Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9182470Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9182770Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9182950Z ok (0.004s) 2022-11-23T01:37:37.9183240Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9183580Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9183880Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9184060Z ok (0.001s) 2022-11-23T01:37:37.9184390Z test_record_function_legacy (__main__.TestAutograd) ... STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:37:37.9184740Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:37:37.9185040Z STAGE:2022-11-23 01:37:34 29915:41661583 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:37:37.9185220Z ok (0.001s) 2022-11-23T01:37:37.9185400Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9185610Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9185800Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9186010Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9186230Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9186440Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9186700Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9186920Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9187120Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9187300Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9187490Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9187680Z test_retain_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9187860Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9188050Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9188260Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9188460Z test_return_duplicate (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9188660Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9188850Z test_return_leaf (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9189030Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9189230Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9189430Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9189620Z test_save_output_nr (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9189860Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9190130Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9190390Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9190650Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T01:37:37.9190890Z test_saved_variable_saved_original_inplace_detach (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9191110Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9191320Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9191520Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9191720Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9191900Z test_select_sum (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9192090Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9192310Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9192550Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9192770Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9192990Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9193230Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9193440Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9193640Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9193830Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9194050Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9194250Z test_setitem (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T01:37:37.9194420Z test_setitem_mask (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9194640Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9194930Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9195140Z test_shape (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9195310Z test_sharded_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9195500Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9195680Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9195880Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9196080Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9196270Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9196460Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9196660Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9196860Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9197050Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9197480Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_autograd.py:3933: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:37:37.9197870Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T01:37:37.9198090Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:37:37.9198240Z should be replaced with 2022-11-23T01:37:37.9202010Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:37:37.9202150Z and 2022-11-23T01:37:37.9202280Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:37:37.9202420Z should be replaced with 2022-11-23T01:37:37.9202740Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2909.) 2022-11-23T01:37:37.9203000Z w, v = torch.symeig(A, eigenvectors=False) 2022-11-23T01:37:37.9203140Z ok (0.003s) 2022-11-23T01:37:37.9203290Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9203490Z test_thread_shutdown (__main__.TestAutograd) ... ok (0.595s) 2022-11-23T01:37:37.9203680Z test_too_many_grads (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9203880Z test_type_conversions (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9204080Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T01:37:37.9204270Z test_unused_output (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9204470Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9204740Z test_variable_traverse (__main__.TestAutograd) ... ok (0.061s) 2022-11-23T01:37:37.9204940Z test_version_counter (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9205130Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T01:37:37.9205340Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9205560Z test_wrapped_number_saved_variable_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9205810Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.002s) 2022-11-23T01:37:37.9206060Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.004s) 2022-11-23T01:37:37.9206350Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:37.9206640Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9206920Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T01:37:37.9207220Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9207460Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9207730Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9208070Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9208360Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:37.9208640Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:37.9208980Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9209280Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:37:37.9209650Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:37.9209940Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9210890Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_autograd.py:8638: 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 /Users/runner/work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h:485.) 2022-11-23T01:37:37.9211530Z self.assertIsNone(a.grad) 2022-11-23T01:37:37.9211660Z ok (0.001s) 2022-11-23T01:37:37.9211850Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9212200Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9212570Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9212940Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9213230Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:37:37.9213530Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9213790Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:37.9214040Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9214390Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:37.9214670Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9214990Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9215350Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:37.9215660Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T01:37:37.9215990Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9216320Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9216590Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9216910Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:37.9217180Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:37:37.9217430Z test_profiler_emit_itt_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:37.9217690Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:37:37.9218020Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9218320Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:37.9218590Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9218850Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9219130Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:37.9219810Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1681.) 2022-11-23T01:37:37.9220250Z func_out = func(*tupled_inputs) 2022-11-23T01:37:37.9220730Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1070.) 2022-11-23T01:37:37.9221100Z func_out = func(*tupled_inputs) 2022-11-23T01:37:37.9221220Z ok (0.002s) 2022-11-23T01:37:37.9221420Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:37.9221700Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9221970Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9222280Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:37.9222550Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:37.9222810Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:37.9223070Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:37.9223350Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:37.9223710Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9224060Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9224440Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9224860Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9225220Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:37.9225490Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:37.9225720Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:37.9225980Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T01:37:37.9226250Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:37.9226570Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9226910Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:37.9227530Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:37:37.9227940Z warnings.warn(message, UserWarning) 2022-11-23T01:37:37.9228080Z ok (0.002s) 2022-11-23T01:37:37.9228260Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T01:37:37.9228500Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9228750Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9229000Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-11-23T01:37:37.9229230Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9229450Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T01:37:37.9229680Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9229910Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9230140Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9230400Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9230650Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9230950Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9231200Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T01:37:37.9231450Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9231720Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9231990Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9232240Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9232480Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9232700Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9232920Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T01:37:37.9233130Z test_print (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T01:37:37.9233400Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T01:37:37.9233630Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T01:37:37.9233870Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T01:37:37.9234110Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T01:37:37.9234370Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T01:37:37.9234630Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-11-23T01:37:37.9234900Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-11-23T01:37:37.9235190Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.003s) 2022-11-23T01:37:37.9235460Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.003s) 2022-11-23T01:37:37.9235720Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-11-23T01:37:37.9239800Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9240140Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T01:37:37.9240490Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T01:37:37.9240810Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T01:37:37.9241120Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.049s) 2022-11-23T01:37:37.9241440Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.321s) 2022-11-23T01:37:37.9241790Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-11-23T01:37:37.9242110Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.140s) 2022-11-23T01:37:37.9242410Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9242710Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9243010Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9243420Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9243730Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9244040Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T01:37:37.9244350Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9244650Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9244950Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9245240Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T01:37:37.9245520Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9245850Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T01:37:37.9246130Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9246410Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T01:37:37.9246700Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9247000Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9247300Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9247600Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T01:37:37.9247900Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9248210Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9248520Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T01:37:37.9248840Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.040s) 2022-11-23T01:37:37.9249150Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9249460Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T01:37:37.9249780Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9250110Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T01:37:37.9250430Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9250730Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9251030Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-11-23T01:37:37.9251320Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.168s) 2022-11-23T01:37:37.9251600Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9251880Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9252200Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9252490Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9252770Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9253040Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9253320Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9253590Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9253860Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9254130Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9254470Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-11-23T01:37:37.9254790Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.122s) 2022-11-23T01:37:37.9255100Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T01:37:37.9255420Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.086s) 2022-11-23T01:37:37.9255720Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9256010Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9256310Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T01:37:37.9256630Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T01:37:37.9256940Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9257280Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9257580Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9257890Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9258180Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9258480Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9258770Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9259050Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9259330Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9259600Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T01:37:37.9259890Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9260190Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9260480Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9260830Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9261130Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9261420Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9261760Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T01:37:37.9262130Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T01:37:37.9262480Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9262810Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T01:37:37.9263170Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9263490Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T01:37:37.9263820Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9264160Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-11-23T01:37:37.9264480Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9264800Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T01:37:37.9265120Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9265450Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T01:37:37.9265770Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9266080Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-11-23T01:37:37.9266400Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T01:37:37.9266710Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9267000Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-11-23T01:37:37.9267290Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.121s) 2022-11-23T01:37:37.9267560Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9267840Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9268120Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9268400Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9268680Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9268960Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9269260Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9269540Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9269810Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9270080Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9270350Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-11-23T01:37:37.9270640Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.151s) 2022-11-23T01:37:37.9270910Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9271190Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9271470Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9271780Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9272060Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9272330Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T01:37:37.9272600Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9272870Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9273140Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9273410Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9273690Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-11-23T01:37:37.9274030Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.106s) 2022-11-23T01:37:37.9274300Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9274580Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9274860Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9275140Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9275420Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9275690Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9275960Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9280150Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T01:37:37.9280420Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9280690Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T01:37:37.9280950Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T01:37:37.9281200Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T01:37:37.9281460Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T01:37:37.9281720Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.004s) 2022-11-23T01:37:37.9282060Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T01:37:37.9282350Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T01:37:37.9282620Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T01:37:37.9282890Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T01:37:37.9283170Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T01:37:37.9283450Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.004s) 2022-11-23T01:37:37.9283720Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T01:37:37.9283980Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T01:37:37.9284300Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T01:37:37.9284570Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-11-23T01:37:37.9284830Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T01:37:37.9285100Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T01:37:37.9285370Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T01:37:37.9285640Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T01:37:37.9285900Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T01:37:37.9286190Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-11-23T01:37:37.9286500Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-11-23T01:37:37.9286800Z test_backward_single_threaded_cpu (__main__.TestAutogradMultipleDispatchCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:37.9287070Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-11-23T01:37:37.9287340Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-11-23T01:37:37.9287590Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-11-23T01:37:37.9287820Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.034s) 2022-11-23T01:37:37.9288060Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9288300Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-11-23T01:37:37.9288520Z test_multi_grad_hooks (__main__.TestMultithreadAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9288760Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9289010Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-11-23T01:37:37.9289240Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.011s) 2022-11-23T01:37:37.9289470Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.003s) 2022-11-23T01:37:37.9289700Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.004s) 2022-11-23T01:37:37.9289830Z 2022-11-23T01:37:37.9289990Z ---------------------------------------------------------------------- 2022-11-23T01:37:37.9290160Z Ran 526 tests in 7.201s 2022-11-23T01:37:37.9290240Z 2022-11-23T01:37:37.9290310Z OK (skipped=47, expected failures=2) 2022-11-23T01:37:37.9290400Z 2022-11-23T01:37:37.9290500Z Generating XML reports... 2022-11-23T01:37:37.9290800Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAllowMutationOnSaved-20221123013730.xml 2022-11-23T01:37:37.9291160Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221123013730.xml 2022-11-23T01:37:37.9291570Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221123013730.xml 2022-11-23T01:37:37.9291960Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20221123013730.xml 2022-11-23T01:37:37.9292330Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221123013730.xml 2022-11-23T01:37:37.9292720Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221123013730.xml 2022-11-23T01:37:37.9293140Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221123013730.xml 2022-11-23T01:37:37.9293580Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221123013730.xml 2022-11-23T01:37:37.9293970Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20221123013730.xml 2022-11-23T01:37:37.9294350Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221123013730.xml 2022-11-23T01:37:37.9294510Z 2022-11-23T01:37:37.9294740Z ##[endgroup] 2022-11-23T01:37:37.9295030Z FINISHED PRINTING LOG FILE of test_autograd (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_autograd_dj2qc20l) 2022-11-23T01:37:37.9295200Z 2022-11-23T01:37:37.9295320Z Running test_multiprocessing ... [2022-11-23 01:37:37.908025] 2022-11-23T01:37:37.9295710Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:37.908512] 2022-11-23T01:37:43.9310520Z 2022-11-23T01:37:43.9310820Z Expand the folded group to see the log file of test_multiprocessing 2022-11-23T01:37:43.9311400Z ##[group]PRINTING LOG FILE of test_multiprocessing (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_multiprocessing_ho5mplku) 2022-11-23T01:37:43.9311610Z 2022-11-23T01:37:43.9311660Z Running tests... 2022-11-23T01:37:43.9312020Z ---------------------------------------------------------------------- 2022-11-23T01:37:43.9312310Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-11-23T01:37:43.9312570Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.171s) 2022-11-23T01:37:43.9313030Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9313400Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9313780Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9314080Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9314450Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9314730Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9315110Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9315410Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9316020Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9316340Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9316720Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9317020Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9317190Z ok (0.623s) 2022-11-23T01:37:43.9317380Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-11-23T01:37:43.9317650Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9317920Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9318200Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9325630Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T01:37:43.9325930Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9326220Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T01:37:43.9326520Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9326780Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.115s) 2022-11-23T01:37:43.9327020Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-11-23T01:37:43.9327300Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-11-23T01:37:43.9327580Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T01:37:43.9327870Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9328170Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9328460Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9328760Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9329090Z test_fd_pool (__main__.TestMultiprocessing) ... skip: file descriptor strategy is not supported on macOS (0.000s) 2022-11-23T01:37:43.9329420Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... skip: file descriptor strategy is not supported on macOS (0.000s) 2022-11-23T01:37:43.9329760Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: file descriptor strategy is not supported on macOS (0.000s) 2022-11-23T01:37:43.9330170Z test_fs (__main__.TestMultiprocessing) ... skip: don't not how to check if shm files exist (0.000s) 2022-11-23T01:37:43.9330440Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.000s) 2022-11-23T01:37:43.9331080Z 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.000s) 2022-11-23T01:37:43.9331960Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:37:43.9332410Z warnings.warn(message, UserWarning) 2022-11-23T01:37:43.9332730Z ok (0.028s) 2022-11-23T01:37:43.9333370Z 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.000s) 2022-11-23T01:37:43.9334090Z test_inherit_tensor (__main__.TestMultiprocessing) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9334410Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9334780Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9335090Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9335340Z ok (0.639s) 2022-11-23T01:37:43.9335760Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9336110Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9336490Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9336790Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9336960Z ok (0.635s) 2022-11-23T01:37:43.9337180Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T01:37:43.9337480Z test_is_shared (__main__.TestMultiprocessing) ... skip: file descriptor strategy is not supported on macOS (0.000s) 2022-11-23T01:37:43.9337750Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-11-23T01:37:43.9338190Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9338500Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9338850Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9339130Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9339480Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9339750Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9340090Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9340380Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9340540Z ok (1.070s) 2022-11-23T01:37:43.9340730Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T01:37:43.9340980Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.001s) 2022-11-23T01:37:43.9341770Z test_parameter_sharing (__main__.TestMultiprocessing) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/hooks.py:59: UserWarning: backward hook .hook at 0x12f2984c0> 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-11-23T01:37:43.9342260Z warnings.warn("backward hook {} on tensor will not be " 2022-11-23T01:37:43.9342610Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9342880Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9343230Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9343520Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9343680Z ok (0.653s) 2022-11-23T01:37:43.9344320Z test_variable_sharing (__main__.TestMultiprocessing) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/hooks.py:59: UserWarning: backward hook .hook at 0x12f23a940> 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-11-23T01:37:43.9344900Z warnings.warn("backward hook {} on tensor will not be " 2022-11-23T01:37:43.9345250Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9345540Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9345890Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9346160Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9346500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:37:43.9346770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:37:43.9347110Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:37:43.9347390Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:37:43.9347550Z ok (1.274s) 2022-11-23T01:37:43.9347730Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-11-23T01:37:43.9347870Z 2022-11-23T01:37:43.9348000Z ---------------------------------------------------------------------- 2022-11-23T01:37:43.9348180Z Ran 37 tests in 5.223s 2022-11-23T01:37:43.9348260Z 2022-11-23T01:37:43.9348310Z OK (skipped=25) 2022-11-23T01:37:43.9348380Z 2022-11-23T01:37:43.9348440Z Generating XML reports... 2022-11-23T01:37:43.9348760Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20221123013738.xml 2022-11-23T01:37:43.9348940Z 2022-11-23T01:37:43.9349200Z ##[endgroup] 2022-11-23T01:37:43.9349500Z FINISHED PRINTING LOG FILE of test_multiprocessing (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_multiprocessing_ho5mplku) 2022-11-23T01:37:43.9349680Z 2022-11-23T01:37:43.9349790Z Running test_torch ... [2022-11-23 01:37:43.931365] 2022-11-23T01:37:43.9350160Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:43.931811] 2022-11-23T01:37:49.7815410Z 2022-11-23T01:37:49.7815810Z Expand the folded group to see the log file of test_torch 2022-11-23T01:37:49.7816570Z ##[group]PRINTING LOG FILE of test_torch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_torch_028ftqkd) 2022-11-23T01:37:49.7816780Z 2022-11-23T01:37:49.7816830Z Running tests... 2022-11-23T01:37:49.7817180Z ---------------------------------------------------------------------- 2022-11-23T01:37:49.7817460Z Test results will be stored in test-reports/python-unittest/test_torch 2022-11-23T01:37:49.7817690Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-11-23T01:37:49.7817920Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.000s) 2022-11-23T01:37:49.7818150Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-11-23T01:37:49.7818360Z test_RNGState (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7818550Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7818770Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.116s) 2022-11-23T01:37:49.7818960Z test_Size (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7819150Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7819610Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7819830Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7820050Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7820260Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7829710Z test_as_subclass (__main__.TestTorch) ... ok (0.010s) 2022-11-23T01:37:49.7829930Z test_assert_async (__main__.TestTorch) ... ok (0.010s) 2022-11-23T01:37:49.7830140Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.034s) 2022-11-23T01:37:49.7830360Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7830630Z test_bmm_multithreaded (__main__.TestTorch) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T01:37:49.7830860Z [TORCH_VITAL] CUDA.used False 2022-11-23T01:37:49.7831060Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T01:37:49.7831240Z [TORCH_VITAL] CUDA.used False 2022-11-23T01:37:49.7831440Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T01:37:49.7831630Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T01:37:49.7831790Z [TORCH_VITAL] CUDA.used False 2022-11-23T01:37:49.7832090Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-11-23T01:37:49.7832990Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7833570Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7834330Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7834880Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7835750Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7836280Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7837060Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7837600Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7838330Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7838930Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7839840Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7840380Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7841120Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7841650Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7842410Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7842960Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7843700Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7844270Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7845000Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7845510Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7846230Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7846800Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7847510Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7848010Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7848690Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7849170Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7849840Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.7850330Z torch.bmm(b1, b2, out=res2) 2022-11-23T01:37:49.7850450Z ok (0.165s) 2022-11-23T01:37:49.7850620Z test_boxMullerState (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7850850Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.000s) 2022-11-23T01:37:49.7851060Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7851240Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7851430Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7851610Z test_contains (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7851790Z test_copy_broadcast (__main__.TestTorch) ... ok (0.004s) 2022-11-23T01:37:49.7851980Z test_copy_dtypes (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7852170Z test_copy_float16 (__main__.TestTorch) ... ok (0.050s) 2022-11-23T01:37:49.7852420Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7852950Z test_copy_transpose (__main__.TestTorch) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:7647: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/EmptyTensor.cpp:32.) 2022-11-23T01:37:49.7853360Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-11-23T01:37:49.7853530Z ok (0.002s) 2022-11-23T01:37:49.7853680Z test_cuda_not_built (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7853870Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7854040Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7854230Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7854420Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7854600Z test_cxx_flags (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7855240Z test_dead_weak_ref (__main__.TestTorch) ... [W python_variable.cpp:318] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2022-11-23T01:37:49.7855630Z ok (0.002s) 2022-11-23T01:37:49.7855800Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7856000Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7856200Z test_deterministic_flag (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7856380Z test_device (__main__.TestTorch) ... ok (0.011s) 2022-11-23T01:37:49.7856560Z test_dir (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7856730Z test_doc (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7856890Z test_doc_template (__main__.TestTorch) 2022-11-23T01:37:49.7857110Z Test that all public API doc strings use the same standard template for ... ok (0.013s) 2022-11-23T01:37:49.7857330Z test_dot_data_use (__main__.TestTorch) ... ok (0.006s) 2022-11-23T01:37:49.7857520Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7858050Z test_element_size (__main__.TestTorch) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:37:49.7858430Z warnings.warn(message, UserWarning) 2022-11-23T01:37:49.7858570Z ok (0.002s) 2022-11-23T01:37:49.7858720Z test_empty_meta (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7858900Z test_empty_storage_view (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7859080Z test_equal (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7859270Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.006s) 2022-11-23T01:37:49.7859460Z test_fill_diagonal (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7859650Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7859830Z test_from_buffer (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7860000Z test_from_file (__main__.TestTorch) ... ok (0.005s) 2022-11-23T01:37:49.7860180Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7860360Z test_generator_cpu (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7860550Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7860740Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7860910Z test_index_add (__main__.TestTorch) ... ok (0.005s) 2022-11-23T01:37:49.7861090Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7861330Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7861520Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7861710Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7861900Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7862100Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7862290Z test_is_nonzero (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7862790Z test_is_same_size (__main__.TestTorch) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:5704: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/NestedTensorImpl.cpp:179.) 2022-11-23T01:37:49.7863200Z nt1 = torch.nested.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-11-23T01:37:49.7863370Z ok (0.004s) 2022-11-23T01:37:49.7863550Z test_iter (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7863730Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7863920Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7864110Z test_manual_seed (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7864270Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7864440Z test_map2 (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7864640Z test_max_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7864820Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7865000Z test_median_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7865180Z test_memory_format (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7865400Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7865630Z test_memory_format_empty (__main__.TestTorch) ... ok (0.005s) 2022-11-23T01:37:49.7865820Z test_min_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7865990Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7866240Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:37:49.7866480Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7873620Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7873820Z test_ndim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7873990Z test_new (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7874190Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7874380Z test_newindex (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7874560Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7874750Z test_normal_shape (__main__.TestTorch) ... ok (0.019s) 2022-11-23T01:37:49.7874920Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7875100Z test_parallel_info (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7875300Z test_parsing_double (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7875480Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7876060Z test_parsing_intlist (__main__.TestTorch) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:6185: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. 2022-11-23T01:37:49.7876590Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T01:37:49.7876950Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-11-23T01:37:49.7877140Z ok (0.002s) 2022-11-23T01:37:49.7877280Z test_permute (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7877460Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7877640Z test_pickle_dtype (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7877830Z test_pickle_function (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7878020Z test_pickle_parameter (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7878230Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7878430Z test_pickle_size (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7878610Z test_pin_memory (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7878780Z test_print (__main__.TestTorch) ... ok (0.016s) 2022-11-23T01:37:49.7878960Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7879150Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7879370Z test_qengine (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7879550Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7879750Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7879930Z test_reversed (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7880120Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7880300Z test_select_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7880520Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.001s) 2022-11-23T01:37:49.7880750Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7880940Z test_show_config (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7881130Z test_size_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7881660Z test_sizeof (__main__.TestTorch) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:37:49.7882040Z warnings.warn(message, UserWarning) 2022-11-23T01:37:49.7882180Z ok (0.001s) 2022-11-23T01:37:49.7882320Z test_slice (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7882550Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:37:49.7882790Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7882990Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7883200Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7883410Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7883630Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7883850Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7884050Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7884250Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7884460Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7884670Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7884880Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7885090Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7885300Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7885510Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7885740Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7885930Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7886130Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7886320Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7886510Z test_split_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7886690Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7886870Z test_std_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7887050Z test_storage_casts (__main__.TestTorch) ... ok (0.005s) 2022-11-23T01:37:49.7887230Z test_storage_error (__main__.TestTorch) ... ok (0.013s) 2022-11-23T01:37:49.7887430Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7887630Z test_structseq_repr (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7887830Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7888070Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7888260Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7888440Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.004s) 2022-11-23T01:37:49.7888630Z test_tensor_base_init (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7888830Z test_tensor_base_new (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7889030Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7889230Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.059s) 2022-11-23T01:37:49.7889430Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.030s) 2022-11-23T01:37:49.7889620Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7889820Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7890010Z test_tensor_set (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7890200Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.003s) 2022-11-23T01:37:49.7890390Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7890580Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7890790Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.039s) 2022-11-23T01:37:49.7890970Z test_to (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7891150Z test_to_with_tensor (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7891330Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7891520Z test_torch_from_file (__main__.TestTorch) ... ok (0.004s) 2022-11-23T01:37:49.7891700Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-11-23T01:37:49.7891880Z test_type (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7892050Z test_type_alias (__main__.TestTorch) ... ok (0.000s) 2022-11-23T01:37:49.7892250Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7892480Z test_typed_storage_deprecation_warning (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7893050Z test_typed_storage_internal_no_warning (__main__.TestTorch) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:37:49.7893440Z warnings.warn(message, UserWarning) 2022-11-23T01:37:49.7893570Z ok (0.002s) 2022-11-23T01:37:49.7893730Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7893910Z test_unflatten (__main__.TestTorch) ... ok (0.010s) 2022-11-23T01:37:49.7894090Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7894270Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7894550Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.006s) 2022-11-23T01:37:49.7894750Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.008s) 2022-11-23T01:37:49.7894940Z test_var_neg_dim (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7895120Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-11-23T01:37:49.7895340Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7895570Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7895800Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7896030Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7896250Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7896470Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7896680Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7896980Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7897200Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7897420Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7897650Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7897880Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7898100Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7898320Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7898540Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7898750Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7898960Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7899180Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7899430Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:37:49.7899750Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:37:49.7904220Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:37:49.7904510Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:37:49.7904760Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7905000Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7905250Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7905480Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7905710Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7905940Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7906170Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7906410Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7906640Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7906860Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7907090Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7907410Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-11-23T01:37:49.7907650Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7908000Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7908350Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7908690Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7909030Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7909370Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7909700Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7910080Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7910410Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7910750Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7911080Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7911400Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7911720Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7912050Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7912380Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7912710Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7913040Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7913380Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7913730Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7914080Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7914420Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7914740Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7915060Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7915390Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7915710Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7916040Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7916370Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.003s) 2022-11-23T01:37:49.7917040Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:37:49.7917450Z warnings.warn(message, UserWarning) 2022-11-23T01:37:49.7917590Z ok (0.001s) 2022-11-23T01:37:49.7917770Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7918020Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7918260Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7918500Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7918730Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7919020Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7919250Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7919470Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7919700Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7920020Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7920370Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7920700Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7921030Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7921340Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:37:49.7921660Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:37:49.7921950Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.7922200Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7922430Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.7922750Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7923070Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:37:49.7923340Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-11-23T01:37:49.7923570Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7923810Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7924120Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7924450Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7924700Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7924940Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7925190Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.7925490Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7925740Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7925980Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7926240Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.7926510Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.7927050Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:5218: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Copy.cpp:275.) 2022-11-23T01:37:49.7927380Z t.copy_(src) 2022-11-23T01:37:49.7927500Z ok (0.002s) 2022-11-23T01:37:49.7927700Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7927930Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7928160Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7928380Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7928600Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7928810Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7929030Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7929240Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7929460Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7929710Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7929930Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7930130Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7930350Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7930580Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7930810Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.7931050Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7931290Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7931530Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7932010Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Correlation.cpp:117.) 2022-11-23T01:37:49.7932340Z res = torch.corrcoef(x) 2022-11-23T01:37:49.7932650Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:495: RuntimeWarning: Mean of empty slice. 2022-11-23T01:37:49.7932870Z avg = a.mean(axis) 2022-11-23T01:37:49.7933210Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/core/_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:37:49.7933450Z ret = um.true_divide( 2022-11-23T01:37:49.7933760Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:2821: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T01:37:49.7934060Z c = cov(x, y, rowvar, dtype=dtype) 2022-11-23T01:37:49.7934400Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:2680: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:37:49.7934640Z c *= np.true_divide(1, fact) 2022-11-23T01:37:49.7934950Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:2680: RuntimeWarning: invalid value encountered in multiply 2022-11-23T01:37:49.7935180Z c *= np.true_divide(1, fact) 2022-11-23T01:37:49.7935310Z ok (0.003s) 2022-11-23T01:37:49.7935480Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7935700Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7936160Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Correlation.cpp:117.) 2022-11-23T01:37:49.7936600Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-11-23T01:37:49.7936910Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T01:37:49.7937150Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-11-23T01:37:49.7937500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:527: RuntimeWarning: invalid value encountered in multiply 2022-11-23T01:37:49.7937770Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-11-23T01:37:49.7938010Z ok (0.012s) 2022-11-23T01:37:49.7938180Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.7942010Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.7942240Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.087s) 2022-11-23T01:37:49.7942520Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.7942880Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:49.7943210Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7943540Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7943860Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7944170Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7944750Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:37:49.7945130Z warnings.warn(message, UserWarning) 2022-11-23T01:37:49.7945270Z ok (0.005s) 2022-11-23T01:37:49.7945440Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:49.7945670Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7945900Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7946160Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-11-23T01:37:49.7946390Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.7946660Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:37:49.7946880Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:37:49.7947100Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:37:49.7947350Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:37:49.7947560Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:37:49.7947790Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.7948010Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.7948220Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.7948430Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.7948640Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.7948910Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.7949150Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.7949390Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.7949630Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.7949860Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:37:49.7950090Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:37:49.7950310Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.7950540Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.7950770Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.7951010Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.7951230Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.7951460Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.7951780Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7952040Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7952260Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.7952490Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.7952810Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7953150Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7953490Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7953820Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7954170Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7954520Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7954870Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7955210Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7955540Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:37:49.7955810Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:37:49.7956070Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.145s) 2022-11-23T01:37:49.7956330Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.148s) 2022-11-23T01:37:49.7956650Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7956980Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.7957310Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.7957640Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.7958020Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.7958340Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.7958660Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.7958990Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.7959310Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.7959640Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7960020Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7960360Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7960690Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7961020Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7961350Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7961690Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7962020Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7962350Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7962610Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-11-23T01:37:49.7962850Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-11-23T01:37:49.7963290Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1215: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:37:49.7963610Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-11-23T01:37:49.7963940Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1216: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:37:49.7964210Z b = (dx2 - dx1) / (dx1 * dx2) 2022-11-23T01:37:49.7964600Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1217: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:37:49.7964840Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-11-23T01:37:49.7965160Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1223: RuntimeWarning: invalid value encountered in add 2022-11-23T01:37:49.7965450Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7965820Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1271: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T01:37:49.7966060Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-11-23T01:37:49.7966390Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1272: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T01:37:49.7966690Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-11-23T01:37:49.7967010Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1275: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T01:37:49.7967300Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7967660Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1254: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T01:37:49.7967940Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-11-23T01:37:49.7968280Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1255: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T01:37:49.7968520Z b = (dx1 + dx2) / (dx1 * dx2) 2022-11-23T01:37:49.7968830Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1258: RuntimeWarning: invalid value encountered in add 2022-11-23T01:37:49.7969120Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7969470Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1275: RuntimeWarning: invalid value encountered in add 2022-11-23T01:37:49.7969760Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7970120Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1232: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:37:49.7970430Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-11-23T01:37:49.7970790Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1232: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:37:49.7971100Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-11-23T01:37:49.7971450Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1223: RuntimeWarning: invalid value encountered in multiply 2022-11-23T01:37:49.7971730Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7972100Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1256: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T01:37:49.7972360Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-11-23T01:37:49.7972680Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1258: RuntimeWarning: invalid value encountered in multiply 2022-11-23T01:37:49.7973010Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7973370Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1275: RuntimeWarning: invalid value encountered in multiply 2022-11-23T01:37:49.7973660Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7974020Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1273: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T01:37:49.7974270Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-11-23T01:37:49.7974600Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1239: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:37:49.7974910Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-11-23T01:37:49.7975310Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1239: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:37:49.7975620Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-11-23T01:37:49.7975770Z ok (0.034s) 2022-11-23T01:37:49.7975960Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-11-23T01:37:49.7976220Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-11-23T01:37:49.7976460Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-11-23T01:37:49.7976940Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1211: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T01:37:49.7977330Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-11-23T01:37:49.7981390Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1232: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T01:37:49.7981740Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-11-23T01:37:49.7982110Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1239: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T01:37:49.7982430Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-11-23T01:37:49.7983210Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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 /Users/runner/work/pytorch/pytorch/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-11-23T01:37:49.7983740Z return torch.as_tensor(tensor_like) 2022-11-23T01:37:49.7984090Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1258: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T01:37:49.7984400Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7984770Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1275: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T01:37:49.7985130Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7985510Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/numpy/lib/function_base.py:1223: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T01:37:49.7985800Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T01:37:49.7985960Z ok (0.014s) 2022-11-23T01:37:49.7986130Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7986370Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-11-23T01:37:49.7986610Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:37:49.7986840Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7987070Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7987310Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7987580Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7987810Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7988040Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7988270Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.7988490Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7988710Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7988930Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7989140Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7989360Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.7989600Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.435s) 2022-11-23T01:37:49.7989840Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.7990080Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7990320Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7990570Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7990820Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7991060Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7991300Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7991540Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7991780Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7992010Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7992240Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7992460Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7992690Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.7993040Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7993380Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7993760Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7994100Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7994430Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7994770Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7995090Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7995420Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7995740Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7996060Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7996420Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7996740Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.7996990Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:49.7997220Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.7997480Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:37:49.7998070Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:2967: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1070.) 2022-11-23T01:37:49.7998490Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-11-23T01:37:49.7998650Z ok (0.013s) 2022-11-23T01:37:49.7998830Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.7999080Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.7999320Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.7999560Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.7999810Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8000050Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8000290Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8000540Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8000780Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.8001030Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.8001280Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.8001520Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.8001760Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8001990Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8002230Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8002510Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8002750Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8003000Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:37:49.8003240Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:37:49.8003480Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:37:49.8003720Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:37:49.8003960Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.8004200Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.8004430Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.8004710Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.8004950Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.8005190Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.8005440Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.8005680Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.8005920Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:37:49.8006150Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.8006390Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.8006630Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8006870Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8007110Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8007350Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8007580Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8007810Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8008050Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8008280Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8008520Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8008740Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8008970Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8009200Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8009420Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8009650Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8009870Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8010100Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:37:49.8010340Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8010550Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8010850Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8011070Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8011290Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8011510Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8011730Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8011950Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8012160Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8012380Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8012590Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8012810Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8013020Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8019210Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8019440Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8019690Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8019980Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8020340Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8020700Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8021050Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8021400Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8021780Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8022130Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8022490Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8022840Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8023190Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8023460Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8023710Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8023960Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8024210Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8024460Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8024710Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8024960Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8025210Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8025460Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8025700Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8026030Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8026280Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8026530Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8026770Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8027010Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8027250Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8027490Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8027730Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8027970Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8028270Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8028500Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8028740Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8028980Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8029220Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8029450Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8030250Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:37:49.8037650Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8038000Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8038260Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8038510Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8038760Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8039010Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8039260Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8039500Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8039750Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8039990Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8040230Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8040460Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8040700Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8040970Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8041250Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8041960Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8042420Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8042740Z ok (0.002s) 2022-11-23T01:37:49.8068680Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8069120Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8069260Z ok (0.002s) 2022-11-23T01:37:49.8069830Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8070390Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8070530Z ok (0.002s) 2022-11-23T01:37:49.8071100Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8071550Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8071680Z ok (0.002s) 2022-11-23T01:37:49.8072250Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8072700Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8072830Z ok (0.002s) 2022-11-23T01:37:49.8073380Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8073810Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8073940Z ok (0.002s) 2022-11-23T01:37:49.8074490Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8074910Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8075050Z ok (0.002s) 2022-11-23T01:37:49.8075600Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8076030Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8076160Z ok (0.002s) 2022-11-23T01:37:49.8076780Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8077210Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8077350Z ok (0.002s) 2022-11-23T01:37:49.8077890Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8078310Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8078450Z ok (0.002s) 2022-11-23T01:37:49.8079000Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8079480Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8079620Z ok (0.002s) 2022-11-23T01:37:49.8080160Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1796.) 2022-11-23T01:37:49.8080590Z torch.masked_select(src, mask, out=dst3) 2022-11-23T01:37:49.8080720Z ok (0.002s) 2022-11-23T01:37:49.8080910Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:49.8081150Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8081400Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8081660Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8082010Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8082310Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.134s) 2022-11-23T01:37:49.8082570Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-11-23T01:37:49.8082830Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8083090Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8083330Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.8083570Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.8083810Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-11-23T01:37:49.8084070Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8084320Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8084550Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8084790Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8085110Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:49.8085540Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:49.8085840Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8086120Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8086410Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8086680Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:37:49.8086940Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8087200Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8087480Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T01:37:49.8087870Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:37:49.8088150Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8088490Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8088880Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8094680Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8095080Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8095370Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8095630Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8096000Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8096390Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8096770Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8097090Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-11-23T01:37:49.8097390Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:49.8097660Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.8097960Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-11-23T01:37:49.8098250Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.8098520Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.8098810Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-11-23T01:37:49.8099100Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.8099360Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.8099700Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8100060Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8100350Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8100700Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8101090Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8101390Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8101740Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8102190Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8102470Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8102740Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8103000Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8103270Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8103520Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8103780Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8104040Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8104290Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8104550Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8104800Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8105150Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8105520Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8105880Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:49.8106260Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8106570Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8106930Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8107310Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8107610Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8108520Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_torch.py:1628: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:37:49.8109120Z torch.median(a, 0, out=(result, indices)) 2022-11-23T01:37:49.8109260Z ok (0.001s) 2022-11-23T01:37:49.8109460Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8109710Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:37:49.8109960Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.119s) 2022-11-23T01:37:49.8110190Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:49.8110420Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.8110690Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-11-23T01:37:49.8110940Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8111160Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8111410Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8111930Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/cuda/amp/grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-11-23T01:37:49.8112350Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-11-23T01:37:49.8112540Z ok (0.001s) 2022-11-23T01:37:49.8112740Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8113000Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8113240Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8113490Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8113720Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8113960Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8114180Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8114410Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8114650Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8114880Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8115110Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8115340Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8115560Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8115790Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8116010Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8116230Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8116450Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8116660Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:37:49.8116880Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.8117130Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.8117340Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.8117550Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.8117760Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:37:49.8117970Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8118200Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:37:49.8118530Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8119150Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:37:49.8119590Z warnings.warn(message, UserWarning) 2022-11-23T01:37:49.8119730Z ok (0.043s) 2022-11-23T01:37:49.8119930Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8120170Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8120430Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.152s) 2022-11-23T01:37:49.8120680Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8120910Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8121140Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8121420Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8121740Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8122030Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8122290Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8122550Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8122820Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8123080Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8123340Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8123590Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8123850Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8124100Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8124350Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8124600Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8124850Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8125120Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8125400Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8125750Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8126040Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8126320Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8126590Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8126860Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8127120Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8127390Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8127660Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8127990Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8128260Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8128510Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8128770Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8129020Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8133140Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8133390Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8133640Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8133880Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8134120Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8134360Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8134600Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8134840Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8135080Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8135320Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8135560Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8135810Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8136050Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8136280Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8136520Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8136750Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8136980Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8137210Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8137440Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8137670Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8137890Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8138180Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8138410Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8138630Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8138850Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:37:49.8139070Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:37:49.8139320Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:37:49.8139560Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8139780Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.8140010Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8140240Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8140510Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8140720Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8140940Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8141160Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8141370Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8141590Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8141820Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8142070Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8142320Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8142570Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8142810Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8143050Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8143290Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8143530Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8143770Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8144000Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8144240Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8144480Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8144720Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8144970Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8145220Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8145480Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8145730Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8145970Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8146220Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8146460Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8146740Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8146980Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8147220Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8147460Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8147700Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8147930Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8148180Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8148410Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8148650Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8148920Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8149160Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8149380Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8149610Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8149850Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8150080Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8150310Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8150540Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8150770Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8151010Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-11-23T01:37:49.8151260Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:49.8151490Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:37:49.8151720Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8151940Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8152160Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8152380Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8152600Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8152810Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8153030Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8153250Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8153460Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8153670Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8153880Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8154230Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:49.8154490Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8154730Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8154980Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8155260Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8155500Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8155740Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8155980Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8156220Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8156460Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8156700Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8156930Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8157160Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:37:49.8157430Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T01:37:49.8157730Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:37:49.8157970Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8158210Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8158450Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8158690Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8158930Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8159170Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8159410Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8159650Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8159890Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8160120Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8160350Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8160590Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8160830Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-11-23T01:37:49.8161070Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8161310Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8161550Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8161800Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8165850Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8166100Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8166340Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8166570Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8166810Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8167040Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8167270Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8167590Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8167840Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8168130Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8168360Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8168600Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8168830Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8169060Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:37:49.8169290Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8169520Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:37:49.8169770Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:37:49.8170090Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:37:49.8170240Z 2022-11-23T01:37:49.8170390Z ---------------------------------------------------------------------- 2022-11-23T01:37:49.8170560Z Ran 828 tests in 4.732s 2022-11-23T01:37:49.8170640Z 2022-11-23T01:37:49.8170690Z OK (skipped=148) 2022-11-23T01:37:49.8170770Z 2022-11-23T01:37:49.8170820Z Generating XML reports... 2022-11-23T01:37:49.8171140Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221123013744.xml 2022-11-23T01:37:49.8171490Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20221123013744.xml 2022-11-23T01:37:49.8171840Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20221123013744.xml 2022-11-23T01:37:49.8172200Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20221123013744.xml 2022-11-23T01:37:49.8172430Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T01:37:49.8172620Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T01:37:49.8172800Z [TORCH_VITAL] CUDA.used False 2022-11-23T01:37:49.8172890Z 2022-11-23T01:37:49.8173160Z ##[endgroup] 2022-11-23T01:37:49.8173430Z FINISHED PRINTING LOG FILE of test_torch (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_torch_028ftqkd) 2022-11-23T01:37:49.8173600Z 2022-11-23T01:37:49.8173710Z Running test_modules ... [2022-11-23 01:37:49.782502] 2022-11-23T01:37:49.8174090Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:49.782899] 2022-11-23T01:37:52.8872550Z 2022-11-23T01:37:52.8872940Z Expand the folded group to see the log file of test_modules 2022-11-23T01:37:52.8873540Z ##[group]PRINTING LOG FILE of test_modules (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_modules_f1za4iev) 2022-11-23T01:37:52.8873800Z 2022-11-23T01:37:52.8873950Z Running tests... 2022-11-23T01:37:52.8874490Z ---------------------------------------------------------------------- 2022-11-23T01:37:52.8874790Z Test results will be stored in test-reports/python-unittest/test_modules 2022-11-23T01:37:52.8875050Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T01:37:52.8875390Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8875790Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8876130Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8876820Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8877370Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8877680Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.8877960Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.8878260Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8878640Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8878950Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8886310Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8886730Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8887120Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8887430Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8887800Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8888110Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8888480Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8888800Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8889160Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8889480Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8889840Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8890120Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8890480Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8890780Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8891130Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8891400Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8891740Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8892040Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8892350Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8892660Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8892960Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8893410Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8893730Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8894040Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8894330Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8894620Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8894990Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8895300Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8895660Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8895950Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8896240Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8896650Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8896970Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8897350Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8897660Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8898000Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8898300Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8898650Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8898930Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8899260Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8899550Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8899900Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8900200Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8900550Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8900850Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8901210Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8901500Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8901830Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8902150Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8902480Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8902750Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8903080Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8903360Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8903690Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8903970Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8904310Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8904620Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8904960Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8905240Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8905560Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8905840Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8906170Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8906460Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8906820Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8907120Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8907470Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8907760Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8908110Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8908390Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8908730Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8909030Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8909420Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8909740Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8910130Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8910430Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8910830Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8911120Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8911450Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8911720Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8912050Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8912330Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8912660Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8912940Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8913310Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8913580Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8913890Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8914180Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8914550Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8914860Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8915240Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8915590Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8915960Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8916290Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:37:52.8916660Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.8916930Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8917270Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8917550Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8917880Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8918150Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.8918470Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8918730Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8919070Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8919390Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8919740Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8920010Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8920340Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8920620Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8920950Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8921220Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8921530Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8921830Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8922140Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8922400Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8922710Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8922960Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8923260Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8923530Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8924310Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/EmptyTensor.cpp:32.) 2022-11-23T01:37:52.8924800Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T01:37:52.8924950Z ok (0.002s) 2022-11-23T01:37:52.8925140Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8925390Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8925760Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8926040Z test_factory_kwargs_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8926290Z test_factory_kwargs_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8926540Z test_factory_kwargs_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8926780Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8927100Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8927370Z test_factory_kwargs_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8927610Z test_factory_kwargs_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8927850Z test_factory_kwargs_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8928200Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8928530Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8928800Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T01:37:52.8929130Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8929400Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8929700Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8929950Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8930260Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8930570Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8930880Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8931140Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T01:37:52.8931460Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8931720Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T01:37:52.8932040Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8932310Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8932630Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8932890Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8933200Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8933460Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8933770Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8934020Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8934340Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8934600Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-11-23T01:37:52.8934920Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8935180Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-11-23T01:37:52.8935500Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8936070Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/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-11-23T01:37:52.8936510Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:37:52.8936680Z ok (0.005s) 2022-11-23T01:37:52.8936980Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8937240Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T01:37:52.8937560Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8937810Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T01:37:52.8938130Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8938400Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8938740Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8939020Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8939390Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8939660Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8939990Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8940250Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8940560Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8940840Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.085s) 2022-11-23T01:37:52.8941200Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8941500Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.041s) 2022-11-23T01:37:52.8941870Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8942150Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8942470Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8942740Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.8943060Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8943320Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-11-23T01:37:52.8943640Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8943900Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-11-23T01:37:52.8944220Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8944470Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8944780Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8945050Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T01:37:52.8945360Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8945700Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-11-23T01:37:52.8946060Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8946350Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-11-23T01:37:52.8946720Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8947030Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-11-23T01:37:52.8947390Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8947680Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.077s) 2022-11-23T01:37:52.8948080Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8948430Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8948780Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8949120Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8949470Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8949810Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8950140Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8950480Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8950830Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8951170Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8951510Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8951860Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8952200Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8952550Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8952890Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8953230Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8953550Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8953880Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8954190Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8954540Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8954880Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8955190Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8955500Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8955830Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8956170Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8956510Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8956910Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8957250Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8957590Z test_forward_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8957970Z test_forward_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8958310Z test_forward_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8958650Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8958990Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8959330Z test_forward_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8959670Z test_forward_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8960010Z test_forward_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8960350Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8960680Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8961030Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8961370Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8961700Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8962010Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8962340Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8962670Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8963000Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8963380Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8963720Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8964050Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8964380Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8964710Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8965040Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8965380Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8965720Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8966090Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8966410Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8966720Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8967050Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8967370Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8967700Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8968030Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8968360Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8968690Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8969030Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8969350Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8969680Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8970000Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8970320Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8970640Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8970980Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8971330Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8971670Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8972020Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8972400Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8972750Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8973070Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8973390Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8973740Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8974100Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8974470Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8974880Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8975220Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8975550Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8975870Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8976190Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8976510Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8976840Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8977170Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8977500Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8977820Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8978140Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8978450Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8978780Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8979130Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8979500Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8979880Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8980260Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8980640Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8981020Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8981420Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8981760Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.8982100Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8982450Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8982780Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8983110Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8983450Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8983840Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8984170Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8984490Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8984790Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8985100Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8985400Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8985710Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8986040Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8986360Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8986690Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8987010Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8987310Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8987620Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8987930Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8988250Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8988570Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8988880Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8989280Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8989600Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8989950Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8990320Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8990650Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8990980Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8991290Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8997680Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8998030Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8998380Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8998700Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8999120Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8999490Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.8999820Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9000140Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9000460Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9000790Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9001120Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9001430Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9001780Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9002140Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9002510Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9002860Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9003200Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9003560Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9003900Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9004240Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9004600Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9004950Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9005340Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9005690Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9006020Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9006340Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9006660Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9006990Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9007340Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9007670Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9008060Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9008400Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9008720Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9009040Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9009370Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9009710Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9010050Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9010380Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9010710Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9011040Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9011380Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9011710Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9012040Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9012360Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9012710Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9013060Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9013400Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9013730Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9014090Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9014490Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9014840Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9015160Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9015490Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9015820Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9016150Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9016470Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9016860Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9017230Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9017620Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9017970Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.000s) 2022-11-23T01:37:52.9018340Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9018720Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9019110Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9019480Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9019850Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9020210Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9020580Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9020940Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9021310Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9021670Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9022030Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9022390Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9022740Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9023140Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9023510Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9023860Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9024260Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9024610Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9024980Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9025360Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9025790Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9026170Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9026540Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9026910Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9027280Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9027660Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9028030Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9028390Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9028760Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9029140Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9029500Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9029880Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9030240Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9030620Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9031000Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9031360Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9031750Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9032110Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9032480Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9032830Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9033180Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9033530Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9033880Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9034280Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9034660Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9035020Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9035370Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9035730Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9036080Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9036440Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9036810Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9037160Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9037510Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9037870Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9038240Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9038590Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9038950Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9039310Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9039660Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9044140Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9044610Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9045130Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9045510Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9045880Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9046240Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9046610Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9046960Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9047380Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9047750Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9048120Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9048470Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9048820Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9049170Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9049520Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9049860Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9050210Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9050590Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9050940Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9051290Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9051670Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9052060Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9052450Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9052840Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9053250Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9053620Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9053980Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9054330Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9054680Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9055040Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9055320Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9055600Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9055940Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9056290Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9056650Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9057000Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9057350Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9057700Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9058050Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9058400Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9058670Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9058910Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9059230Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9059550Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9059880Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9060190Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9060520Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9060830Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9061170Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9061530Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9061970Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9062330Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9062680Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9063030Z test_memory_format_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9063380Z test_memory_format_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9063720Z test_memory_format_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9064070Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9064460Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9064800Z test_memory_format_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9065150Z test_memory_format_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9065490Z test_memory_format_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9065840Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9066180Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9066520Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9066870Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9067200Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9067520Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9067780Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9068030Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9068350Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9068680Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9069010Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9069350Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9069680Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9070020Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9070290Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9070620Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9070950Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9071280Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9071540Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9071780Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9072100Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9072430Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9072760Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9073140Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9073470Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9073810Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9074150Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9074480Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9074810Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9075140Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9075460Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9075790Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9076130Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9076490Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9076850Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9077200Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9077560Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9077900Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9078170Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9078410Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9078670Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9078950Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9079270Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9079550Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9079820Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9080060Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9080380Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9080710Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9081040Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9081380Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9081760Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9082090Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9082420Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9082740Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9083060Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9083390Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9083670Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9087800Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9088110Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9088400Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9088690Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9088980Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9089250Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9089500Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9089770Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9090150Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9090460Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9090830Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9091130Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9091520Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9091820Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9092190Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9092490Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9092870Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9093170Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9093530Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9093860Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9094230Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9094520Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9094860Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9095150Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9095480Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9095770Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9096110Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9096380Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9096720Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9097010Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9097310Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9097590Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9097880Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9098240Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9098540Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9098820Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9099110Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9099400Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9099810Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9100110Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9100400Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9100680Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9100970Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9101320Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9101620Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9102030Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9102320Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9102650Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9102940Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9103280Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9103570Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9103920Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9104200Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9104550Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9104840Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9105190Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9105480Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9105840Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9106130Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9106470Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9106760Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9107090Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9107370Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9107760Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9108050Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9108400Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9108690Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9109050Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9109340Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9109680Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9110010Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9110350Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9110640Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9110970Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9111270Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9111640Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9111950Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9112310Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9112620Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9112980Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9113270Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9113600Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9113910Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9114290Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9114610Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9114990Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9115290Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9115630Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9115950Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9116290Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9116580Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9116930Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9117220Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9117560Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9117850Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9118180Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9118500Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9118840Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9119140Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9119530Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9119860Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9120250Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9120580Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9120980Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9121290Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:37:52.9121640Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9121930Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9122210Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:37:52.9122570Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9122940Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9123300Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9123640Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9124050Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9124460Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9124840Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9125200Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9125570Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9125930Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9126300Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9126660Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9131000Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9131360Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9131710Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9132050Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9132390Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9132730Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9133070Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9133400Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9133750Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9134120Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9134490Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9134850Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9135210Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9135560Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9135920Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9136280Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9136640Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9137060Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9137420Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9137780Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9138140Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9138490Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9138850Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9139210Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9139630Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9139980Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9140310Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9140660Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9141010Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9141350Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9141690Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9142040Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9142390Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9142740Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9143090Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9143440Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9143800Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9144150Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9144500Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9144840Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9145180Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9145530Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9145960Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9146320Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9146670Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9147020Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9147370Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9147720Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9148110Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9148460Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9148810Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9149150Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9149490Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9149850Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9150230Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9150600Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9150960Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9151330Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9151690Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9152040Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9152380Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9152750Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9153140Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9153520Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9153910Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9154310Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9154660Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9155000Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9155330Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9155680Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9156020Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9156380Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9156770Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9157120Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9157460Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9157800Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9158140Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9158510Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9158890Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9159280Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9159680Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9160080Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9160490Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9160860Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9161210Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.002s) 2022-11-23T01:37:52.9161570Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9161910Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9162260Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9162600Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9162930Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9163290Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9163640Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9163980Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9164320Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9164660Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9165000Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9165330Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9165710Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9166050Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9166380Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9166700Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9167020Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9167340Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9167650Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9167960Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9168270Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9168580Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9168910Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9169260Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9169600Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9169930Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9170270Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9170600Z test_pickle_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9170940Z test_pickle_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9171270Z test_pickle_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9171600Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9172000Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9172340Z test_pickle_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9172680Z test_pickle_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9177090Z test_pickle_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9177450Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9177780Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9178120Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9178460Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9178860Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9179170Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9179490Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9179820Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9180140Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9180460Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9180780Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9181110Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9181440Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9181760Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9182100Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9182430Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9182750Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9183070Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9183390Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9183700Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9184020Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9184340Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9184670Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9185040Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9185400Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9185720Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9186050Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9186370Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9186690Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9187010Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9187330Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9187690Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9188020Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9188370Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9188710Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9189050Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9189390Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9189730Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9190050Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9190370Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9190710Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9191070Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9191430Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9191790Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9192130Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9192450Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9192760Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9193070Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9193420Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9193740Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9194110Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9194440Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9194760Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9195070Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9195390Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9195700Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9196040Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9196440Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9196810Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9197180Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9197560Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9197930Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9198280Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9198610Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9198860Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9199190Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9199450Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9199770Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9200020Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9200310Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9200570Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9200890Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9201150Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9201470Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9201730Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9202050Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9202310Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9202620Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9202910Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9203210Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9203450Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9203740Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9203970Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9204260Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9204490Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9204770Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9205650Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:1108: 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-11-23T01:37:52.9206190Z warnings.warn( 2022-11-23T01:37:52.9206300Z ok (0.001s) 2022-11-23T01:37:52.9206480Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9206720Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9206940Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9207260Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9207520Z test_repr_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9207750Z test_repr_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9207970Z test_repr_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9208200Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9208510Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9208760Z test_repr_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9208990Z test_repr_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9209210Z test_repr_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9209440Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9209740Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9210000Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9210310Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9210560Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9210850Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9211080Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9211450Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9211700Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9211990Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9212230Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.9212530Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9212780Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T01:37:52.9213080Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9213330Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9213640Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9213930Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9214230Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9218680Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9218990Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9219230Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9219530Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9219780Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T01:37:52.9220080Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9220330Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T01:37:52.9220640Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9220880Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9221180Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9221430Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9221720Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9221960Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9222250Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9222510Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9222830Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9223090Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9223400Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9223670Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9224030Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9224280Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9224630Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9224890Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T01:37:52.9225230Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9225510Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T01:37:52.9225850Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9226100Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9226390Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9226620Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9226950Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9227190Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T01:37:52.9227490Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9227740Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T01:37:52.9228040Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9228280Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9228570Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9228810Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T01:37:52.9229100Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9229360Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T01:37:52.9229690Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9229980Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T01:37:52.9230320Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9230620Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T01:37:52.9230970Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9231240Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-11-23T01:37:52.9231540Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:37:52.9231720Z 2022-11-23T01:37:52.9231860Z ---------------------------------------------------------------------- 2022-11-23T01:37:52.9232030Z Ran 972 tests in 1.715s 2022-11-23T01:37:52.9232110Z 2022-11-23T01:37:52.9232160Z OK (skipped=861) 2022-11-23T01:37:52.9232240Z 2022-11-23T01:37:52.9232290Z Generating XML reports... 2022-11-23T01:37:52.9232570Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221123013750.xml 2022-11-23T01:37:52.9232730Z 2022-11-23T01:37:52.9233000Z ##[endgroup] 2022-11-23T01:37:52.9233280Z FINISHED PRINTING LOG FILE of test_modules (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_modules_f1za4iev) 2022-11-23T01:37:52.9233450Z 2022-11-23T01:37:52.9233640Z Running test_namedtuple_return_api ... [2022-11-23 01:37:52.888045] 2022-11-23T01:37:52.9234040Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:52.888425] 2022-11-23T01:37:54.6470060Z 2022-11-23T01:37:54.6470390Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-11-23T01:37:54.6470970Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_namedtuple_return_api_poms7gus) 2022-11-23T01:37:54.6471170Z 2022-11-23T01:37:54.6471230Z Running tests... 2022-11-23T01:37:54.6471580Z ---------------------------------------------------------------------- 2022-11-23T01:37:54.6471900Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-11-23T01:37:54.6472170Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.119s) 2022-11-23T01:37:54.6472830Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtuple_return_api.py:149: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T01:37:54.6473250Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T01:37:54.6473430Z Q, R = torch.qr(A, some) 2022-11-23T01:37:54.6473570Z should be replaced with 2022-11-23T01:37:54.6473930Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2458.) 2022-11-23T01:37:54.6474200Z ret1 = func(a, *op.input) 2022-11-23T01:37:54.6480630Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtuple_return_api.py:155: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T01:37:54.6481010Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T01:37:54.6481190Z Q, R = torch.qr(A, some) 2022-11-23T01:37:54.6481320Z should be replaced with 2022-11-23T01:37:54.6481650Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2470.) 2022-11-23T01:37:54.6481930Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T01:37:54.6482300Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtuple_return_api.py:149: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:37:54.6482680Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T01:37:54.6482910Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:37:54.6483060Z should be replaced with 2022-11-23T01:37:54.6483260Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:37:54.6483420Z and 2022-11-23T01:37:54.6483560Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:37:54.6483700Z should be replaced with 2022-11-23T01:37:54.6484030Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2909.) 2022-11-23T01:37:54.6484290Z ret1 = func(a, *op.input) 2022-11-23T01:37:54.6484650Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtuple_return_api.py:155: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:37:54.6485030Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T01:37:54.6485260Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:37:54.6485410Z should be replaced with 2022-11-23T01:37:54.6485730Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:37:54.6485890Z and 2022-11-23T01:37:54.6486030Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:37:54.6486200Z should be replaced with 2022-11-23T01:37:54.6486560Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2927.) 2022-11-23T01:37:54.6486830Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T01:37:54.6487270Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtuple_return_api.py:149: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T01:37:54.6487680Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T01:37:54.6487920Z X = torch.triangular_solve(B, A).solution 2022-11-23T01:37:54.6488070Z should be replaced with 2022-11-23T01:37:54.6488350Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2224.) 2022-11-23T01:37:54.6488660Z ret1 = func(a, *op.input) 2022-11-23T01:37:54.6489090Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtuple_return_api.py:149: 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-11-23T01:37:54.6489430Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T01:37:54.6489590Z should be replaced with 2022-11-23T01:37:54.6489770Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T01:37:54.6489920Z and 2022-11-23T01:37:54.6490090Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T01:37:54.6490270Z should be replaced with 2022-11-23T01:37:54.6490560Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/BatchLinearAlgebra.cpp:2028.) 2022-11-23T01:37:54.6490840Z ret1 = func(a, *op.input) 2022-11-23T01:37:54.6490980Z ok (0.009s) 2022-11-23T01:37:54.6491160Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (0.816s) 2022-11-23T01:37:54.6491290Z 2022-11-23T01:37:54.6491440Z ---------------------------------------------------------------------- 2022-11-23T01:37:54.6491630Z Ran 3 tests in 0.944s 2022-11-23T01:37:54.6491710Z 2022-11-23T01:37:54.6491760Z OK 2022-11-23T01:37:54.6491830Z 2022-11-23T01:37:54.6491890Z Generating XML reports... 2022-11-23T01:37:54.6492210Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221123013753.xml 2022-11-23T01:37:54.6492410Z 2022-11-23T01:37:54.6492580Z ##[endgroup] 2022-11-23T01:37:54.6492920Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_namedtuple_return_api_poms7gus) 2022-11-23T01:37:54.6493130Z 2022-11-23T01:37:54.6493320Z Running inductor/test_torchinductor_opinfo ... [2022-11-23 01:37:54.647337] 2022-11-23T01:37:55.6398360Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:55.639547] 2022-11-23T01:37:55.6398790Z Ignoring disabled issues: [] 2022-11-23T01:37:55.6700600Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:55.669856] 2022-11-23T01:37:55.6701040Z Ignoring disabled issues: [] 2022-11-23T01:37:59.2093620Z 2022-11-23T01:37:59.2094260Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T01:37:59.2094920Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_torchinductor_opinfo_6w21icmo) 2022-11-23T01:37:59.2096580Z Test results will be stored in test-reports/python-pytest/inductor.test_torchinductor_opinfo/inductor.test_torchinductor_opinfo-92d59ccc6d48a47a.xml 2022-11-23T01:37:59.2096880Z ============================= test session starts ============================== 2022-11-23T01:37:59.2097240Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:37:59.2097480Z cachedir: .pytest_cache 2022-11-23T01:37:59.2097790Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:37:59.2098140Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:37:59.2098630Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:37:59.2099160Z collecting ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_opinfo.py:0: PytestCollectionWarning: cannot collect test class 'TestExpect' because it has a __new__ constructor (from: test/inductor/test_torchinductor_opinfo.py) 2022-11-23T01:37:59.2099560Z collected 2709 items / 2 deselected / 2707 selected 2022-11-23T01:37:59.2239490Z Running 1311 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rand___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmatmul___cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmatmul___cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmatmul___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmod___cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___ror___cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___ror___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rxor___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rxor___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive__softmax_backward_data_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addbmm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addbmm_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcdiv_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcmul_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcmul_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcmul_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_decomposed_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_decomposed_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmv_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmv_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmv_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_allclose_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_baddbmm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_baddbmm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_baddbmm_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bernoulli_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bernoulli_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bincount_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_left_shift_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_not_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_or_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_right_shift_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_xor_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_xor_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_xor_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bmm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bmm_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_shapes_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdist_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ceil_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ceil_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_inverse_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_solve_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_corrcoef_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cov_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cov_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cross_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cross_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumprod_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumsum_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumulative_trapezoid_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumulative_trapezoid_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dist_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dist_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dot_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dot_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dot_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dot_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frac_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frac_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frac_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frexp_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frexp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frexp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gcd_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_geqrf_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_geqrf_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histc_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histogramdd_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histogramdd_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hypot_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hypot_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igammac_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_inner_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kthvalue_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lerp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cond_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cond_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cross_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_det_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigh_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigvals_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_householder_product_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_householder_product_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_inv_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_inv_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_inv_ex_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_factor_ex_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_factor_ex_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_solve_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_solve_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lstsq_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_factor_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_factor_ex_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_factor_ex_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_solve_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_norm_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_power_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_rank_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_hermitian_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_singular_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_singular_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_qr_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_ex_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_ex_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_triangular_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_svd_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_svdvals_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_svdvals_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_tensorinv_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_tensorsolve_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vander_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vander_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logaddexp2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logaddexp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logdet_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logdet_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logspace_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_solve_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_unpack_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_unpack_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumprod_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumsum_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumsum_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_log_softmax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logaddexp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logsumexp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logsumexp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logsumexp_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logsumexp_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_median_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_norm_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_normalize_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_softmin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_std_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matmul_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matmul_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matmul_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_pool2d_with_indices_backward_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mean_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mean_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mv_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mv_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mv_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmean_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmean_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmean_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmedian_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmedian_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmedian_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanquantile_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_batch_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nextafter_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nextafter_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_alpha_dropout_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_alpha_dropout_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool1d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool1d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool1d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool2d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool3d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool3d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool3d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_batch_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_bilinear_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_bilinear_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_bilinear_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_celu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_celu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv1d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv2d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose1d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose1d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_similarity_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_ctc_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout3d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout3d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_elu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_bag_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_glu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_glu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_grid_sample_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_group_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardshrink_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardsigmoid_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardsigmoid_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardswish_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardtanh_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardtanh_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_huber_loss_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_linear_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_nearest_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_nearest_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_kl_div_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_layer_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_layer_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_leaky_relu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_leaky_relu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_linear_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_linear_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_local_response_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_local_response_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_local_response_norm_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool1d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool3d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool1d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool3d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mish_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mish_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multi_margin_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_normalize_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_normalize_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pdist_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pdist_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_prelu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_prelu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu6_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu6_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_rrelu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_selu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_selu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_silu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_soft_margin_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_soft_margin_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softshrink_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softshrink_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_tanhshrink_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_tanhshrink_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_threshold_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_threshold_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_upsample_nearest_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_fro_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_fro_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_inf_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pca_lowrank_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polar_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_qr_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_quantile_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_like_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_like_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_like_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_renorm_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_renorm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_neg_3_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_neg_3_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_lengths_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_offsets_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_cosine_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_exponential_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_exponential_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_gaussian_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_kaiser_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sparse_sampled_addmm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stft_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stft_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_svd_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_svd_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_svd_lowrank_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_svd_lowrank_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_symeig_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensordot_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensordot_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensordot_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_topk_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_topk_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_topk_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_topk_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triangular_solve_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triangular_solve_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_indices_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_indices_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trunc_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_uniform_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_uniform_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_mean_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_mean_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_mean_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vdot_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vdot_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_complex_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_complex_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_float32 2022-11-23T01:37:59.2365020Z 2022-11-23T01:37:59.2366270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2366710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2367070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2367440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2367830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2368190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2368550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2369070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2369430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rand___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2369780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2370140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2370500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2370860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.2371210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmatmul___cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2371570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmatmul___cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2371930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmatmul___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2372280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmod___cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2372630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2372980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___ror___cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2373340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___ror___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2373690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2374040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2374460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2374820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2375180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2375530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rxor___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.2375870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rxor___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2376240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive__softmax_backward_data_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2376650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2377000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2377350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2377700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2378040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2378390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2378750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2379130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2379480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acosh_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2379820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2380170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.2380530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2380870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2381210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2381560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addbmm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2381920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addbmm_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2382330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcdiv_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2382690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcmul_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2383050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcmul_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2383400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcmul_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2383760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2384110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2384530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2384890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_decomposed_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.2385270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_decomposed_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2385640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmv_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2385990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmv_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2386340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmv_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2386700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2387070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2387440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2387790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2388140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2388490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2388850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_allclose_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2389210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2389560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.2389910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2390310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2390660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2391010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2391370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2391720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2392080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2392470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2392830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2393190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2393550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2393900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_aminmax_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2394250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.2394610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2394970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2395320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2395670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2396040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2396400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2396760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2397120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2397480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2397830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2398280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2398650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2399010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.2399370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2399730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2400100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2400520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2400890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2401260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2401630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2401990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2402370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2402750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2403130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2403500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2403860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.2404220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2411850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2412220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2412580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2412940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2413300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2413880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2414250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2414620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2415000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2415370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2415780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2416220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.2416580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2416940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2417300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2417660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2418010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2418360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2418720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_baddbmm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2419080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_baddbmm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2419440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_baddbmm_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2419800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bernoulli_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2420160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bernoulli_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2420520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2420870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2421240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.2421660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2422030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bincount_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2422410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_left_shift_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2422770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_not_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2423130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_or_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2423490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_right_shift_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2423900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_xor_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2424260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_xor_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2424620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_xor_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2424980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2425340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2425700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2426060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.2426410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bmm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2426760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bmm_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2427110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2427470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2427830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2428180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2428580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2428960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2429330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2429740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2430130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2430500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2430860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.2431220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2431580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2431980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2432360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2432730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2433090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2433450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2433800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2434150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdist_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2434510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2434870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2435220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2435570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ceil_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.2435930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ceil_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2436290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2436640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2437000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2437440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2437800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2438150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2438510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2438860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2439220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_inverse_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2439600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_solve_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2440020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2440380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.2440730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2441080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2441430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2441790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2442150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2442510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2442870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2443230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2443590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2443950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2444320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2444680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2445040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.2445440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2445810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2446180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2446540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2446890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2447240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2447640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2448000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2448360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2448730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2449090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2449460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2449830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.2450190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2450560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2450920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2451270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2451640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2452030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2452380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2452740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_corrcoef_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2453100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2453490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2453850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2454210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2454570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.2454940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2455320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cov_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2455710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cov_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2456060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cross_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2456410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cross_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2456760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2457110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2457470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2457820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2458170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2458520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2458870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumprod_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2459220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumsum_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.2459590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumulative_trapezoid_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2459970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2460340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2460700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2461090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2461450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2461800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2462150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2462500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2462870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2463220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2463630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2463990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2464350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.2464700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2465060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2465430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2465790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2466140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2466490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2466850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dist_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2467200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dist_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2467560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2467940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2468300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2468670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2469100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.2469480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2469850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2470220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2470580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dot_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2470930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dot_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2471350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dot_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2471700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dot_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2472050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2472400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2472750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2473110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2473460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2473810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.2474160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2474510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2474860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2475220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2475560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2475920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2482050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2482410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2482900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2483260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2483620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2483980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2484340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.2484700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2485090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2485450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2485800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2486150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2486490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2486850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2487190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2487550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2487900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2488250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2488600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2488960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.2489300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2489660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2490020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2490420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2490780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2491130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2491480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2491820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2492170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2492520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2492910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2493260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2493610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.2493960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2494310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2494670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2495030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2495380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2495730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2496080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2496450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2496810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2497170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2497530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2497890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2498280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.2498640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2499000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2499350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2499700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2500060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2500410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2500810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2501160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2501520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2501870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2502230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2502580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2502940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.2503300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2503660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2504010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2504370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2504730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2505100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2505460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2505820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2506240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2506620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2506980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2507340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2507690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.2508050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2508510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2508870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2509230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2509590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2509950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2510310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2510670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2511030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2511380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2511740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2512100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2512450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2512810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.2513160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2513510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2513870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2514290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2514650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2515000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2515360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2515730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2516090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2516490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2516840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2517190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2517540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.2517890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2518250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2518600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2518970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2519330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2519680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2520040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2520390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2520740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2521110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2521460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2521850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2522210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.2522560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2522910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2523250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2523600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2523960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frac_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2524360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frac_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2529840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frac_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2530200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frexp_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2530560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frexp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2530920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_frexp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2531270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2531620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2531970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.2532330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2532690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2533050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2533400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gcd_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2533750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2534100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2534450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_geqrf_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2534930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_geqrf_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2535300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2535650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2536000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2536350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2536690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.2537050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2537460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2537810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2538150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2538520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2538880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2539240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2539600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2539960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2540310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histc_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2540670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histogramdd_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2541030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histogramdd_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2541400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.2541750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2542100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2542450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2542870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hypot_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2543230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hypot_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2543580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2543920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2544280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igammac_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2544630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2545000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2545410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2545800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2546160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.2546510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2546870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2547230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2547590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2547940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2548290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2548650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2549000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2549370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2549730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2550090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2550450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2550870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_inner_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.2551230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2551580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2551930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2552280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2552630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2553030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2553390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2553740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2554100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2554490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2554840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2555190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2555540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.2555890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2556240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2556580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2556930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2557280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2557640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2558000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2558350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2558770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2559130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2559490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2559840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2560190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2560540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.2560930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2561270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2561620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2561970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2562320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2562680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2563020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2563360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2563690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2564030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2564380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2564730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2565060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.2565390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:59.2565720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:59.2566050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:59.2566410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:59.2566750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.2567110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.2567460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.2567810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kthvalue_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.2568160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.2568520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.2568900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.2569250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.2569600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lerp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.2569950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2570310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cond_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2570670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cond_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2571030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cross_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2571390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_det_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2571750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigh_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2576280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigvals_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2576730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_householder_product_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2577110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2577480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_inv_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2577840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_inv_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2578210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_inv_ex_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2578700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.2579070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2579450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2579820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2580190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lstsq_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2580560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2581010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_factor_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2581390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_factor_ex_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2581760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2582150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_solve_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2582530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_norm_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2582900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2583270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2583640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.2584000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2584380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2584770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2585130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2585530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 41%] 2022-11-23T01:37:59.2585930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 41%] 2022-11-23T01:37:59.2586380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_qr_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2586740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2587110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_ex_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2587470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2587850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_triangular_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2588220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_svd_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2588630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_svdvals_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.2588990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2589360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_tensorinv_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2589730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2590100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vander_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2590470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vander_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2590830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2591190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2591550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2591910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2592270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linspace_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2592620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2592980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2593330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.2593680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2594070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2594430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2594780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2595130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2595480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2595830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2596180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2596590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2596970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2597340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logaddexp2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2597710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logaddexp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2598100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logdet_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.2598460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logdet_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2598820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2599180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2599540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2599900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2600260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2600610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2600980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2601330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2601690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2602090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2602450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2602800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logspace_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.2603160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2603520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2603870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2604260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2604610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2604960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2605310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2605650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2606000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_solve_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2606360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_unpack_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2606720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_unpack_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2607070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2607420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2607770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.2608110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2608460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2608810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2609180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2609530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2609950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2610320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2610680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2611050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2611410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2611770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2612210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumprod_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2612570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumsum_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.2612930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumsum_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2613290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2613650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2614000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2614360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2614720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_log_softmax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2615100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2615490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logsumexp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2615860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2616230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logsumexp_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2616600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logsumexp_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2616960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2617320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.2617750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_median_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2618120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_norm_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2618480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2618840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2619200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_normalize_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2619570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2619970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2624600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2624970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2625340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2625700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2626060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2626420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_softmin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.2626790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_std_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2627150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2627510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2627880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2628240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2628600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2628950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_sum_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2629310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2629800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matmul_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2630160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matmul_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2630520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matmul_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2630870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2631240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.2631600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2632050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_pool2d_with_indices_backward_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2632430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2632820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2633200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2633580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2633940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2634310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2634660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2635020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mean_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2635370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mean_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2635740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2636120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.2636510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2636890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2637270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2637700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2638070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2638430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2638800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2639170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2639540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2639940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2640310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2640680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2641050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.2641430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2641790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2642150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2642510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2642860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2643210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2643570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2643920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2644270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2644620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2644970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2645390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2645750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.2646100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2646450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2646800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2647160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2647590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2647940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2648320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2648660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2649010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mv_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2649360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mv_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2649710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mv_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2650070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2650440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.2650810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2651190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2651570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2651940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2652300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2652660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2653010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmean_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2653440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmean_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2653790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmean_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2654150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmedian_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2654510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmedian_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2654860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmedian_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2655230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanquantile_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2655630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.2655980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2656340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2656700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2657060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2657410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2657770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2658120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2658480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_batch_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2658850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2659230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2659620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2659990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2660360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.2660730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2661110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2661470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2661810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2662170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2662530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2662890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2663280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2663640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2664010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2664380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2664750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2665110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.2665470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2665820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2666180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2666540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nextafter_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2666900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nextafter_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2667290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2667700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2672780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2673190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2673690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2674090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2674470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2674860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.2675250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2675680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2676080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2676470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_alpha_dropout_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2676850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2677240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2677630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2678000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2678380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2678760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2679140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2679520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2679910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_batch_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.2680290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_bilinear_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2680660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2681110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_bilinear_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2681510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2681920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2682330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_celu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2682700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_celu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2683070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2683520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv2d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2683900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2684300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2684680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2685070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.2685460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2685850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2686260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2686640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2687020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2687410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2687800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout3d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2688170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2688550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_elu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2688970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2689360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2689740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2690140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.2690560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2690990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2691490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2691910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2692300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_glu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2692680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2693070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2693470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2693860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardshrink_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2694250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2694650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardsigmoid_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2695040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2695430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.2695820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardtanh_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2696210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_huber_loss_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2696610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2697080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2697500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2697920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2698330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2698740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2699190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2699600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2699990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_kl_div_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2700370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2700750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.2701130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_leaky_relu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2701530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_leaky_relu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2701930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2702330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_linear_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2702760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_local_response_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2703180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2703590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_local_response_norm_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2704000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2704410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2704880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2705280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2705680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2706070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2706460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.2706850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2707270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2707660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2708060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2708460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2708850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2709240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mish_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2709630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mish_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2710020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2710430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2710840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_normalize_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2711240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2711630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.2712040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2712470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2712930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2713390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2713780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2714180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2714560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2715020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2715440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2715890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2716290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pdist_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2716700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2717110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.2717500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2717880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2718280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2718680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2719080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2719470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2725170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2725620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_prelu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2726140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2726540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu6_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2726910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu6_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2727280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2727650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.2728020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2728440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_selu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2728810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_selu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2729170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_silu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2729550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2729940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2730320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2730700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2731070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softshrink_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2731450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2731830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2732210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2732580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.2732950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_tanhshrink_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2733330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_tanhshrink_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2733710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_threshold_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2734120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_threshold_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2734510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2734910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2735310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2735720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2736170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2736560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2736940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2737290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2737650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.2738000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2738340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2738700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_fro_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2739050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_fro_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2739410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_inf_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2739760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2740120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2740470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2740820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2741170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2741560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2741940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2742310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.2742670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2743020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2743380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pca_lowrank_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2743740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2744140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polar_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2744510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2744890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2745260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2745640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2746010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2746370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2746740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2747100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.2747450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2747810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2748170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2748530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2748890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2749290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2749650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2750150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2750520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2750860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2751190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2751610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2751950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.2752290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2752630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2752960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2753290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2753630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_qr_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2753970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_quantile_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2754320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2754660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2755000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2755340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2755680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2756020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2756370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2756760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.2757140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2757490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2757830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2758170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_like_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2758510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_like_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2758860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_like_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2759240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2759580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2759920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2760250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2760590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2760930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2761400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.2761750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2762090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2762440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2762780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2763130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2763470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_renorm_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2763820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_renorm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2764160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2764500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2764890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2765230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2765570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2765930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.2766280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2766630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2767010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2767360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2767700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2768040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2772280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2772640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2772980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2773320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2773670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2774020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2774370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.2774720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2775060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2775410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2775760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2776230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2776600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2776960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2777310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2777670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2778020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2778420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2778770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2779120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.2779460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2779810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2780170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2780530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2780720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2780900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2781070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2781260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2781440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2781620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2781820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2782000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2782190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scalar_tensor_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.2782430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2782620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2782800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2782990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2783180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2783390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2783630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2783810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2784000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2784190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2784380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2784600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2784790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.2784980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2785160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2785350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2785550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2785740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_lengths_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2785930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2786120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2786340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2786520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2786710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2786890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2787070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2787250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.2787430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2787660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2787840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2788020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2788200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2788390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_cosine_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2788600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_exponential_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2788800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_exponential_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2788990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2789180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_kaiser_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2789680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2789920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2790120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.2790300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2790480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2790670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2790940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2791130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2791310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2791490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2791670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2791860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2792100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2792290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2792480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2792670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2792850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.2793040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2793230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2793420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2793620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2793800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2793990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2794170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2794340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2802860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 82%] 2022-11-23T01:37:59.2803130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2803440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2803650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2803860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.2804050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.2804270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.2804490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.2804750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.2804950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.2805160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.2805370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.2805780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 83%] 2022-11-23T01:37:59.2806080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 83%] 2022-11-23T01:37:59.2806370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 83%] 2022-11-23T01:37:59.2806660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 83%] 2022-11-23T01:37:59.2806860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.2807050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.2807240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2807440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2807640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2807830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2808100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2808320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2808530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2808730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2808940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2809130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2809380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2809570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2809760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.2809950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2810140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2810350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2810560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2810760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2811070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-11-23T01:37:59.2811370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-11-23T01:37:59.2811570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2811770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2811980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2812180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2812430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2812630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.2812830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2813040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2813240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2813440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2813670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2813870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2814060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2814250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2814470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2814690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2814900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2815110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2815320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.2815520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.2815840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2816140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2816450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2816790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2817100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2817400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2817700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2818000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2818300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2818650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2818940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2819240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:59.2819540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T01:37:59.2819740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2819950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2820150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2820350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2820540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2820730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2820930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2821120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2821310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2821540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2821730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2821910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.2822140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2822330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2822520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2822740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2822940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2823120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2823310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2823490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2823680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2823860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2824050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2824230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2824420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.2824610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2824800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2824980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2825170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2825350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2825530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2825770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stft_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2825960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stft_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2826140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2826330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2826510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2826690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2826920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2827110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.2827310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2827490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2827670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_svd_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2827860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_svd_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2828050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_svd_lowrank_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2828240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_svd_lowrank_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2828420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_symeig_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2828610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2828780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2828970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2829170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2829370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2829560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.2829740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2829960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2830160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2830350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2830530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2830720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2830900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2831120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2831310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2831500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2831690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensordot_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2831870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensordot_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2832070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensordot_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.2832250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2832440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2832610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2832800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2832980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2833170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2833350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_topk_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2833540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_topk_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2833720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_topk_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2833900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_topk_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2834130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2834320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2834510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.2834700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2834890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2835080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2835310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2835500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapezoid_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2835690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2835890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triangular_solve_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2836080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triangular_solve_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2836270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2836450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2836640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2836810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2837000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_indices_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.2837190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2837380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_indices_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2837570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2837760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2837950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2838170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2838360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2838540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trunc_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2838730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2838910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2839100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2839290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2839520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.2839700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2839890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2840080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2840270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2840460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_uniform_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2840640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_uniform_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2840840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2841020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2841200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2841390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2841570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2841760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2841940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.2842120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2842360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_mean_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2842550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_mean_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2842740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_mean_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2842920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vdot_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2843100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vdot_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2843300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_complex_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2843790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_complex_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2843970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2844160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2844350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2844530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2844720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.2844910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2845100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2845280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2845470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2845650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2845840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2846030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2846210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2846390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2846580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2846810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2847000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2847180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.2847370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2847550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2847730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2847940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2848130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2848320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2848500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2848680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2848860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2849050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2849230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2849410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2849590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.2849780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [100%] 2022-11-23T01:37:59.2849820Z 2022-11-23T01:37:59.2849910Z =============================== warnings summary =============================== 2022-11-23T01:37:59.2850140Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:37:59.2850500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:37:59.2850570Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:37:59.2850580Z 2022-11-23T01:37:59.2850750Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:37:59.2851060Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/inductor.test_torchinductor_opinfo/inductor.test_torchinductor_opinfo-92d59ccc6d48a47a.xml - 2022-11-23T01:37:59.2851230Z ================ 1311 skipped, 2 deselected, 1 warning in 1.29s ================ 2022-11-23T01:37:59.2851370Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:37:59.2851380Z 2022-11-23T01:37:59.2851650Z ##[endgroup] 2022-11-23T01:37:59.2851980Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_torchinductor_opinfo_6w21icmo) 2022-11-23T01:37:59.2851990Z 2022-11-23T01:37:59.2852920Z 2022-11-23T01:37:59.2853050Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T01:37:59.2853360Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_torchinductor_opinfo_dn7mqnzg) 2022-11-23T01:37:59.2853620Z Test results will be stored in test-reports/python-pytest/inductor.test_torchinductor_opinfo/inductor.test_torchinductor_opinfo-6ad13e2152da5f95.xml 2022-11-23T01:37:59.2853810Z ============================= test session starts ============================== 2022-11-23T01:37:59.2854040Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:37:59.2854100Z cachedir: .pytest_cache 2022-11-23T01:37:59.2854310Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:37:59.2854470Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:37:59.2854670Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:37:59.2855030Z collecting ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_opinfo.py:0: PytestCollectionWarning: cannot collect test class 'TestExpect' because it has a __new__ constructor (from: test/inductor/test_torchinductor_opinfo.py) 2022-11-23T01:37:59.2855120Z collected 2709 items / 2 deselected / 2707 selected 2022-11-23T01:37:59.3001800Z Running 1394 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rand___cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rand___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmatmul___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmod___cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmod___cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___ror___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rxor___cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive__softmax_backward_data_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addbmm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addbmm_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcdiv_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcmul_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_decomposed_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_decomposed_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmv_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_allclose_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_allclose_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_baddbmm_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bincount_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_and_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_and_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_and_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_left_shift_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_not_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_not_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_or_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_or_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_right_shift_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bmm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bmm_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdist_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ceil_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ceil_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_inverse_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_solve_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_complex_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_complex_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_complex_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_corrcoef_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_corrcoef_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_corrcoef_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cov_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cov_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cross_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cross_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumprod_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumprod_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumprod_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumsum_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumsum_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumsum_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumulative_trapezoid_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumulative_trapezoid_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dist_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_einsum_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_einsum_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_einsum_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_einsum_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gcd_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_grid_sampler_2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_grid_sampler_2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histc_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histogram_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histogram_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igamma_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igamma_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igamma_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igammac_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igammac_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_inner_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_inner_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_inner_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kthvalue_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kthvalue_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kthvalue_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lcm_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lcm_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lerp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cross_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cross_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cross_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_det_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_det_singular_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_det_singular_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eig_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eig_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigh_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigvals_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigvalsh_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigvalsh_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_inv_ex_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_factor_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_factor_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lstsq_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_factor_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_solve_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_power_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_rank_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_multi_dot_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_multi_dot_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_multi_dot_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_multi_dot_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_hermitian_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_qr_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_slogdet_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_slogdet_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_triangular_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_svd_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_tensorinv_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_tensorsolve_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vander_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vander_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vecdot_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vecdot_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vector_norm_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vector_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vector_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logaddexp2_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logaddexp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logcumsumexp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logcumsumexp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logspace_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logspace_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logspace_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_solve_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumprod_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumprod_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumprod_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumsum_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumsum_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_log_softmax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logaddexp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_median_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_normalize_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_normalize_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_softmax_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_softmax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_softmin_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_std_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_std_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_std_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matmul_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matrix_exp_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matrix_exp_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_pool2d_with_indices_backward_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mean_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_median_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_median_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_median_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_median_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mm_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mm_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_multinomial_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_multinomial_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mv_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmedian_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanquantile_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_batch_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_layer_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_layer_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_batch_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_bilinear_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv1d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv1d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose1d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose2d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_similarity_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cross_entropy_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cross_entropy_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_ctc_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_elu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_bag_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_bag_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_gelu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_gelu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_grid_sample_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_group_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardshrink_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardswish_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardtanh_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardtanh_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_huber_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_huber_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_instance_norm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_instance_norm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_area_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_area_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_linear_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_kl_div_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_l1_loss_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_l1_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_l1_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_linear_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_linear_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_logsigmoid_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_logsigmoid_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool1d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool3d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool1d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool2d_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool3d_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mse_loss_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mse_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mse_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multi_margin_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_nll_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_nll_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_one_hot_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_reflect_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_reflect_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_replicate_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_replicate_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu6_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu6_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_rrelu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_silu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softplus_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softplus_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_tanhshrink_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_tanhshrink_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_threshold_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_threshold_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_unfold_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_unfold_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_unfold_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_upsample_bilinear_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_upsample_bilinear_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_upsample_nearest_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_fro_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_inf_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_inf_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_nuc_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_nuc_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_number_mean_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_number_mean_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_number_mean_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ormqr_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ormqr_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pca_lowrank_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pinverse_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pinverse_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polar_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_qr_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_quantile_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rand_like_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rand_like_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rand_like_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_renorm_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_3_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_3_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_lengths_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_lengths_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_offsets_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_offsets_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_cosine_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_cosine_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_exponential_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_gaussian_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_gaussian_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_kaiser_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_kaiser_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sparse_sampled_addmm_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_mean_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_mean_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_mean_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_symeig_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensordot_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trace_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trace_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trace_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trace_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_indices_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_indices_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trunc_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trunc_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trunc_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_uniform_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vdot_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vdot_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_complex_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_int64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_bool, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_float16, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_int32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_int64 2022-11-23T01:37:59.3003410Z 2022-11-23T01:37:59.3003760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3004010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3004190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3004370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_H_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3004550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3004730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3004910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3005100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3005270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_T_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3005460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3005650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3005840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___getitem___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3006020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 0%] 2022-11-23T01:37:59.3006210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3006390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3006580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___radd___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3006760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rand___cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3006990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rand___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3007170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3007350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rdiv___cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3007530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmatmul___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3007710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmod___cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3007890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmod___cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3008160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3008340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3008520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3008700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 1%] 2022-11-23T01:37:59.3008870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rmul___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3009050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___ror___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3009230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3009400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3009580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rpow___cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3009760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3009940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rsub___cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3010120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive___rxor___cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3010320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive__softmax_backward_data_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3010500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3010680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3010910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_abs_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3011110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3011300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 2%] 2022-11-23T01:37:59.3011470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_acos_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3011650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_add_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3011830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addbmm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3012010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addbmm_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3012290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcdiv_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3012470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addcmul_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3012650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3012840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_decomposed_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3013030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmm_decomposed_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3013210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addmv_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3013390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3013570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_addr_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3013750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3013930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 3%] 2022-11-23T01:37:59.3014100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3014280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_all_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3014460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_allclose_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3014640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_allclose_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3014820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3015040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amax_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3015230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_amin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3015410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3015590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3015770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_angle_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3015940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3016120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3016330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3016500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_any_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 4%] 2022-11-23T01:37:59.3016690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3016870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3017050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3017230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3017410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_arange_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3017590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argmax_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3017770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3017950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3018130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argsort_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3018320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3018500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3018680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3018850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_argwhere_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3019130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 5%] 2022-11-23T01:37:59.3019340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3019520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3019710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3019900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3020100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_as_strided_scatter_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3020380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3020560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3020740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3020920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3021100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3021270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3021450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_asinh_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3021620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3021800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 6%] 2022-11-23T01:37:59.3021980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3022160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3022340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3022510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atan_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3022690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3022860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3023040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atanh_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3023300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3023500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_1d_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3023680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3023860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_2d_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3024040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3024220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_atleast_3d_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3024440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_baddbmm_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 7%] 2022-11-23T01:37:59.3024620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3024800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bfloat16_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3024980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bincount_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3025160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_and_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3025340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_and_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3025530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_and_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3025720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_left_shift_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3025900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_not_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3026080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_not_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3026260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_or_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3026450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_or_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3026640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bitwise_right_shift_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3026820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3027000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_block_diag_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 8%] 2022-11-23T01:37:59.3027220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bmm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3027400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bmm_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3027580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3027760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bool_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3027950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3028140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3028340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_tensors_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3028570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3028760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3028940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3029130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_broadcast_to_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3029310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3029490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3029670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 9%] 2022-11-23T01:37:59.3029850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_bucketize_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3030030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3030210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3030380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3030560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_byte_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3030750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3030940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3031130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cartesian_prod_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3031350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3031530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3031710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cat_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3031890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdist_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3032070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3032250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 10%] 2022-11-23T01:37:59.3032490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cdouble_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3032660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ceil_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3032840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ceil_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3033020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3033200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3033380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cfloat_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3033560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chalf_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3033740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3033920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3034090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3034270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3034440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3034620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_char_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3034800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 11%] 2022-11-23T01:37:59.3034990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3035180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3035450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cholesky_solve_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3035640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3035810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_chunk_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3035990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3036160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3036340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3036610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3036800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3036980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_max_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3037160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3037340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3037520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 12%] 2022-11-23T01:37:59.3037700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clamp_min_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3037880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3038060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3038230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3038410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3038600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_clone_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3038780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3038970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_column_stack_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3039150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3039330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_combinations_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3039580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_complex_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3039760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_complex_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3039950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_complex_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3040130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 13%] 2022-11-23T01:37:59.3040310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3040490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3040720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3040910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3041090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_conj_physical_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3041280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3041470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3041650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_constant_pad_nd_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3041840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3042030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3042250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_contiguous_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3042430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3042610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_copysign_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3042800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_corrcoef_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 14%] 2022-11-23T01:37:59.3042980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_corrcoef_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3043160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_corrcoef_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3043340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3043570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3043760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cos_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3043940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3044120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3044290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3044470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cosh_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3044720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3044910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3045090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_count_nonzero_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3045270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cov_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3045450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cov_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 15%] 2022-11-23T01:37:59.3045630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cross_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3045810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cross_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3045980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3046160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummax_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3046340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3046520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cummin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3046700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumprod_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3046890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumprod_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3047070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumprod_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3047250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumsum_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3047430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumsum_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3047660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumsum_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3047860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumulative_trapezoid_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 16%] 2022-11-23T01:37:59.3048050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_cumulative_trapezoid_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3048230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3048410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3048590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_deg2rad_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3048850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3049030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3049200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3049380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3049570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3049750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3049940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3050120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diag_embed_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3050300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3050480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 17%] 2022-11-23T01:37:59.3050660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3050840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagflat_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3051020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3051210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3051390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3051670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_copy_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3051860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3052050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3052230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3052420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3052610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3052790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3053050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3053240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diagonal_scatter_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 18%] 2022-11-23T01:37:59.3053410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3053600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3053780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3053960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3054140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_diff_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3054320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3054500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3054690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_digamma_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3054870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dist_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3055060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3055250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_floor_rounding_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3055440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3055630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_no_rounding_mode_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3055910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 19%] 2022-11-23T01:37:59.3056150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3056340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3056530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_div_trunc_rounding_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3056830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3057010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3057390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3057620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_double_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3057800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3058000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3058180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dsplit_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3058400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_dstack_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3058580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_einsum_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3058800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_einsum_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3058980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_einsum_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 20%] 2022-11-23T01:37:59.3059180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_einsum_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3059360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3059630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3059830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_empty_like_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3060030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3060230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3060400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3060700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eq_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3060950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3061150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_equal_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3061330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3061520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3061700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3061980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erf_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 21%] 2022-11-23T01:37:59.3062200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3062380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfc_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3062570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3062750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3062950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3063120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_erfinv_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3063310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3063490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3063690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3063930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3064110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3064330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3064500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3064720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_exp_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 22%] 2022-11-23T01:37:59.3064900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3065130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3065360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3065620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_as_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3065820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3066000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3066220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3066440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3066660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expand_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3066830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3067020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3067200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_expm1_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3067390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_eye_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3067580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 23%] 2022-11-23T01:37:59.3067760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fft_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3067950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3068130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3068320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3068500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3068690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftn_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3068880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3069100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3069370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_fftshift_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3069560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3069790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfft_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3069970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3070190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_hfftn_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3070370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 24%] 2022-11-23T01:37:59.3070570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3070810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifft_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3071010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3071270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftn_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3071450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3071660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3071840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3072060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ifftshift_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3072240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3072430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3072610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3072810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfft_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3073030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3073210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_ihfftn_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:37:59.3073410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3073590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3073850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3074040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3074230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfft_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3074410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3074630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3074830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3075070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_irfftn_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3075290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3075470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3075660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3075840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3076040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 26%] 2022-11-23T01:37:59.3076210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3076410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3076600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3076780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfft_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3077030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3077210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fft_rfftn_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3077420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3077600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3077820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fill_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3077990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3078230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3078500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flatten_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3078680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3078870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 27%] 2022-11-23T01:37:59.3079050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3079270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flip_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3079480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3079680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3079860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fliplr_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3080080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3080300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3080480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3080670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3080850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_flipud_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3081080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3081260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3081490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3081670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_float_power_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 28%] 2022-11-23T01:37:59.3081890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3082090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3082280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3082520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_floor_divide_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3082700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3082970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3083150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3083340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3083510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmax_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3083710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3083970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3084150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3084340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3084510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_fmod_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 29%] 2022-11-23T01:37:59.3084700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3084880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3085070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3085250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3085460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3085660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3085840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3086030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_full_like_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3086210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3086430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3086610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3086900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gather_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3087080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gcd_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3087270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 30%] 2022-11-23T01:37:59.3087480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3087660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3087860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ge_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3095840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3096370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3096560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3096740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gradient_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3096950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_grid_sampler_2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3097140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_grid_sampler_2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3097320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3097500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3097670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_gt_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3097840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_half_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3098030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_heaviside_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 31%] 2022-11-23T01:37:59.3098210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histc_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3098390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histogram_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3098580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_histogram_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3098750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3098930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3099160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3099340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hsplit_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3099530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3099700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3099880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3100060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_hstack_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3100230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3100450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3100630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_i0_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 32%] 2022-11-23T01:37:59.3100810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igamma_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3100990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igamma_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3101170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igamma_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3101360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igammac_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3101540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_igammac_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3101710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3101900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3102080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_add_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3102270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3102450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3102630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3102810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_copy_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3102990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 33%] 2022-11-23T01:37:59.3103220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_fill_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3103410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3103590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_put_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3103770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3103960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_reduce_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3104150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3104390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3104600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3104790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3104960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_index_select_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3105150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_inner_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3105320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_inner_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3105500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_inner_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3105680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 34%] 2022-11-23T01:37:59.3105860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3106030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3106210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_int_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3106390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isclose_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3106570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3106750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3106930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isfinite_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3107110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3107350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3107530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3107700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3107880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isinf_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3108060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3108240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 35%] 2022-11-23T01:37:59.3108450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3108630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isnan_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3108810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3108990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3109170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3109360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3109540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isneginf_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3109720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3109900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isposinf_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3110080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_isreal_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 36%] 2022-11-23T01:37:59.3110250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:59.3110430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:59.3110610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:59.3110780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:59.3110970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.3111140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.3111400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.3111580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.3111740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.3111920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.3112100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.3112280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.3112510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_jiterator_unary_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:59.3112690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 37%] 2022-11-23T01:37:59.3112870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 37%] 2022-11-23T01:37:59.3113050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kron_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 37%] 2022-11-23T01:37:59.3113230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kthvalue_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 37%] 2022-11-23T01:37:59.3113420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kthvalue_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 37%] 2022-11-23T01:37:59.3113600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_kthvalue_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3113780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lcm_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3113960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lcm_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3114140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3114310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3114490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ldexp_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3114670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3114850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3115030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3115200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3115420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_le_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3115610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lerp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3115790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3115970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 38%] 2022-11-23T01:37:59.3116150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3116330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lgamma_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3116570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cross_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3116760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cross_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3116940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cross_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3117130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_det_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3117320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_det_singular_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3117510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3117700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eig_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3117880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eig_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3118070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigh_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3118260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3118450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigvalsh_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3118630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 39%] 2022-11-23T01:37:59.3118820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3119010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3119190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3119430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3119630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3119820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3120000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3120190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3120380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3120610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3120800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_power_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3120990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3121190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3121380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 40%] 2022-11-23T01:37:59.3121580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_multi_dot_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3121760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3121950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_multi_dot_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3122140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_multi_dot_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3122330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3122510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3122720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3122920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3123110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3123310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3123540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_qr_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3123730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_slogdet_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3123920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3124100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 41%] 2022-11-23T01:37:59.3124300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3124480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_svd_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3124710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3124900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_tensorsolve_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3125080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vander_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3125270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vander_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3125450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vecdot_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3125650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3125840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vector_norm_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3126030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vector_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3126220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3126400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3126580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3126770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log10_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 42%] 2022-11-23T01:37:59.3126950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3127120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3127310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log1p_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3127530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3127710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3127890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3128070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3128250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3128450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3128690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3128890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3129080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_log_softmax_with_dtype_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3129260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logaddexp2_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3129440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logaddexp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 43%] 2022-11-23T01:37:59.3129630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logcumsumexp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3129810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logcumsumexp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3130000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3130180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_and_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3130360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3130550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3130730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3130910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_not_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3131100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3131280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3131540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3131730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_or_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3131910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3132090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 44%] 2022-11-23T01:37:59.3132280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3132460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3132730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logical_xor_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3132910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3133090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3133270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logit_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3133460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logspace_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3133640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logspace_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3133830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logspace_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3134010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3134200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3134390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_logsumexp_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3134570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3134750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 45%] 2022-11-23T01:37:59.3134930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_long_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3135100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3135280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3135450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3135690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lt_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3135910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3136090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_lu_solve_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3136270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3136450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mH_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3136630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3136920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3137090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3137270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3137440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mT_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 46%] 2022-11-23T01:37:59.3137630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3137810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3137990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amax_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3138180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3138360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3138540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_amin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3138730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3138910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3139090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmax_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3148170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3148350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_argmin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3148550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumprod_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3148840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumprod_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3149030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumprod_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 47%] 2022-11-23T01:37:59.3149220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumsum_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3149400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_cumsum_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3149580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3149770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_fill_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3150000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3150190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_logaddexp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3150370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3150550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3150730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3150920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_mean_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3151100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_median_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3151290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_normalize_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3151470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_normalize_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3151660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 48%] 2022-11-23T01:37:59.3151850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_prod_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3152030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3152210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3152400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3152580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_scatter_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3152830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3153020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3153200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3153380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_select_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3153560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_softmax_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3153750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_softmax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3153970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_softmin_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3154150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_std_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 49%] 2022-11-23T01:37:59.3154330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_std_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3154510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_std_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3154690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3154870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3155050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3155230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_masked_var_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3155410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matmul_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3155590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matrix_exp_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3155770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_matrix_exp_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3155950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3156130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3156310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_binary_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3156510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3156730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:37:59.3156920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3157110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3157300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3157480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_no_dim_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3157670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3157890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3158080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_max_reduction_with_dim_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3158260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3158440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3158620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_maximum_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3158800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mean_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3158980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_median_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3159160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_median_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3159340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_median_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 51%] 2022-11-23T01:37:59.3159510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_median_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3159700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3159900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_list_of_tensors_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3160090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3160290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3160480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3160730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3160910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3161090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3161270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_binary_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3161460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3161650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_no_dim_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3161870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3162060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 52%] 2022-11-23T01:37:59.3162250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3162430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3162610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_minimum_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3162790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3162960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3163140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mm_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3163310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mm_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3163490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mode_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3163670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_movedim_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3163850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3164030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3164200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_msort_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3164370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3164590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 53%] 2022-11-23T01:37:59.3164770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mul_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3164960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_multinomial_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3165140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_multinomial_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3165310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mv_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3165500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3165720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3165910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3166100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3166280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3166470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3166650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3166840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3167020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3167200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nan_to_num_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 54%] 2022-11-23T01:37:59.3167380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanmedian_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3167560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nanquantile_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3167740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3167920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3168100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3168270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nansum_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3168450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3168700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3168880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3169070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_copy_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3169250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3169420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_narrow_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3169610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_batch_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3169860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_dropout_backward_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 55%] 2022-11-23T01:37:59.3170050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_layer_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3170240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_native_layer_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3170420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3170600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3170770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3170950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ne_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3171130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3171300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3171470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_neg_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3171650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3171830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3172020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3172210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_empty_strided_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3172390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 56%] 2022-11-23T01:37:59.3172600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3172790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3172970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3173150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_full_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3173320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3173500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3173710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_ones_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3173890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3174070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3174250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3174430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3174610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3174790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_new_zeros_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3175000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 57%] 2022-11-23T01:37:59.3175200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3175400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3175600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3175800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3176000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3176190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3176380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_bilinear_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3176620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3176840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3177030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv1d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3177220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv1d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3177410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3177650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3177850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 58%] 2022-11-23T01:37:59.3178050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3178250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3178440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3178650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3178850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3179050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3179240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3179440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3179640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cross_entropy_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3179830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3180020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3180220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3180440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_dropout_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3180630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_elu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 59%] 2022-11-23T01:37:59.3180830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_bag_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3181020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_bag_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3181210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_embedding_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3181430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3181680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3181900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3182110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3182320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3182520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3182720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3182920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3183120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3183310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_gelu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3183510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 60%] 2022-11-23T01:37:59.3183710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_grid_sample_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3183910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_group_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3184110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3184300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardswish_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3184550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardtanh_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3184750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hardtanh_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3184960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3185170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3185370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3185610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3185820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_instance_norm_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3186020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3186220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_area_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3186430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 61%] 2022-11-23T01:37:59.3186650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3186850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3187050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3187240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_l1_loss_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3187430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_l1_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3187620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3187820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_linear_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3188010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_linear_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3188210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_logsigmoid_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3188450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3188660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3188860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3189050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3189250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_pool3d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 62%] 2022-11-23T01:37:59.3189440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3189660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3189870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3190060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3190270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3190460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mse_loss_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3190660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mse_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3190850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3191040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3191250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3191460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3191670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3191860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_nll_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3192050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 63%] 2022-11-23T01:37:59.3192250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_one_hot_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3198170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3198450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_circular_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3198640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3198830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_constant_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3199020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_reflect_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3199220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3199460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_replicate_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3199650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3199850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3200050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3200250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3200440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3200640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 64%] 2022-11-23T01:37:59.3200830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3201030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3201220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3201410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3201600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3201790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3202040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu6_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3202230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3202420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_relu_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3202610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_rrelu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3202800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_silu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3202990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3203210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3203410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 65%] 2022-11-23T01:37:59.3203600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3203800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3204000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3204200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3204400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3204590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softplus_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3204780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3204970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3205160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3205360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3205550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_tanhshrink_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3205740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_threshold_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3206010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_threshold_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 66%] 2022-11-23T01:37:59.3206220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3206420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3206630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3206820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_unfold_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3207010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_unfold_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3207250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3207450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3207650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3207850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3208030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3208210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3208390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3208570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_nonzero_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3208750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_fro_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 67%] 2022-11-23T01:37:59.3208940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_inf_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3209120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_inf_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3209300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_nuc_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3209480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_norm_nuc_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3209670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_number_mean_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3209850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_number_mean_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3210070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_normal_number_mean_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3210260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3210430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3210610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3210790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3210970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3211190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3211380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ones_like_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 68%] 2022-11-23T01:37:59.3211560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ormqr_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3211740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ormqr_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3211920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3212090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3212270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3212450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_outer_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3212630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pca_lowrank_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3212810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3212990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3213170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3213350Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3213530Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_permute_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3213700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pinverse_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3213880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pinverse_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 69%] 2022-11-23T01:37:59.3214110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polar_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3214300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3214500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3214690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3214880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3215130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3215320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3215500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3215690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3215880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3216070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3216250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3216440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3216620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 70%] 2022-11-23T01:37:59.3216800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_positive_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3216980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_pow_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3217150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3217340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3217520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_prod_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3217700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3217900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3218080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_put_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3218260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_qr_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3218440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_quantile_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3218620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3218800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rad2deg_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3218990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rand_like_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3219200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rand_like_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 71%] 2022-11-23T01:37:59.3219380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rand_like_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3219560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3219740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3219920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3220100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3220280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randint_like_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3220460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_randn_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3220630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3220800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3220980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_ravel_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3221160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3221330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3221500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3221680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_real_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 72%] 2022-11-23T01:37:59.3221940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3222120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3222310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reciprocal_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3222490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_remainder_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3222670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_renorm_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3222850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3223040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3223290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3223490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3223680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3223870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_repeat_interleave_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3224050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3224240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3224420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_as_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 73%] 2022-11-23T01:37:59.3224600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3224780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3224960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3225140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_reshape_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3225320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3225490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3225670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize__cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3225850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3226070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3226250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resize_as__cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3226430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_conj_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3226620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_resolve_neg_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3226800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3226970Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 74%] 2022-11-23T01:37:59.3227200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_roll_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3227380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3227550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3227720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rot90_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3227900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3228070Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3228260Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3228450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_3_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3228630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_round_decimals_3_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3228810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3228990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3229170Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3229340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsqrt_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3229520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:37:59.3229690Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3229890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3230100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3230280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_rsub_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3230460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3230640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3230820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3231000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_add_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3231250Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3231430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3231620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3231800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3231980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3232160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 76%] 2022-11-23T01:37:59.3232360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3232550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3232730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amax_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3232920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3233110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3233300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3233490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_amin_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3233680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3233860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_mean_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3234110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_prod_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3234300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3234500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3234680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3234870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 77%] 2022-11-23T01:37:59.3235060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_scatter_reduce_sum_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3235280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3235460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3235650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3235830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_searchsorted_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3236020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3236220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_lengths_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3236410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_offsets_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3236600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_segment_reduce_offsets_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3236780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3236950Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3237140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3237330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3237510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 78%] 2022-11-23T01:37:59.3237700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3237940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_select_scatter_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3238150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3238330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3238500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sgn_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3238680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3238860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_short_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3239040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3239300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3239480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3239660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3239830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sigmoid_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3240010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3240190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 79%] 2022-11-23T01:37:59.3240370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3240540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3240720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3240890Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sign_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3241080Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_cosine_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3241270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3241460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3247440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_gaussian_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3247800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3248240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3248430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3248610Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3248790Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_signbit_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3248960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 80%] 2022-11-23T01:37:59.3249140Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3249400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sin_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3249580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3249760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3249930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinc_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3250110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3250290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3250460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sinh_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3250640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3250820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3251000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3251180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3251370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_slice_scatter_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3251560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 81%] 2022-11-23T01:37:59.3251750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3251940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_softmax_with_dtype_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3252120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3252340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3252520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sort_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3252720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 82%] 2022-11-23T01:37:59.3252910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3253090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3253280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3253490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_airy_ai_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3253680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3253870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3254050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3254240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 82%] 2022-11-23T01:37:59.3254430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j0_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3254620Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3254800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3254990Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_j1_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3255180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3255360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3255550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3255730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y0_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3255920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3256110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3256330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3256520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_bessel_y1_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3256730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 83%] 2022-11-23T01:37:59.3256930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.3257120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.3257380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.3257800Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 84%] 2022-11-23T01:37:59.3258100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 84%] 2022-11-23T01:37:59.3258380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 84%] 2022-11-23T01:37:59.3258660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 84%] 2022-11-23T01:37:59.3258940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 84%] 2022-11-23T01:37:59.3259220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 84%] 2022-11-23T01:37:59.3259410Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.3259590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_entr_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.3259780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_erfcx_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.3259980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.3260180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_h_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 84%] 2022-11-23T01:37:59.3260370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3260570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3260880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3261090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_hermite_polynomial_he_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3261270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3261460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3261640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i0e_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3261830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3262090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3262270Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3262460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3262640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3262820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_i1e_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3263020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 85%] 2022-11-23T01:37:59.3263220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_laguerre_polynomial_l_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3263540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:37:59.3263820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_int32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:37:59.3264110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_legendre_polynomial_p_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:37:59.3264290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3264490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3264680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3264860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_log_ndtr_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3265150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3265360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i0_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3265550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3265740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3265930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_i1_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3266130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 86%] 2022-11-23T01:37:59.3266360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3266550Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3266740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k0_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3266930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3267120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_modified_bessel_k1_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3267310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3267500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3267680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3267860Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtr_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3268040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3268230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_ndtri_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3268440Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3268650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3268850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 87%] 2022-11-23T01:37:59.3269110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.3269320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.3269520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.3269720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.3269920Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.3270120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.3270540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T01:37:59.3270830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T01:37:59.3271130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T01:37:59.3271420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T01:37:59.3271710Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T01:37:59.3272000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T01:37:59.3272290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T01:37:59.3272490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 88%] 2022-11-23T01:37:59.3272680Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_spherical_bessel_j0_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3272870Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_xlog1py_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3273050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3273240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3273420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3273650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_special_zeta_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3273830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3274010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3274190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3274380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3274560Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3274780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_list_args_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3274960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3275150Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 89%] 2022-11-23T01:37:59.3275330Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3275520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_split_with_sizes_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3275700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3275880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3276050Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sqrt_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3276230Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_square_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3276420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3276600Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_squeeze_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3276780Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3276960Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3277130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_stack_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3277310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3277490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3277740Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 90%] 2022-11-23T01:37:59.3277930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_mean_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3278110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_mean_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3278290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_std_mean_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3278470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3278640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3278930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3279100Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sub_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3279290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3279460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3279640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3279820Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3280000Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_sum_to_size_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3280190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_symeig_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3280370Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 91%] 2022-11-23T01:37:59.3280540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3280720Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3280900Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_t_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3281090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3281280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_along_dim_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3281450Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3281630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_take_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3281840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tan_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3282030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3282210Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3282380Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3282570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tanh_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3282750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3282980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 92%] 2022-11-23T01:37:59.3283160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3283340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3283520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensor_split_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3283700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tensordot_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3283880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3284060Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3284240Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3284420Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tile_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3284590Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3284770Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3284940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3285120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3285300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3285480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 93%] 2022-11-23T01:37:59.3285660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3285910Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_to_sparse_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3286090Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trace_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3286280Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trace_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3286460Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trace_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3286630Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trace_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3286810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3287030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3287220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_transpose_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3287400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3287580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3287760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3287940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trapz_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3288110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 94%] 2022-11-23T01:37:59.3288300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3288480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_tril_indices_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3288660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3288830Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3289010Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3289190Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3289360Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3289540Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_triu_indices_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3289730Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_true_divide_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3289980Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trunc_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3290160Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trunc_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3290340Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_trunc_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3290510Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3290700Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 95%] 2022-11-23T01:37:59.3290880Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3291120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unbind_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3291300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3291480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unflatten_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3291670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3291850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3292040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3292220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3292400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_copy_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3292580Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3292760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3292940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3293120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unfold_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3293300Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_uniform_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 96%] 2022-11-23T01:37:59.3299180Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3299520Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3299930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3300130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_consecutive_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3300320Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3300500Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3300670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unique_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3300850Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3301120Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3301310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_unsqueeze_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3301480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_var_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3301660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vdot_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3301840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vdot_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3302030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_complex_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 97%] 2022-11-23T01:37:59.3302200Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3302390Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3302570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_as_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3302750Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3302930Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3303110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_copy_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3303290Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3303470Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_view_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3303650Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3303840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3304110Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3304310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vsplit_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3304490Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3304670Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 98%] 2022-11-23T01:37:59.3304840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_vstack_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3305020Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3305310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3305480Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_where_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3305660Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3305840Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3306040Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_xlogy_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3306220Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zero__cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3306400Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_bool SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3306570Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3306760Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_float16 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3306940Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3307130Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_int32 SKIPPED (Skipped! Supported CPU compiler not found) [ 99%] 2022-11-23T01:37:59.3307310Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_zeros_like_cpu_int64 SKIPPED (Skipped! Supported CPU compiler not found) [100%] 2022-11-23T01:37:59.3307350Z 2022-11-23T01:37:59.3307440Z =============================== warnings summary =============================== 2022-11-23T01:37:59.3307780Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:37:59.3308100Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:37:59.3308170Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:37:59.3308170Z 2022-11-23T01:37:59.3308370Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:37:59.3308800Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/inductor.test_torchinductor_opinfo/inductor.test_torchinductor_opinfo-6ad13e2152da5f95.xml - 2022-11-23T01:37:59.3308940Z ================ 1394 skipped, 2 deselected, 1 warning in 1.37s ================ 2022-11-23T01:37:59.3309080Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:37:59.3309090Z 2022-11-23T01:37:59.3309400Z ##[endgroup] 2022-11-23T01:37:59.3309680Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_torchinductor_opinfo_dn7mqnzg) 2022-11-23T01:37:59.3309690Z 2022-11-23T01:37:59.4657820Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:59.465571] 2022-11-23T01:38:01.5517100Z 2022-11-23T01:38:01.5517470Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T01:38:01.5518090Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_torchinductor_opinfo_mpwv1hnu) 2022-11-23T01:38:01.5518680Z Test results will be stored in test-reports/python-pytest/inductor.test_torchinductor_opinfo/inductor.test_torchinductor_opinfo-c42f1a5cb6cb07b1.xml 2022-11-23T01:38:01.5518980Z ============================= test session starts ============================== 2022-11-23T01:38:01.5519310Z platform darwin -- Python 3.9.15, pytest-7.2.0, pluggy-1.0.0 -- /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python 2022-11-23T01:38:01.5519560Z cachedir: .pytest_cache 2022-11-23T01:38:01.5519880Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:38:01.5520230Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:38:01.5520560Z plugins: shard-0.1.2, xdoctest-1.0.2, flakefinder-1.1.0, hypothesis-6.56.4, rerunfailures-10.2, xdist-3.0.2 2022-11-23T01:38:01.5521060Z collecting ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/inductor/test_torchinductor_opinfo.py:0: PytestCollectionWarning: cannot collect test class 'TestExpect' because it has a __new__ constructor (from: test/inductor/test_torchinductor_opinfo.py) 2022-11-23T01:38:01.5521390Z collected 2709 items / 2705 deselected / 4 selected 2022-11-23T01:38:01.5521970Z Running 4 items in this shard: test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cholesky_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cholesky_cpu_float64, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cholesky_ex_cpu_float32, test/inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cholesky_ex_cpu_float64 2022-11-23T01:38:01.5522440Z 2022-11-23T01:38:01.5522640Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cholesky_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 25%] 2022-11-23T01:38:01.5523030Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [ 50%] 2022-11-23T01:38:01.5523430Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cholesky_ex_cpu_float32 SKIPPED (Skipped! Supported CPU compiler not found) [ 75%] 2022-11-23T01:38:01.5523810Z inductor/test_torchinductor_opinfo.py::TestInductorOpInfoCPU::test_comprehensive_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Supported CPU compiler not found) [100%] 2022-11-23T01:38:01.5524000Z 2022-11-23T01:38:01.5524190Z =============================== warnings summary =============================== 2022-11-23T01:38:01.5524470Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:38:01.5524910Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:38:01.5531220Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:38:01.5531320Z 2022-11-23T01:38:01.5531510Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:38:01.5531960Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/inductor.test_torchinductor_opinfo/inductor.test_torchinductor_opinfo-c42f1a5cb6cb07b1.xml - 2022-11-23T01:38:01.5532280Z ================ 4 skipped, 2705 deselected, 1 warning in 0.19s ================ 2022-11-23T01:38:01.5532570Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:38:01.5532790Z 2022-11-23T01:38:01.5532960Z ##[endgroup] 2022-11-23T01:38:01.5533320Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_torchinductor_opinfo_mpwv1hnu) 2022-11-23T01:38:01.5533550Z 2022-11-23T01:38:01.5533700Z Running test_indexing ... [2022-11-23 01:38:01.552510] 2022-11-23T01:38:01.5534120Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:01.552894] 2022-11-23T01:38:03.0743440Z 2022-11-23T01:38:03.0743840Z Expand the folded group to see the log file of test_indexing 2022-11-23T01:38:03.0744460Z ##[group]PRINTING LOG FILE of test_indexing (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_indexing_rqq8wpv9) 2022-11-23T01:38:03.0745430Z 2022-11-23T01:38:03.0745530Z Running tests... 2022-11-23T01:38:03.0745910Z ---------------------------------------------------------------------- 2022-11-23T01:38:03.0746210Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-11-23T01:38:03.0746460Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.008s) 2022-11-23T01:38:03.0746720Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0746970Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0747200Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0747430Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.005s) 2022-11-23T01:38:03.0747670Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.005s) 2022-11-23T01:38:03.0747910Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0748490Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_indexing.py:1465: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/IndexingUtils.h:28.) 2022-11-23T01:38:03.0748950Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-11-23T01:38:03.0749440Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_indexing.py:1466: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/IndexingUtils.h:28.) 2022-11-23T01:38:03.0749860Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-11-23T01:38:03.0750040Z ok (0.009s) 2022-11-23T01:38:03.0750210Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0750580Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.009s) 2022-11-23T01:38:03.0750800Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0751010Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-11-23T01:38:03.0751220Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0751440Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T01:38:03.0751670Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0751880Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0752080Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T01:38:03.0752280Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0752480Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-11-23T01:38:03.0752700Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.011s) 2022-11-23T01:38:03.0753000Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0753230Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.016s) 2022-11-23T01:38:03.0753820Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:38:03.0754230Z warnings.warn(message, UserWarning) 2022-11-23T01:38:03.0754370Z ok (0.055s) 2022-11-23T01:38:03.0754550Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0754770Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0754990Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0755200Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0755430Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0755650Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0755880Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0756130Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:38:03.0756380Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0756580Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0756810Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0757040Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-11-23T01:38:03.0757260Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0757530Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:38:03.0757800Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-11-23T01:38:03.0758000Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.012s) 2022-11-23T01:38:03.0758240Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0758470Z test_index_ind_dtype_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0758720Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.037s) 2022-11-23T01:38:03.0758990Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0759250Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.262s) 2022-11-23T01:38:03.0759570Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:38:03.0759880Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:38:03.0760160Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0760410Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0760670Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0760920Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0761170Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0761420Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0761670Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0761910Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.005s) 2022-11-23T01:38:03.0762190Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0762420Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0762680Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0762920Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0763160Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0763380Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0763610Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0763840Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0764080Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:38:03.0764320Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T01:38:03.0764540Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.021s) 2022-11-23T01:38:03.0764760Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0764990Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0765220Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T01:38:03.0765420Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0765610Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-11-23T01:38:03.0765840Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-11-23T01:38:03.0766080Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.005s) 2022-11-23T01:38:03.0766300Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-11-23T01:38:03.0766520Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T01:38:03.0766740Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0766940Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0767160Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T01:38:03.0767390Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T01:38:03.0767620Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.009s) 2022-11-23T01:38:03.0767860Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.009s) 2022-11-23T01:38:03.0768090Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0768310Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T01:38:03.0768430Z 2022-11-23T01:38:03.0768570Z ---------------------------------------------------------------------- 2022-11-23T01:38:03.0768790Z Ran 82 tests in 0.557s 2022-11-23T01:38:03.0768880Z 2022-11-23T01:38:03.0768940Z OK (skipped=5) 2022-11-23T01:38:03.0769010Z 2022-11-23T01:38:03.0769080Z Generating XML reports... 2022-11-23T01:38:03.0769370Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221123013802.xml 2022-11-23T01:38:03.0769720Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221123013802.xml 2022-11-23T01:38:03.0769890Z 2022-11-23T01:38:03.0770070Z ##[endgroup] 2022-11-23T01:38:03.0770360Z FINISHED PRINTING LOG FILE of test_indexing (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_indexing_rqq8wpv9) 2022-11-23T01:38:03.0770530Z 2022-11-23T01:38:03.0770630Z Running test_linalg ... [2022-11-23 01:38:03.074675] 2022-11-23T01:38:03.0771010Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:03.075115] 2022-11-23T01:38:04.6726570Z 2022-11-23T01:38:04.6726910Z Expand the folded group to see the log file of test_linalg 2022-11-23T01:38:04.6727440Z ##[group]PRINTING LOG FILE of test_linalg (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_linalg_wmc5ycbn) 2022-11-23T01:38:04.6727960Z 2022-11-23T01:38:04.6728060Z Running tests... 2022-11-23T01:38:04.6728530Z ---------------------------------------------------------------------- 2022-11-23T01:38:04.6728890Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... Test results will be stored in test-reports/python-unittest/test_linalg 2022-11-23T01:38:04.6729140Z skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6729390Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6729660Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6729940Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6730220Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6730500Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6730780Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6731060Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6731350Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6731620Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6731880Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6732140Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6734110Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6734990Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6735700Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6736410Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6737120Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6737820Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6738810Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6739530Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6740220Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6740960Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6741770Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6742510Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6743240Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6744020Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6744920Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6745690Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6746470Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6747280Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6748070Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6748830Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6749620Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6750380Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6751140Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6751910Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6752670Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6753440Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6754470Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6754820Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6755110Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6755410Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6755720Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6756020Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6756380Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6756670Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6756960Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6757340Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6757660Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6757940Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6758210Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6758480Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.003s) 2022-11-23T01:38:04.6758750Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6759020Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6759300Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6759690Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6759960Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6760230Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6760490Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6760730Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6760980Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6761230Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6761480Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6761720Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6761990Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6762250Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6762510Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6762770Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6763020Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6763280Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6763540Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6764020Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6764310Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6764600Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6764890Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6765160Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6765430Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6765720Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6765980Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6766240Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6766530Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6766810Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6767080Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6767360Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6767670Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6768010Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6768280Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6768580Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6768880Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6769190Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6769480Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6769780Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6770110Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6770410Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6770700Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6777800Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6778100Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6778440Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6778710Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6779000Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6779290Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6779580Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6779870Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6780140Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6780500Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6780770Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6781070Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6781350Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6781650Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6781950Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6782240Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6782540Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6782790Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6783040Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6783280Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6783540Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6783820Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6784100Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6784380Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6784660Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6784950Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6785240Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6785520Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6785800Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6786080Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6786360Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6786630Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6786900Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6787180Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6787440Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6787690Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6787980Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6788260Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6788540Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6788790Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6789050Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6789320Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.003s) 2022-11-23T01:38:04.6789580Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6789830Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6790110Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6790380Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6790640Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6790910Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6791190Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6791460Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6791730Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6792000Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6792280Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6792550Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6792820Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6793090Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6793350Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6793600Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6793860Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6794130Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6794380Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6794630Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6794890Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6795140Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6795390Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6795630Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6795960Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6796240Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6796520Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6796790Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6797060Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6797320Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6797590Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6797890Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6798160Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6798440Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6798710Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6798990Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6799260Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6799550Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6799830Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6800110Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6800390Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6800660Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6800930Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6801200Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6801460Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6801720Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6801990Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6802280Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6802560Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6802830Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6803100Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6803360Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6803660Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6803920Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6804180Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6804440Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6804710Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6804980Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6805240Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6805490Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6805770Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6806020Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6806280Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6806550Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6806830Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6807090Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6807370Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6807650Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6807900Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6808160Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6808440Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6808710Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6808980Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6809260Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6809530Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6809800Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6810060Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6810320Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6810580Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6810850Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6811110Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6811420Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6811700Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6811960Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6812220Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6812460Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6812720Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6812990Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6813250Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6813560Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6813830Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6814100Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6814370Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6814640Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6814900Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6815180Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6815450Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6815710Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6815960Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6816210Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6816460Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6816700Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6816960Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6817220Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6817470Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6817720Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6817990Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6818260Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6818540Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6818810Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6819110Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6819370Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6819630Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6819880Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6820140Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6820390Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6820650Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6820900Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6821180Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6821430Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6821690Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6821960Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6822250Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6822540Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6822830Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6823120Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6823400Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6823670Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.003s) 2022-11-23T01:38:04.6823930Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.003s) 2022-11-23T01:38:04.6824190Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.003s) 2022-11-23T01:38:04.6824440Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.003s) 2022-11-23T01:38:04.6824720Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6825010Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6825300Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6825580Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6825850Z test_linalg_lu_cpu_errors_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6826120Z test_linalg_lu_cpu_errors_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6826390Z test_linalg_lu_cpu_errors_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6826720Z test_linalg_lu_cpu_errors_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6826990Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6827250Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6827510Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6827770Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6828030Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6828300Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6828560Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6828860Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6829130Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6829420Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6829700Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6829970Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6830240Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6830520Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6830800Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6831090Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6831380Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6831660Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6831950Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6832240Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6832540Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6832830Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6833110Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6833400Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6833680Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6833960Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6834280Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6834590Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6834880Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6835180Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6835460Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6835730Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6836010Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6836330Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6836610Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6836900Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6837180Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6837460Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6837740Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6838000Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6838260Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6838480Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-11-23T01:38:04.6838730Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... skip: Issue with numpy version on arm (0.003s) 2022-11-23T01:38:04.6839010Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6839280Z test_lstsq_removed_error_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6839550Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6839840Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6840130Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6840410Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6840680Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6840940Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6841200Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6841470Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6841740Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6842040Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6842340Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6842610Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6842860Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6843110Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6843350Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6843590Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6843840Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6844140Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6844410Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6844670Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6844930Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6845180Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6845430Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6845710Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6845980Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6846240Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6846510Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6846780Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6847040Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6847300Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6847570Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6847820Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6848060Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6848320Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6853450Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6853720Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6853990Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6854370Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6854630Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6854890Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6855140Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6855390Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6855650Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6855910Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6856180Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6856440Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6856690Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6856940Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6857190Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6857430Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6857690Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6857950Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6858200Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6858510Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6858800Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6859110Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6859400Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6859680Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6859960Z test_matrix_rank_removed_error_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6860230Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6860480Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6860730Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6860970Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6861210Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6861450Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6861680Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6861960Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6862220Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6862480Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6862740Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6863000Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6863260Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6863510Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6863770Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6864070Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6864320Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6864570Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6864820Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6865070Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6865320Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6865570Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6865830Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6866100Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6866370Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6866650Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6866910Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6867160Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6867430Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6867720Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6868010Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6868280Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6868540Z test_norm_old_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6868800Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6869050Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6869300Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6869600Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6869890Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6870170Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6870450Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6870740Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6871020Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6871280Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6871570Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6871840Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6872110Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6872380Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6872640Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6872920Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6873200Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6873480Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6873760Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6874030Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6874300Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6874560Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6874820Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6875070Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6875340Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6875610Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6875870Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6876130Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6876390Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6876640Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6876890Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6877170Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6877440Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6877720Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6878000Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6878270Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6878530Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6878780Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6879030Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6879300Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6879550Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6879800Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6880030Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6880270Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6880520Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6880750Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6880990Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6881240Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6881500Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6881770Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6882050Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6882330Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6882620Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6882900Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6883180Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6883450Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6883720Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6883990Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6884260Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6884540Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6884860Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6885130Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6889370Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6889650Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6889930Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6890200Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6890470Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6890810Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6891080Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6891350Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6891620Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6891890Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6892150Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6892430Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6892710Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6893000Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6893290Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6893570Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6893850Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6894130Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6894410Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6894690Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6894960Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6895240Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6895510Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6895790Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6896060Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6896390Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6896680Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6896960Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6897240Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6897510Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6897780Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6898060Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6898380Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6898660Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6898930Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6899210Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6899480Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6899760Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6900040Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6900310Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6900580Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6900850Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6901120Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6901390Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6901660Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6901940Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6902210Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6902480Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6902750Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6903030Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6903300Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6903600Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6903880Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6904150Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6904420Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6904680Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6904950Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6905220Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6905490Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6905810Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6906080Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6906350Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6906630Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6906900Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6907170Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6907440Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6907710Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6907970Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6908240Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6908510Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6908780Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6909050Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6909320Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6909600Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6909870Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6910140Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6910410Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6910670Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6910970Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6911240Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6911510Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6911770Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6912040Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6912310Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6912580Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6912850Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6913150Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6913420Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6913680Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6913950Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6914220Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6914480Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6914750Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6915020Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6915280Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6915550Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6915820Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6916090Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6916370Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6916640Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6916910Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6917170Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6917430Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6917700Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6917960Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6918220Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6918510Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6918770Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6919040Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6919310Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6919590Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6919860Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6920130Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6920420Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6920690Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6920960Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6921220Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6921490Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6921750Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6922030Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6926240Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6926520Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6926800Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6927070Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6927340Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6927610Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6927880Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6928150Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6928420Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6928680Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6928950Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6929210Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6929460Z test_permute_matmul_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6929770Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6930020Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6930270Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6930520Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6930780Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6931050Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6931330Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6931600Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6931900Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6932160Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6932410Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6932660Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6932920Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6933150Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-11-23T01:38:04.6933400Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6933630Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-11-23T01:38:04.6933880Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6934100Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-11-23T01:38:04.6934340Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6934570Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-11-23T01:38:04.6934800Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6935060Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6935310Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6935560Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6935800Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6936050Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6936280Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-11-23T01:38:04.6936500Z test torch.linalg.qr vs numpy.linalg.qr ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6936710Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-11-23T01:38:04.6936930Z test torch.linalg.qr vs numpy.linalg.qr ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6937140Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-11-23T01:38:04.6937350Z test torch.linalg.qr vs numpy.linalg.qr ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6937560Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-11-23T01:38:04.6937790Z test torch.linalg.qr vs numpy.linalg.qr ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6938040Z test_renorm_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6938280Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6938530Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6938790Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6939040Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6939290Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6939560Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6939850Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6940150Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6940430Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6940710Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6940990Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6941270Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6941550Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6941810Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6942060Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6942310Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6942560Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6942810Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6943070Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6943320Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6943580Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6943830Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6944070Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6944310Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6944560Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.002s) 2022-11-23T01:38:04.6944830Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6945100Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6945380Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6945670Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6945930Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6946190Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6946440Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6946680Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6946950Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6947240Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6947520Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6947820Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6948090Z test_tensordot_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6948340Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6948600Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6948850Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6949100Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6949360Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6949630Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6949900Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6950160Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6950430Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6950720Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6951000Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6951280Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6951560Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6951840Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6952120Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6952390Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6952660Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6952920Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6953200Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6953450Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6953710Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6953980Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6954250Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6954580Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6954860Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6955150Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6955470Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6955770Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6956060Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6956350Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6956630Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6956900Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6957180Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6957470Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6961700Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6962010Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6962300Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6962580Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6962850Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6963120Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6963380Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6963670Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6963970Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6964260Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6964560Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6964880Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6965140Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6965410Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6965660Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6965920Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6966180Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6966440Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6966700Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6966980Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6967240Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.001s) 2022-11-23T01:38:04.6967500Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... skip: Issue with numpy version on arm (0.000s) 2022-11-23T01:38:04.6967680Z 2022-11-23T01:38:04.6967920Z ---------------------------------------------------------------------- 2022-11-23T01:38:04.6968090Z Ran 728 tests in 0.542s 2022-11-23T01:38:04.6968170Z 2022-11-23T01:38:04.6968220Z OK (skipped=728) 2022-11-23T01:38:04.6968300Z 2022-11-23T01:38:04.6968360Z Generating XML reports... 2022-11-23T01:38:04.6968670Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20221123013803.xml 2022-11-23T01:38:04.6968830Z 2022-11-23T01:38:04.6969100Z ##[endgroup] 2022-11-23T01:38:04.6969380Z FINISHED PRINTING LOG FILE of test_linalg (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_linalg_wmc5ycbn) 2022-11-23T01:38:04.6969550Z 2022-11-23T01:38:04.6969670Z Running test_mobile_optimizer ... [2022-11-23 01:38:04.673846] 2022-11-23T01:38:04.6970060Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:04.674228] 2022-11-23T01:38:05.9011260Z 2022-11-23T01:38:05.9011660Z Expand the folded group to see the log file of test_mobile_optimizer 2022-11-23T01:38:05.9012310Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mobile_optimizer_uz2c3nby) 2022-11-23T01:38:05.9012520Z 2022-11-23T01:38:05.9012570Z Running tests... 2022-11-23T01:38:05.9012920Z ---------------------------------------------------------------------- 2022-11-23T01:38:05.9013240Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-11-23T01:38:05.9013490Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.135s) 2022-11-23T01:38:05.9014090Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:38:05.9014500Z warnings.warn(message, UserWarning) 2022-11-23T01:38:05.9014660Z ok (0.015s) 2022-11-23T01:38:05.9014840Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.125s) 2022-11-23T01:38:05.9015080Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.000s) 2022-11-23T01:38:05.9015330Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.064s) 2022-11-23T01:38:05.9015710Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.020s) 2022-11-23T01:38:05.9015960Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.047s) 2022-11-23T01:38:05.9016090Z 2022-11-23T01:38:05.9016240Z ---------------------------------------------------------------------- 2022-11-23T01:38:05.9016420Z Ran 7 tests in 0.407s 2022-11-23T01:38:05.9016500Z 2022-11-23T01:38:05.9016550Z OK (skipped=1) 2022-11-23T01:38:05.9016630Z 2022-11-23T01:38:05.9016690Z Generating XML reports... 2022-11-23T01:38:05.9016990Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221123013805.xml 2022-11-23T01:38:05.9017160Z 2022-11-23T01:38:05.9017320Z ##[endgroup] 2022-11-23T01:38:05.9017640Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mobile_optimizer_uz2c3nby) 2022-11-23T01:38:05.9017830Z 2022-11-23T01:38:05.9017950Z Running test_fake_tensor ... [2022-11-23 01:38:05.901469] 2022-11-23T01:38:05.9019410Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:05.901859] 2022-11-23T01:38:07.0883320Z 2022-11-23T01:38:07.0883720Z Expand the folded group to see the log file of test_fake_tensor 2022-11-23T01:38:07.0884350Z ##[group]PRINTING LOG FILE of test_fake_tensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fake_tensor_aoehrjyq) 2022-11-23T01:38:07.0884540Z 2022-11-23T01:38:07.0884600Z Running tests... 2022-11-23T01:38:07.0884940Z ---------------------------------------------------------------------- 2022-11-23T01:38:07.0885230Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-11-23T01:38:07.0885480Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.158s) 2022-11-23T01:38:07.0885910Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-11-23T01:38:07.0886180Z test_fake_tensor_batch_norm_cpu (__main__.FakeTensorConstHandling) ... ok (0.008s) 2022-11-23T01:38:07.0886430Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-11-23T01:38:07.0886690Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-11-23T01:38:07.0886930Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-11-23T01:38:07.0887190Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-11-23T01:38:07.0887810Z test_shared_storages (__main__.FakeTensorConstHandling) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:38:07.0888230Z warnings.warn(message, UserWarning) 2022-11-23T01:38:07.0888380Z ok (0.001s) 2022-11-23T01:38:07.0888550Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-11-23T01:38:07.0888760Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T01:38:07.0888970Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T01:38:07.0889200Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T01:38:07.0889450Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T01:38:07.0889680Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T01:38:07.0889900Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T01:38:07.0897200Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T01:38:07.0898040Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:38:07.0898500Z warnings.warn(message, UserWarning) 2022-11-23T01:38:07.0898650Z ok (0.001s) 2022-11-23T01:38:07.0898850Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T01:38:07.0899100Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.006s) 2022-11-23T01:38:07.0899360Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.028s) 2022-11-23T01:38:07.0899630Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.002s) 2022-11-23T01:38:07.0899920Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.047s) 2022-11-23T01:38:07.0900600Z test_fake_tensor_prop_on_nn_module (__main__.FakeTensorPropTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/_symbolic_trace.py:564: UserWarning: Was not able to add assertion to guarantee correct input value to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-11-23T01:38:07.0901100Z warnings.warn( 2022-11-23T01:38:07.0901230Z ok (0.011s) 2022-11-23T01:38:07.0901390Z test_basic (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0901610Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0901830Z test_constructor (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0902060Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T01:38:07.0902300Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T01:38:07.0902530Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0903130Z test_deepcopy (__main__.FakeTensorTest) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:38:07.0903530Z warnings.warn(message, UserWarning) 2022-11-23T01:38:07.0903690Z ok (0.002s) 2022-11-23T01:38:07.0903860Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0904080Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0904300Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0904540Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0904770Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0905000Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0905240Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0905460Z test_mode (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0905640Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T01:38:07.0905840Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0906070Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0906300Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T01:38:07.0906530Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0906770Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0906990Z test_print_in_fake_mode (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T01:38:07.0907230Z test_randperm (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0907450Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0907670Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T01:38:07.0907890Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0908120Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0908350Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0908570Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0908790Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T01:38:07.0908920Z 2022-11-23T01:38:07.0909070Z ---------------------------------------------------------------------- 2022-11-23T01:38:07.0909250Z Ran 53 tests in 0.294s 2022-11-23T01:38:07.0909340Z 2022-11-23T01:38:07.0909410Z OK (skipped=13, expected failures=1) 2022-11-23T01:38:07.0909540Z 2022-11-23T01:38:07.0909600Z Generating XML reports... 2022-11-23T01:38:07.0909900Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20221123013806.xml 2022-11-23T01:38:07.0910300Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20221123013806.xml 2022-11-23T01:38:07.0910690Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20221123013806.xml 2022-11-23T01:38:07.0911060Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorPropTest-20221123013806.xml 2022-11-23T01:38:07.0911430Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20221123013806.xml 2022-11-23T01:38:07.0911590Z 2022-11-23T01:38:07.0911760Z ##[endgroup] 2022-11-23T01:38:07.0912050Z FINISHED PRINTING LOG FILE of test_fake_tensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fake_tensor_aoehrjyq) 2022-11-23T01:38:07.0912220Z 2022-11-23T01:38:07.0912330Z Running test_overrides ... [2022-11-23 01:38:07.088669] 2022-11-23T01:38:07.0912710Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:07.089067] 2022-11-23T01:38:08.7905520Z 2022-11-23T01:38:08.7905970Z Expand the folded group to see the log file of test_overrides 2022-11-23T01:38:08.7906570Z ##[group]PRINTING LOG FILE of test_overrides (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_overrides_i7d73ria) 2022-11-23T01:38:08.7906890Z 2022-11-23T01:38:08.7906960Z Running tests... 2022-11-23T01:38:08.7907300Z ---------------------------------------------------------------------- 2022-11-23T01:38:08.7907610Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-11-23T01:38:08.7907870Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.156s) 2022-11-23T01:38:08.7908140Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.001s) 2022-11-23T01:38:08.7908380Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.001s) 2022-11-23T01:38:08.7908610Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.015s) 2022-11-23T01:38:08.7908840Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-11-23T01:38:08.7909040Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-11-23T01:38:08.7909240Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-11-23T01:38:08.7909430Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-11-23T01:38:08.7909620Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-11-23T01:38:08.7909810Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-11-23T01:38:08.7910000Z test_iterator (__main__.TestIterator) ... ok (0.000s) 2022-11-23T01:38:08.7910340Z test_max (__main__.TestNamedTuple) ... ok (0.001s) 2022-11-23T01:38:08.7910550Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-11-23T01:38:08.7910730Z test_rnn (__main__.TestRNN) ... ok (0.001s) 2022-11-23T01:38:08.7910920Z test_resolve_name (__main__.TestResolveName) ... ok (0.045s) 2022-11-23T01:38:08.7911140Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T01:38:08.7911360Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7911580Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T01:38:08.7911820Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7912060Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7912320Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7912560Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7912990Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7913210Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7913460Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7913690Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7913940Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7914200Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7914440Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7914650Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T01:38:08.7914870Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7923170Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T01:38:08.7923410Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7923630Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T01:38:08.7923860Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T01:38:08.7924100Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T01:38:08.7924320Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7924550Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7924780Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7925010Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7925240Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7925480Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7925710Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7925960Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7926220Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7926440Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7926680Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7926940Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7927390Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7927640Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7927950Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7928200Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7928450Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7928690Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7928930Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7929170Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7929390Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7929620Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7929860Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7930110Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7930350Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7930640Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7930890Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7931120Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7931360Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7931600Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7931840Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7932080Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7932320Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7932550Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7932790Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7933030Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7933270Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7933500Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7933740Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7933980Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7934210Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7934440Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7934680Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7934920Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7935150Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7935390Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7935620Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7935870Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7936100Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7936340Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7936590Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7936830Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7937050Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7937330Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7937560Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7937790Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7938020Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7938250Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7938490Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7938710Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7938940Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7939170Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7939410Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7939690Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7939910Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7940140Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7940390Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7940660Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7940910Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7941130Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7941350Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7941570Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7941790Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7942020Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7942250Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7942460Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7942690Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7942910Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7943150Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7943370Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7943580Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7943800Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7944020Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7944240Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7944460Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7944690Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7944920Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7945130Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7945350Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7945570Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7945790Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7946010Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7946290Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7946520Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7946750Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7946980Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7947210Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7947440Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7947670Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7947900Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7948130Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7948350Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7948630Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7948850Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7949080Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7949300Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7949520Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7949750Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7949970Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7950190Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7950410Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7950620Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7950840Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7951060Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7956090Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7956320Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7956540Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7956760Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7956980Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7957200Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7957410Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7957630Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7957860Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7958070Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7958290Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7958510Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7958720Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7958940Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7959160Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7959380Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7959610Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7959920Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7960160Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7960390Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7960610Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7960840Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7961050Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7961270Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7961490Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7961700Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7961910Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7962130Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7962390Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7962610Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7962830Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7963050Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7963280Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7963500Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7963720Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7963940Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7964160Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7964390Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7964630Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7964870Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7965100Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7965330Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7965550Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7965780Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7966010Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7966250Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7966480Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7966710Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7966930Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7967140Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7967370Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7967590Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7967800Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7968020Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7968250Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7968460Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7968720Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7968940Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7969160Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7969370Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7969590Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7969820Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7970060Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7970280Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7970500Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7970720Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7970980Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7971210Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7971430Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7971650Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7971870Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7972090Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7972300Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7972520Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7972740Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7972970Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7973190Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7973430Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7973660Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7973870Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7974090Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7974310Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7974540Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7974750Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7974970Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7975180Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7975400Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7975620Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7975850Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7976060Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7976270Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7976490Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7976710Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7976930Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7977150Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7977400Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7977630Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7977850Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7978070Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7978290Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7978510Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7978730Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7978950Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7979170Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7979390Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7979610Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7979880Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7980110Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7980340Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7980570Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7980800Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7981040Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7981280Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7981500Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7981720Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7981940Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7982150Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7982370Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7982570Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7982790Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7983010Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7983220Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7987380Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7987600Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7987820Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7988050Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7988260Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7988480Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7988700Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7988910Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7989130Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7989340Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7989560Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7989770Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7989990Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7990260Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7990480Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7990690Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7990910Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7991130Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7991350Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7991560Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7991780Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7992000Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7992230Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7992490Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7992700Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7992920Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7993140Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7993350Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7993570Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7993780Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7994010Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7994230Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7994460Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7994670Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7994900Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7995120Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7995350Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7995560Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7995770Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7995990Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7996200Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7996410Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7996620Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7996840Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7997060Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7997270Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7997480Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7997700Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7997920Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7998140Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7998350Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7998570Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7998800Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7999080Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7999310Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7999540Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7999770Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.7999980Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8000190Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8000410Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8000640Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8000860Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8001090Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8001370Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8001590Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8001800Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8002020Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8002240Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8002450Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8002660Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8002870Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8003090Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8003310Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8003540Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8003770Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8003990Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8004210Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8004440Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8004670Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8004890Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8005120Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8005340Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8005560Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8005800Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8006020Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8006240Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8006460Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8006760Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8006980Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8007200Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8007420Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8007640Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8007910Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8008140Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8008370Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8008600Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8008840Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8009070Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8009290Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8009510Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8009740Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8009960Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8010260Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8010480Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8010700Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8010910Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8011130Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8011350Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8011570Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8011790Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8012010Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8012230Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8012450Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8012660Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8012880Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8013090Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8013310Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8013530Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8013740Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8013960Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8014170Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8014390Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8018480Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8018700Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8018920Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8019130Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8019350Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8019580Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8019800Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8020020Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8020230Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8020530Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8020750Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8020970Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8021180Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8021400Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8021610Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8021820Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8022040Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8022250Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8022480Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8022700Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8022960Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8023180Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8023390Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8023610Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8023830Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8024050Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8024260Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8024480Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8024700Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8024920Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8025130Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8025340Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8025560Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8025770Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8025980Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8026180Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8026390Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8026600Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8026810Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8027020Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8027230Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8027450Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8027670Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8027890Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8028240Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8028460Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8028690Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8028920Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8029180Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8029400Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8029620Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8029830Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8030050Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8030260Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8030480Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8030690Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8030910Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8031130Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8031350Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8031600Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8031810Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8032030Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8032260Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8032480Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8032700Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8032920Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8033140Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8033360Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8033590Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8033810Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8034030Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8034260Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8034480Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8034700Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8034920Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8035150Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8035360Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8035580Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8035790Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8036010Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8036220Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8036450Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8036670Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8036890Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8037110Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8037330Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8037550Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8037820Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8038050Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8038270Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8038490Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8038700Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8038920Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8039140Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8039350Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8039570Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8039800Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8040020Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8040300Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8040530Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8040750Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8040970Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8041180Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8041400Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8041610Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8041820Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8042030Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8042260Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8042500Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8042750Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8042990Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8043210Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8043430Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8043650Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8043870Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8044090Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8044310Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8044530Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8044750Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8044970Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8045200Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8049330Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8049570Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8049810Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8050030Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8050240Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8050550Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8050780Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8051010Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8051230Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8051440Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8051660Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8051880Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8052110Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8052350Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8052570Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8052800Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8053060Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8053280Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8053500Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8053730Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8053960Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8054190Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8054410Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8054640Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8054860Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8055080Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8055300Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8055510Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8055740Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8055950Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8056170Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8056390Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8056610Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8056840Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8057070Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8057300Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8057540Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8057770Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8057990Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8058210Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8058430Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8058640Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8058870Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8059090Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8059340Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8059570Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8059790Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8060000Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8060220Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8060430Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8060640Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8060860Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8061070Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8061290Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8061500Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8061750Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8061980Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8062200Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8062420Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8062640Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8062850Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8063070Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8063300Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8063530Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8063770Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8064000Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8064230Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8064450Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8064670Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8064880Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8065100Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8065320Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8065540Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8065760Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8065980Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8066190Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8066410Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8066640Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8066870Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8067090Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8067300Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8067520Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8067740Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8067990Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8068220Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8068440Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8068660Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8068880Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8069100Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8069320Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8069540Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8069760Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8069970Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8070190Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8070440Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8070660Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8070880Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8071090Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8071310Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8071530Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8071750Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8071960Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8072180Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8072400Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8072620Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8072840Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8073060Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8073280Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8073500Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8073720Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8073960Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8074180Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8074400Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8074610Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8074830Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8075050Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8075280Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8075500Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8075710Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8075930Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8076150Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8076370Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8080510Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8080800Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8081030Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8081260Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8081500Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8081730Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8081960Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8082200Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8082430Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8082650Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8082860Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8083130Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8083340Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8083560Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8083780Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8083990Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8084210Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8084420Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8084640Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8084860Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8085080Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8085310Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8085560Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8085800Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8086040Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8086280Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8086520Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8086760Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8086990Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8087230Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8087470Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8087700Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8087940Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8088170Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8088410Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8088640Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8088880Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8089110Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8089380Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8089630Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8089860Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8090100Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8090340Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8090580Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8090820Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8091060Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8091300Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8091580Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8091820Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8092050Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8092280Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8092510Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8092750Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8092980Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8093210Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8093450Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8093690Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8093940Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8094180Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8094410Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8094640Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8094840Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T01:38:08.8095070Z test_has_torch_function_non_sequence (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8095300Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T01:38:08.8095510Z Test that a function with one argument can be overrided ... ok (0.001s) 2022-11-23T01:38:08.8095710Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T01:38:08.8095930Z Test that a function with multiple arguments can be overrided ... ok (0.001s) 2022-11-23T01:38:08.8096150Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T01:38:08.8096360Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T01:38:08.8096590Z Test semantics for __torch_function__ for functions that take ... ok (0.002s) 2022-11-23T01:38:08.8096810Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-11-23T01:38:08.8097030Z this test exercises the functionality described in ... ok (0.001s) 2022-11-23T01:38:08.8097250Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8097480Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8097710Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8097980Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8098210Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8098440Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8098670Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8098900Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8099120Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8099350Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8099580Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8099810Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8100040Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8100300Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8100530Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8100760Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8100990Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8101220Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8101450Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8101670Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8101910Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8102160Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8102410Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8102650Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8102890Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8103130Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8103370Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8103610Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8103860Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8104100Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8104360Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8104610Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8104850Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8105100Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8105350Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8105600Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8105840Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8106080Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8106360Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8106610Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8106910Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8107150Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8107390Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8107640Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8107890Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8108140Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8108390Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8108660Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8108900Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8109140Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8113310Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8113560Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8113800Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8114050Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8114300Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8114550Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8114790Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8115040Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8115290Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8115530Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8115770Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8116010Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8116240Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8116470Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8116710Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8116940Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8117170Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8117400Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8117630Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8117870Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8118120Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8118370Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8118700Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8118950Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8119210Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8119480Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8119750Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8120030Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8120290Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8120530Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8120770Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8121070Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8121310Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8121560Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8121800Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8122040Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8122280Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8122530Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8122780Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8123030Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8123290Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8123560Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8123820Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8124050Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8124290Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8124530Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8124790Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8125060Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8125320Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8125570Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8125820Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8126070Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8126310Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8126570Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8126880Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8127140Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8127400Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8127660Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8127910Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8128150Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8128400Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8128650Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8128890Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8129190Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8129460Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8129750Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8130030Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8130310Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8130580Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8130840Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8131090Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8131350Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8131610Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8131850Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8132090Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8132330Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8132560Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8132790Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8133020Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8133260Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8133500Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8133740Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8133970Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8134200Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8134430Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8134670Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8134910Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8135150Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8135410Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8135630Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8135860Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8136070Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8136300Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8136540Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8136770Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8136980Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8137200Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8137420Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8137680Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8137900Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8138120Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8138330Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8138560Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8138800Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8139020Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8139240Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8139470Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8139690Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8139910Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8140120Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8140340Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8140550Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8140770Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8140990Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8141210Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8141430Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8141650Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8141860Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8142080Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8142290Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8142510Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8146750Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8146980Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8147210Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8147440Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8147670Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8147890Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8148150Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8148370Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8148580Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8148800Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8149030Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8149250Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8149480Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8149730Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8149980Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8150210Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8150510Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8150760Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8150990Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8151230Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8151450Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8151700Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8151940Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8152160Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8152380Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8152620Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8152850Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8153070Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8153300Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8153540Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8153750Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8153980Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8154200Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8154420Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8154650Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8154880Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8155090Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8155320Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8155550Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8155780Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8156010Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8156250Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8156490Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8156700Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8157010Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8157230Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8157450Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8157660Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8157880Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8158120Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8158340Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8158570Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8158790Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8159010Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8159310Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8159530Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8159770Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8159990Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8160200Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8160420Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8160640Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8160860Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8161100Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8161320Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8161560Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8161780Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8162000Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8162220Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8162430Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8162660Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8162900Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8163140Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8163360Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8163580Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8163800Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8164030Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8164250Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8164470Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8164690Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8164900Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8165130Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8165360Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8165590Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8165870Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8166090Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8166310Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8166530Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8166750Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8166980Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8167200Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8167420Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8167650Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8167880Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8168140Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8168350Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8168570Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8168780Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8169000Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8169210Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8169430Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8169640Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8169860Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8170080Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8170310Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8170540Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8170760Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8170970Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8171180Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8171400Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8171610Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8171820Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8172030Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8172250Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8172470Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8172710Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8172970Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8173230Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8173490Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8173750Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8174000Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8174260Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8174560Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8178900Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8179150Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8179390Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8179610Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8179830Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8180060Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8180270Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8180490Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8180720Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8181000Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8181230Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8181450Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8181660Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8181870Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8182090Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8182300Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8182520Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8182750Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8182870Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8182980Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8183090Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8183200Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8183320Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8183440Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8183550Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8183670Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8183780Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8183890Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8184000Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8184110Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8184220Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8184320Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8184440Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8184550Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8184670Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8184790Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8184930Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185030Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185130Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185230Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185330Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185430Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185530Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185640Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185740Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185850Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8185990Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8186100Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8186200Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8186300Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8186390Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8186500Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8186600Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8186710Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8186810Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8186910Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187020Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187120Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187220Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187320Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187420Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187510Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187610Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187710Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187810Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8187920Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188020Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188120Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188220Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188320Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188430Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188530Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188630Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188740Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188840Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8188990Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8189100Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8189200Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8189310Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8189420Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8189520Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8189620Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8189720Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8189820Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8189930Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190070Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190170Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190270Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190370Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190470Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190570Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190670Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190760Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190860Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8190960Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191060Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191160Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191260Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191360Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191460Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191550Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191650Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191750Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191850Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8191950Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192050Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192150Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192240Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192340Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192450Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192550Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192650Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192750Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192860Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8192960Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8193100Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8193200Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8193310Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8193410Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8193510Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8193610Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8193710Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8193800Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8193900Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194000Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194150Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194260Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194370Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194480Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194580Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194680Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194780Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194880Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8194980Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8195100Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8195200Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8195300Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8195400Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8195500Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8195600Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8195700Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8195800Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8195910Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8196020Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8196150Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8196260Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8196390Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8196510Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8196610Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8196700Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8196800Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8196900Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197000Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197130Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197240Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197340Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197440Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197550Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197650Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197750Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197850Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8197950Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8198050Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8198190Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8198290Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8198400Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8198520Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8198620Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8198730Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8198840Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8198940Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8199040Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8199140Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8199240Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8199340Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8199460Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8199580Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8199710Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8199830Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8199970Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8200080Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8200220Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8200340Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8200470Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8200580Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8200700Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8200820Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8200940Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8201110Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8201220Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8201350Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8201460Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8201580Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8201690Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8201810Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8201920Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8202030Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8202140Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8202280Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8202400Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8202530Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8202640Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8202760Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8202900Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8203020Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8203160Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8203280Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8203390Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8203510Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8203620Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8203740Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8203850Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8203980Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8204090Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8204210Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8204330Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8204440Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8204550Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8204660Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8204770Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8204890Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8209140Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8209360Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8209480Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8209600Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8209710Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8209840Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8209950Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8210080Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8210190Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8210310Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8210480Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8210600Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8210710Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8210820Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8210930Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8211060Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8211180Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8211310Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8211440Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8211550Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8211660Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8211780Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8211900Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8212000Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8212110Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8212220Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8212340Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8212440Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8212560Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8212680Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8212790Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8212900Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8213010Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8213130Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8213290Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8213430Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8213540Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8213650Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8213760Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8213870Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8213980Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8214080Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8214190Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8214300Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8214440Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8214540Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8214640Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8214740Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8214840Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8214930Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215050Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215140Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215250Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215350Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215460Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215560Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215670Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215770Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215880Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8215980Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8216090Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8216190Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8216280Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8216380Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8216480Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8216580Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8216690Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8216800Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8216920Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8217020Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8217120Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8217220Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8217360Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8217480Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8217590Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8217710Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8217820Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8217930Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8218040Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8218150Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8218260Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8218380Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8218530Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8218630Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8218730Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8218840Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8218950Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219040Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219140Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219250Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219350Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219450Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219550Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219670Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219770Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219870Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8219970Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220080Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220180Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220280Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220390Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220490Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220590Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220680Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220790Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220890Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8220990Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8221090Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8221180Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8221280Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8221420Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8221530Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8221640Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8221740Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8221850Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8221950Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222050Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222160Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222250Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222350Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222450Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222580Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222680Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222770Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222870Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8222970Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223070Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223180Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223280Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223370Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223470Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223570Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223680Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223790Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223900Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8223990Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224090Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224190Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224290Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224400Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224490Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224600Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224690Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224790Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224890Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8224980Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8225080Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8225180Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8225280Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8225370Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8225520Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8225620Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8225730Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8225820Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8225920Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8226030Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8226130Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8226220Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8226320Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8226420Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8226520Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8226680Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8226780Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8226900Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227010Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227110Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227220Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227320Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227420Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227520Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227620Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227720Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227820Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8227930Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228030Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228140Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228250Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228350Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228460Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228560Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228660Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228760Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228860Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8228970Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8229080Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8229180Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8229290Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8229400Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8229500Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8229630Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8229730Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8229830Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8229930Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T01:38:08.8230040Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-11-23T01:38:08.8230150Z Test that errors raised in user implementations propagate correctly ... ok (0.000s) 2022-11-23T01:38:08.8230260Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.004s) 2022-11-23T01:38:08.8230370Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-11-23T01:38:08.8230370Z 2022-11-23T01:38:08.8230600Z ---------------------------------------------------------------------- 2022-11-23T01:38:08.8230660Z Ran 1415 tests in 0.794s 2022-11-23T01:38:08.8230720Z 2022-11-23T01:38:08.8230760Z OK 2022-11-23T01:38:08.8230770Z 2022-11-23T01:38:08.8230830Z Generating XML reports... 2022-11-23T01:38:08.8231090Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20221123013807.xml 2022-11-23T01:38:08.8231300Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20221123013807.xml 2022-11-23T01:38:08.8231520Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20221123013807.xml 2022-11-23T01:38:08.8231720Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20221123013807.xml 2022-11-23T01:38:08.8231920Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20221123013807.xml 2022-11-23T01:38:08.8232100Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20221123013807.xml 2022-11-23T01:38:08.8232280Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20221123013807.xml 2022-11-23T01:38:08.8232460Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20221123013807.xml 2022-11-23T01:38:08.8232640Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20221123013807.xml 2022-11-23T01:38:08.8232810Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20221123013807.xml 2022-11-23T01:38:08.8232990Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20221123013807.xml 2022-11-23T01:38:08.8233190Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20221123013807.xml 2022-11-23T01:38:08.8233390Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20221123013807.xml 2022-11-23T01:38:08.8233590Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20221123013807.xml 2022-11-23T01:38:08.8233780Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20221123013807.xml 2022-11-23T01:38:08.8233790Z 2022-11-23T01:38:08.8234070Z ##[endgroup] 2022-11-23T01:38:08.8234290Z FINISHED PRINTING LOG FILE of test_overrides (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_overrides_i7d73ria) 2022-11-23T01:38:08.8234290Z 2022-11-23T01:38:08.8234410Z Running test_jit_disabled ... [2022-11-23 01:38:08.791795] 2022-11-23T01:38:08.8234690Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:08.792270] 2022-11-23T01:38:09.7993140Z 2022-11-23T01:38:09.7993510Z Expand the folded group to see the log file of test_jit_disabled 2022-11-23T01:38:09.7994260Z ##[group]PRINTING LOG FILE of test_jit_disabled (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_disabled_j28x8dal) 2022-11-23T01:38:09.7994460Z 2022-11-23T01:38:09.7994510Z Running tests... 2022-11-23T01:38:09.7994860Z ---------------------------------------------------------------------- 2022-11-23T01:38:09.7995150Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-11-23T01:38:09.7995380Z test_attribute (__main__.TestJitDisabled) ... ok (0.170s) 2022-11-23T01:38:09.7995600Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.022s) 2022-11-23T01:38:09.7995820Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.021s) 2022-11-23T01:38:09.7995950Z 2022-11-23T01:38:09.7996090Z ---------------------------------------------------------------------- 2022-11-23T01:38:09.7996270Z Ran 3 tests in 0.214s 2022-11-23T01:38:09.7996360Z 2022-11-23T01:38:09.7996400Z OK 2022-11-23T01:38:09.7996470Z 2022-11-23T01:38:09.7996530Z Generating XML reports... 2022-11-23T01:38:09.7996820Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221123013809.xml 2022-11-23T01:38:09.7997110Z 2022-11-23T01:38:09.7997270Z ##[endgroup] 2022-11-23T01:38:09.7997580Z FINISHED PRINTING LOG FILE of test_jit_disabled (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_disabled_j28x8dal) 2022-11-23T01:38:09.7997760Z 2022-11-23T01:38:09.7997890Z Running test_show_pickle ... [2022-11-23 01:38:09.799661] 2022-11-23T01:38:09.8001140Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:09.800034] 2022-11-23T01:38:10.7398750Z 2022-11-23T01:38:10.7399120Z Expand the folded group to see the log file of test_show_pickle 2022-11-23T01:38:10.7399670Z ##[group]PRINTING LOG FILE of test_show_pickle (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_show_pickle_zjn4ri9_) 2022-11-23T01:38:10.7399860Z 2022-11-23T01:38:10.7399920Z Running tests... 2022-11-23T01:38:10.7400790Z ---------------------------------------------------------------------- 2022-11-23T01:38:10.7401370Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-11-23T01:38:10.7401600Z test_scripted_model (__main__.TestShowPickle) ... ok (0.155s) 2022-11-23T01:38:10.7401730Z 2022-11-23T01:38:10.7401870Z ---------------------------------------------------------------------- 2022-11-23T01:38:10.7402050Z Ran 1 test in 0.155s 2022-11-23T01:38:10.7402140Z 2022-11-23T01:38:10.7402180Z OK 2022-11-23T01:38:10.7402240Z 2022-11-23T01:38:10.7402300Z Generating XML reports... 2022-11-23T01:38:10.7402620Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221123013810.xml 2022-11-23T01:38:10.7402790Z 2022-11-23T01:38:10.7402940Z ##[endgroup] 2022-11-23T01:38:10.7403290Z FINISHED PRINTING LOG FILE of test_show_pickle (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_show_pickle_zjn4ri9_) 2022-11-23T01:38:10.7403460Z 2022-11-23T01:38:10.7403590Z Running test_jit_cuda_fuser ... [2022-11-23 01:38:10.740206] 2022-11-23T01:38:10.7406890Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:10.740600] 2022-11-23T01:38:12.2214600Z 2022-11-23T01:38:12.2214980Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-11-23T01:38:12.2215630Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_cuda_fuser_8v9xbdyy) 2022-11-23T01:38:12.2215810Z 2022-11-23T01:38:12.2215860Z Running tests... 2022-11-23T01:38:12.2216200Z ---------------------------------------------------------------------- 2022-11-23T01:38:12.2216500Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-11-23T01:38:12.2216750Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2217140Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2217390Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2217700Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.000s) 2022-11-23T01:38:12.2217960Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2218190Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2218410Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2218640Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2218870Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2219110Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2219440Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2219700Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2219940Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-11-23T01:38:12.2220180Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2220400Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2220640Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2220930Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.000s) 2022-11-23T01:38:12.2221200Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2221430Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2221660Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2221880Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2222100Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2222310Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2222640Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-11-23T01:38:12.2222950Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-11-23T01:38:12.2223230Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2223480Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2223750Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2224000Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2224240Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2224480Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2224710Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2225010Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2225270Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2225500Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2225820Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2232570Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2232840Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2233080Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2233320Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2233580Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.000s) 2022-11-23T01:38:12.2233840Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2234110Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2234370Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2234610Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2234970Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.000s) 2022-11-23T01:38:12.2235240Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2235490Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2235750Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2235990Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2236220Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2236450Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2236720Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.001s) 2022-11-23T01:38:12.2236980Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2237210Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2237470Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2237720Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2237930Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2238150Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2238390Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2238620Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2238860Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2239090Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2239320Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2239530Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2239750Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2239970Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2240210Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2240430Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2240650Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2240890Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2241170Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2241410Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2241640Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2241880Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2242130Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-11-23T01:38:12.2242370Z test_no_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2242590Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2242800Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2243030Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2243250Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2243520Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2243740Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2243970Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2244240Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2244520Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2244770Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2245020Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2245310Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2245600Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2245870Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2246110Z test_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2246350Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2246580Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2246830Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2247100Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.000s) 2022-11-23T01:38:12.2247370Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2247610Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2247840Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2248070Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2248310Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2248540Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2248780Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2249010Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2249240Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2249470Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2249770Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2250010Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2250230Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2250460Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2250720Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2251000Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-11-23T01:38:12.2251250Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2251490Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2251740Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2252050Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2252270Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2252490Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2252710Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2252930Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2253150Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2253370Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2253620Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T01:38:12.2253920Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T01:38:12.2254210Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T01:38:12.2254460Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2254680Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2254890Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2255110Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2255340Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2255600Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2255820Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2256030Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2256250Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2256480Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2256710Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2256930Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2257150Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2257370Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2257590Z test_transpose (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2257810Z test_transpose_default (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2258080Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2258310Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2258530Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2258760Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2258970Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2259230Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T01:38:12.2259470Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2259700Z test_variance_profiling (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2259940Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-11-23T01:38:12.2260230Z test_view_before_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2260500Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.000s) 2022-11-23T01:38:12.2260800Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-11-23T01:38:12.2261070Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.001s) 2022-11-23T01:38:12.2261330Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T01:38:12.2261590Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T01:38:12.2261830Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-11-23T01:38:12.2266850Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.026s) 2022-11-23T01:38:12.2267020Z 2022-11-23T01:38:12.2267250Z ---------------------------------------------------------------------- 2022-11-23T01:38:12.2267420Z Ran 158 tests in 0.110s 2022-11-23T01:38:12.2267510Z 2022-11-23T01:38:12.2267550Z OK (skipped=155) 2022-11-23T01:38:12.2267630Z 2022-11-23T01:38:12.2267690Z Generating XML reports... 2022-11-23T01:38:12.2268000Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221123013811.xml 2022-11-23T01:38:12.2268400Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221123013811.xml 2022-11-23T01:38:12.2268770Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221123013811.xml 2022-11-23T01:38:12.2268930Z 2022-11-23T01:38:12.2269160Z ##[endgroup] 2022-11-23T01:38:12.2269450Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_cuda_fuser_8v9xbdyy) 2022-11-23T01:38:12.2269630Z 2022-11-23T01:38:12.2269760Z Running test_cpp_extensions_aot_ninja ... [2022-11-23 01:38:12.221802] 2022-11-23T01:38:13.2243410Z running install 2022-11-23T01:38:13.2257260Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T01:38:13.2257830Z warnings.warn( 2022-11-23T01:38:13.2325990Z running build 2022-11-23T01:38:13.2326340Z running build_py 2022-11-23T01:38:13.2632360Z creating build 2022-11-23T01:38:13.2632860Z creating build/lib.macosx-11.1-arm64-3.9 2022-11-23T01:38:13.2633620Z creating build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension 2022-11-23T01:38:13.2634150Z copying torch_test_cpp_extension/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension 2022-11-23T01:38:13.2635220Z running build_ext 2022-11-23T01:38:13.2738650Z building 'torch_test_cpp_extension.cpp' extension 2022-11-23T01:38:13.2739240Z creating /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9 2022-11-23T01:38:13.2799970Z Emitting ninja build file /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/build.ninja... 2022-11-23T01:38:13.2802700Z Compiling objects... 2022-11-23T01:38:13.2803000Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:38:20.2386230Z [1/1] clang++ -MMD -MF /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/extension.o.d -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/TH -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/THC -I/Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include/python3.9 -c -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/extension.cpp -o /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 2022-11-23T01:38:20.2470190Z clang++ -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/extension.o -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension/cpp.cpython-39-darwin.so 2022-11-23T01:38:20.2607030Z ld: warning: dylib (/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/libc++.dylib) was built for newer macOS version (11.1) than being linked (11.0) 2022-11-23T01:38:20.2879760Z building 'torch_test_cpp_extension.ort' extension 2022-11-23T01:38:20.2944160Z Emitting ninja build file /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/build.ninja... 2022-11-23T01:38:20.2946910Z Compiling objects... 2022-11-23T01:38:20.2947190Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:38:27.2960110Z [1/1] clang++ -MMD -MF /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/ort_extension.o.d -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/TH -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/THC -I/Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include/python3.9 -c -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/ort_extension.cpp -o /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 2022-11-23T01:38:27.2970980Z clang++ -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/ort_extension.o -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension/ort.cpython-39-darwin.so 2022-11-23T01:38:27.3108470Z ld: warning: dylib (/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/libc++.dylib) was built for newer macOS version (11.1) than being linked (11.0) 2022-11-23T01:38:27.3399470Z building 'torch_test_cpp_extension.rng' extension 2022-11-23T01:38:27.3464330Z Emitting ninja build file /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/build.ninja... 2022-11-23T01:38:27.3466700Z Compiling objects... 2022-11-23T01:38:27.3467000Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:38:35.1369600Z [1/1] clang++ -MMD -MF /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/rng_extension.o.d -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/TH -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/THC -I/Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include/python3.9 -c -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/rng_extension.cpp -o /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 2022-11-23T01:38:35.1381580Z clang++ -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-11.1-arm64-3.9/rng_extension.o -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension/rng.cpython-39-darwin.so 2022-11-23T01:38:35.1514850Z ld: warning: dylib (/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/libc++.dylib) was built for newer macOS version (11.1) than being linked (11.0) 2022-11-23T01:38:35.1789920Z running install_lib 2022-11-23T01:38:35.2099230Z creating install 2022-11-23T01:38:35.2099420Z creating install/Users 2022-11-23T01:38:35.2100220Z creating install/Users/ec2-user 2022-11-23T01:38:35.2100600Z creating install/Users/ec2-user/runner 2022-11-23T01:38:35.2100820Z creating install/Users/ec2-user/runner/_work 2022-11-23T01:38:35.2101060Z creating install/Users/ec2-user/runner/_work/_temp 2022-11-23T01:38:35.2101680Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:38:35.2102010Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib 2022-11-23T01:38:35.2102330Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9 2022-11-23T01:38:35.2103000Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages 2022-11-23T01:38:35.2103700Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch_test_cpp_extension 2022-11-23T01:38:35.2104620Z copying build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension/ort.cpython-39-darwin.so -> ./install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch_test_cpp_extension 2022-11-23T01:38:35.2108120Z copying build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension/cpp.cpython-39-darwin.so -> ./install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch_test_cpp_extension 2022-11-23T01:38:35.2110730Z copying build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension/__init__.py -> ./install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch_test_cpp_extension 2022-11-23T01:38:35.2111290Z copying build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension/rng.cpython-39-darwin.so -> ./install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch_test_cpp_extension 2022-11-23T01:38:35.2117380Z byte-compiling ./install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-39.pyc 2022-11-23T01:38:35.2119520Z running install_egg_info 2022-11-23T01:38:35.2791630Z running egg_info 2022-11-23T01:38:35.2791890Z creating torch_test_cpp_extension.egg-info 2022-11-23T01:38:35.3077460Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-11-23T01:38:35.3350010Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-11-23T01:38:35.4970490Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-11-23T01:38:35.4971810Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-11-23T01:38:35.4990420Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-11-23T01:38:35.4993630Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-11-23T01:38:35.4994270Z Copying torch_test_cpp_extension.egg-info to ./install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch_test_cpp_extension-0.0.0-py3.9.egg-info 2022-11-23T01:38:35.5007640Z running install_scripts 2022-11-23T01:38:36.6192120Z running install 2022-11-23T01:38:36.6194850Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T01:38:36.6195180Z warnings.warn( 2022-11-23T01:38:36.6245530Z running build 2022-11-23T01:38:36.6245790Z running build_ext 2022-11-23T01:38:36.6330430Z building 'no_python_abi_suffix_test' extension 2022-11-23T01:38:36.6330850Z creating /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build 2022-11-23T01:38:36.6331260Z creating /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-11.1-arm64-3.9 2022-11-23T01:38:36.6394870Z Emitting ninja build file /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-11.1-arm64-3.9/build.ninja... 2022-11-23T01:38:36.6398380Z Compiling objects... 2022-11-23T01:38:36.6398720Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:38:36.6662500Z [1/1] clang++ -MMD -MF /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-11.1-arm64-3.9/no_python_abi_suffix_test.o.d -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/TH -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/THC -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include/python3.9 -c -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-11.1-arm64-3.9/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14 2022-11-23T01:38:36.6672390Z creating build/lib.macosx-11.1-arm64-3.9 2022-11-23T01:38:36.6675510Z clang++ -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build/temp.macosx-11.1-arm64-3.9/no_python_abi_suffix_test.o -L/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.macosx-11.1-arm64-3.9/no_python_abi_suffix_test.so 2022-11-23T01:38:36.6801880Z ld: warning: dylib (/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/libc++.dylib) was built for newer macOS version (11.1) than being linked (11.0) 2022-11-23T01:38:36.7051170Z running install_lib 2022-11-23T01:38:36.7350170Z creating install 2022-11-23T01:38:36.7355130Z creating install/Users 2022-11-23T01:38:36.7355550Z creating install/Users/ec2-user 2022-11-23T01:38:36.7355760Z creating install/Users/ec2-user/runner 2022-11-23T01:38:36.7357000Z creating install/Users/ec2-user/runner/_work 2022-11-23T01:38:36.7357300Z creating install/Users/ec2-user/runner/_work/_temp 2022-11-23T01:38:36.7357580Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:38:36.7357870Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib 2022-11-23T01:38:36.7358170Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9 2022-11-23T01:38:36.7358500Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages 2022-11-23T01:38:36.7358930Z copying build/lib.macosx-11.1-arm64-3.9/no_python_abi_suffix_test.so -> ./install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages 2022-11-23T01:38:36.7361220Z running install_egg_info 2022-11-23T01:38:36.7947110Z running egg_info 2022-11-23T01:38:36.7947450Z creating no_python_abi_suffix_test.egg-info 2022-11-23T01:38:36.8235840Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-11-23T01:38:36.8512030Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-11-23T01:38:37.0138000Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-11-23T01:38:37.0139350Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-11-23T01:38:37.0157770Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-11-23T01:38:37.0160930Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-11-23T01:38:37.0161950Z Copying no_python_abi_suffix_test.egg-info to ./install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/no_python_abi_suffix_test-0.0.0-py3.9.egg-info 2022-11-23T01:38:37.0174110Z running install_scripts 2022-11-23T01:38:37.1920950Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:37.191889] 2022-11-23T01:38:38.5711330Z 2022-11-23T01:38:38.5711720Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-11-23T01:38:38.5712720Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_extensions_aot_ninja_eftklx4d) 2022-11-23T01:38:38.5712950Z 2022-11-23T01:38:38.5713000Z Running tests... 2022-11-23T01:38:38.5713350Z ---------------------------------------------------------------------- 2022-11-23T01:38:38.5713660Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-11-23T01:38:38.5713910Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.039s) 2022-11-23T01:38:38.5714160Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-11-23T01:38:38.5714420Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-11-23T01:38:38.5714660Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-11-23T01:38:38.5714900Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-11-23T01:38:38.5715140Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T01:38:38.5715360Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T01:38:38.5715600Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T01:38:38.5715840Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T01:38:38.5716020Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-11-23T01:38:38.5716220Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.001s) 2022-11-23T01:38:38.5716600Z test_unregistered (__main__.TestORTTensor) ... ok (0.005s) 2022-11-23T01:38:38.5716790Z test_zeros (__main__.TestORTTensor) ... ok (0.001s) 2022-11-23T01:38:38.5716970Z test_rng (__main__.TestRNGExtension) ... ok (0.002s) 2022-11-23T01:38:38.5717180Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-11-23T01:38:38.5717310Z 2022-11-23T01:38:38.5717450Z ---------------------------------------------------------------------- 2022-11-23T01:38:38.5717620Z Ran 15 tests in 0.057s 2022-11-23T01:38:38.5717700Z 2022-11-23T01:38:38.5717750Z OK (skipped=5) 2022-11-23T01:38:38.5717820Z 2022-11-23T01:38:38.5717880Z Generating XML reports... 2022-11-23T01:38:38.5718200Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221123013838.xml 2022-11-23T01:38:38.5718580Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221123013838.xml 2022-11-23T01:38:38.5718960Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221123013838.xml 2022-11-23T01:38:38.5719450Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221123013838.xml 2022-11-23T01:38:38.5719630Z 2022-11-23T01:38:38.5719810Z ##[endgroup] 2022-11-23T01:38:38.5720150Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_extensions_aot_ninja_eftklx4d) 2022-11-23T01:38:38.5720350Z 2022-11-23T01:38:38.5720510Z Running test_cpp_extensions_open_device_registration ... [2022-11-23 01:38:38.571881] 2022-11-23T01:38:38.5722350Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:38.572154] 2022-11-23T01:38:39.5692880Z 2022-11-23T01:38:39.5693320Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-11-23T01:38:39.5694030Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_extensions_open_device_registration_e5jh4ojd) 2022-11-23T01:38:39.5694260Z 2022-11-23T01:38:39.5694310Z Running tests... 2022-11-23T01:38:39.5694650Z ---------------------------------------------------------------------- 2022-11-23T01:38:39.5694980Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-11-23T01:38:39.5695300Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... skip: Does not work on arm (0.001s) 2022-11-23T01:38:39.5695470Z 2022-11-23T01:38:39.5699090Z ---------------------------------------------------------------------- 2022-11-23T01:38:39.5699280Z Ran 1 test in 0.001s 2022-11-23T01:38:39.5699370Z 2022-11-23T01:38:39.5699420Z OK (skipped=1) 2022-11-23T01:38:39.5699530Z 2022-11-23T01:38:39.5699590Z Generating XML reports... 2022-11-23T01:38:39.5699990Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221123013839.xml 2022-11-23T01:38:39.5700210Z 2022-11-23T01:38:39.5700380Z ##[endgroup] 2022-11-23T01:38:39.5700760Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_extensions_open_device_registration_e5jh4ojd) 2022-11-23T01:38:39.5700980Z 2022-11-23T01:38:39.5701100Z Running test_cpp_api_parity ... [2022-11-23 01:38:39.569640] 2022-11-23T01:38:39.5701510Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:39.570051] 2022-11-23T01:38:40.7135530Z 2022-11-23T01:38:40.7135930Z Expand the folded group to see the log file of test_cpp_api_parity 2022-11-23T01:38:40.7136720Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_api_parity__8ws2_5j) 2022-11-23T01:38:40.7136920Z 2022-11-23T01:38:40.7136990Z Running tests... 2022-11-23T01:38:40.7137730Z ---------------------------------------------------------------------- 2022-11-23T01:38:40.7137870Z 2022-11-23T01:38:40.7138010Z ---------------------------------------------------------------------- 2022-11-23T01:38:40.7138190Z Ran 0 tests in 0.000s 2022-11-23T01:38:40.7138270Z 2022-11-23T01:38:40.7138320Z OK 2022-11-23T01:38:40.7138390Z 2022-11-23T01:38:40.7138450Z Generating XML reports... 2022-11-23T01:38:40.7138700Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-11-23T01:38:40.7138850Z 2022-11-23T01:38:40.7139010Z ##[endgroup] 2022-11-23T01:38:40.7139310Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_api_parity__8ws2_5j) 2022-11-23T01:38:40.7139690Z 2022-11-23T01:38:40.7139830Z Running test_cuda_nvml_based_avail ... [2022-11-23 01:38:40.713909] 2022-11-23T01:38:40.7144330Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cuda_nvml_based_avail.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:38:40.714306] 2022-11-23T01:38:41.4472900Z 2022-11-23T01:38:41.4473320Z Expand the folded group to see the log file of test_cuda_nvml_based_avail 2022-11-23T01:38:41.4473970Z ##[group]PRINTING LOG FILE of test_cuda_nvml_based_avail (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_nvml_based_avail_puh7qev0) 2022-11-23T01:38:41.4474260Z CUDA not available, skipping tests 2022-11-23T01:38:41.4474360Z 2022-11-23T01:38:41.4474520Z ##[endgroup] 2022-11-23T01:38:41.4474940Z FINISHED PRINTING LOG FILE of test_cuda_nvml_based_avail (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_nvml_based_avail_puh7qev0) 2022-11-23T01:38:41.4475150Z 2022-11-23T01:38:41.5933310Z 2022-11-23T01:38:41.5933670Z real 24m16.446s 2022-11-23T01:38:41.5933830Z user 41m4.036s 2022-11-23T01:38:41.5934510Z sys 5m32.262s 2022-11-23T01:38:41.5934680Z + assert_git_not_dirty 2022-11-23T01:38:41.5935030Z + [[ macos-12-py3-arm64 != *rocm* ]] 2022-11-23T01:38:41.5935230Z + [[ macos-12-py3-arm64 != *xla* ]] 2022-11-23T01:38:41.5938020Z ++ git status --porcelain 2022-11-23T01:38:53.7255650Z + git_status= 2022-11-23T01:38:53.7256060Z + [[ -n '' ]] 2022-11-23T01:38:53.7256240Z Testing jit hooks in cpp 2022-11-23T01:38:53.7256430Z + [[ 2 == 1 ]] 2022-11-23T01:38:53.7256630Z ~/runner/_work/pytorch/pytorch/test/jit_hooks ~/runner/_work/pytorch/pytorch 2022-11-23T01:38:53.7256820Z + [[ 2 == 2 ]] 2022-11-23T01:38:53.7256930Z + test_jit_hooks 2022-11-23T01:38:53.7257100Z + echo 'Testing jit hooks in cpp' 2022-11-23T01:38:53.7257250Z + pushd test/jit_hooks 2022-11-23T01:38:53.7257400Z + rm -rf build 2022-11-23T01:38:53.7350180Z + mkdir build 2022-11-23T01:38:53.7368840Z + pushd build 2022-11-23T01:38:53.7369100Z ~/runner/_work/pytorch/pytorch/test/jit_hooks/build ~/runner/_work/pytorch/pytorch/test/jit_hooks ~/runner/_work/pytorch/pytorch 2022-11-23T01:38:53.7372230Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:38:53.8328680Z + SITE_PACKAGES=/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages 2022-11-23T01:38:53.8329080Z + CMAKE_PREFIX_PATH=/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch 2022-11-23T01:38:53.8329300Z + cmake .. 2022-11-23T01:38:54.5590860Z -- The C compiler identification is AppleClang 13.1.6.13160021 2022-11-23T01:38:54.6309410Z -- The CXX compiler identification is AppleClang 13.1.6.13160021 2022-11-23T01:38:54.6685250Z -- Detecting C compiler ABI info 2022-11-23T01:38:54.7717280Z -- Detecting C compiler ABI info - done 2022-11-23T01:38:54.7747480Z -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang - skipped 2022-11-23T01:38:54.7760710Z -- Detecting C compile features 2022-11-23T01:38:54.7783430Z -- Detecting C compile features - done 2022-11-23T01:38:54.7877480Z -- Detecting CXX compiler ABI info 2022-11-23T01:38:54.8872370Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:38:54.8918790Z -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ - skipped 2022-11-23T01:38:54.8920890Z -- Detecting CXX compile features 2022-11-23T01:38:54.8924200Z -- Detecting CXX compile features - done 2022-11-23T01:38:54.9414310Z -- Looking for pthread.h 2022-11-23T01:38:55.0444810Z -- Looking for pthread.h - found 2022-11-23T01:38:55.0446430Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:38:55.1476980Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-11-23T01:38:55.1483750Z -- Found Threads: TRUE 2022-11-23T01:38:55.1850140Z CMake Warning at /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:38:55.1850660Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:38:55.1850990Z Call Stack (most recent call first): 2022-11-23T01:38:55.1851410Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:38:55.1851670Z CMakeLists.txt:9 (find_package) 2022-11-23T01:38:55.1851770Z 2022-11-23T01:38:55.1851780Z 2022-11-23T01:38:55.1853340Z -- Found Torch: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libtorch.dylib 2022-11-23T01:38:55.1854160Z -- Configuring done 2022-11-23T01:38:55.1956910Z -- Generating done 2022-11-23T01:38:55.1978410Z -- Build files have been written to: /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/build 2022-11-23T01:38:55.1992390Z + make VERBOSE=1 2022-11-23T01:38:55.2032620Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -S/Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks -B/Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:38:55.2152370Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_progress_start /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/build//CMakeFiles/progress.marks 2022-11-23T01:38:55.2252420Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all 2022-11-23T01:38:55.2264990Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-11-23T01:38:55.2280640Z cd /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/build && /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_depends "Unix Makefiles" /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2022-11-23T01:38:55.2405260Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-11-23T01:38:55.2531890Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T01:38:55.2535270Z /Library/Developer/CommandLineTools/usr/bin/clang++ -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.9 -F/Applications/Xcode_13.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -std=gnu++14 -MD -MT CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -MF CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d -o CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/test_jit_hooks.cpp 2022-11-23T01:38:58.6383930Z [100%] Linking CXX executable test_jit_hooks 2022-11-23T01:38:58.6386470Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-11-23T01:38:58.6483180Z /Library/Developer/CommandLineTools/usr/bin/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.9 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -F/Applications/Xcode_13.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libc10.dylib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libtorch.dylib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libtorch_cpu.dylib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libc10.dylib -framework Metal -framework MetalPerformanceShaders -framework Foundation -framework Accelerate 2022-11-23T01:38:58.6567430Z ld: warning: directory not found for option '-F/Applications/Xcode_13.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks' 2022-11-23T01:38:58.7674210Z [100%] Built target test_jit_hooks 2022-11-23T01:38:58.7678340Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_progress_start /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles 0 2022-11-23T01:38:58.7780550Z + popd 2022-11-23T01:38:58.7780810Z ~/runner/_work/pytorch/pytorch/test/jit_hooks ~/runner/_work/pytorch/pytorch 2022-11-23T01:38:58.7781130Z + python model.py --export-script-module=model 2022-11-23T01:38:59.4194110Z OK: completed saving modules with hooks! 2022-11-23T01:38:59.5193860Z + build/test_jit_hooks ./model 2022-11-23T01:38:59.7129590Z path to exported module:./model 2022-11-23T01:38:59.7129910Z Tesing JIT Hooks in CPP 2022-11-23T01:38:59.7130490Z testing: test_submodule_multiple_hooks_single_input 2022-11-23T01:38:59.7381100Z ----- module's output: pre_hook_override_name2_inner_mod_fwh1 2022-11-23T01:38:59.7381390Z ----- expected output: pre_hook_override_name2_inner_mod_fwh1 2022-11-23T01:38:59.7381590Z testing: test_submodule_hook_return_nothing 2022-11-23T01:38:59.7393910Z ----- module's output: a_outermod_inner_mod 2022-11-23T01:38:59.7394190Z ----- expected output: a_outermod_inner_mod 2022-11-23T01:38:59.7394520Z testing: test_submodule_same_hook_repeated 2022-11-23T01:38:59.7407420Z ----- module's output: a_outermod_ph_ph_inner_mod_fh_fh 2022-11-23T01:38:59.7407720Z ----- expected output: a_outermod_ph_ph_inner_mod_fh_fh 2022-11-23T01:38:59.7407920Z testing: test_submodule_forward_single_input 2022-11-23T01:38:59.7418720Z ----- module's output: pre_hook_override_name_inner_mod 2022-11-23T01:38:59.7418950Z ----- expected output: pre_hook_override_name_inner_mod 2022-11-23T01:38:59.7419160Z testing: test_submodule_multiple_hooks_multiple_inputs 2022-11-23T01:38:59.7440110Z ----- module's output: ([pre_hook_override_name, inner_mod_name], pre_hook_override2_fh1_fh2) 2022-11-23T01:38:59.7440420Z ----- expected output: ([pre_hook_override_name, inner_mod_name], pre_hook_override2_fh1_fh2) 2022-11-23T01:38:59.7441220Z testing: test_submodule_forward_multiple_inputs 2022-11-23T01:38:59.7455030Z ----- module's output: ([pre_hook_override_name, inner_mod_name], pre_hook_override_fh) 2022-11-23T01:38:59.7455320Z ----- expected output: ([pre_hook_override_name, inner_mod_name], pre_hook_override_fh) 2022-11-23T01:38:59.7455540Z testing: test_module_forward_single_input 2022-11-23T01:38:59.7467060Z ----- module's output: pre_hook_override_name_outermod_inner_mod_fh 2022-11-23T01:38:59.7467330Z ----- expected output: pre_hook_override_name_outermod_inner_mod_fh 2022-11-23T01:38:59.7467530Z testing: test_module_multiple_hooks_single_input 2022-11-23T01:38:59.7486610Z ----- module's output: pre_hook_override_name2_outermod_inner_mod_fh1_fh2 2022-11-23T01:38:59.7486880Z ----- expected output: pre_hook_override_name2_outermod_inner_mod_fh1_fh2 2022-11-23T01:38:59.7487390Z testing: test_module_hook_return_nothing 2022-11-23T01:38:59.7498590Z ----- module's output: a_outermod_inner_mod 2022-11-23T01:38:59.7498810Z ----- expected output: a_outermod_inner_mod 2022-11-23T01:38:59.7499540Z testing: test_module_same_hook_repeated 2022-11-23T01:38:59.7513640Z ----- module's output: a_ph_ph_outermod_inner_mod_fh_fh 2022-11-23T01:38:59.7513880Z ----- expected output: a_ph_ph_outermod_inner_mod_fh_fh 2022-11-23T01:38:59.7514070Z testing: test_module_forward_multiple_inputs 2022-11-23T01:38:59.7528520Z ----- module's output: ([pre_hook_override_name, outer_mod_name, inner_mod_name], pre_hook_override_fh) 2022-11-23T01:38:59.7528850Z ----- expected output: ([pre_hook_override_name, outer_mod_name, inner_mod_name], pre_hook_override_fh) 2022-11-23T01:38:59.7529080Z testing: test_module_multiple_hooks_multiple_inputs 2022-11-23T01:38:59.7550890Z ----- module's output: ([pre_hook_override_name2, outer_mod_name, inner_mod_name], pre_hook_override_fh1_fh2) 2022-11-23T01:38:59.7551220Z ----- expected output: ([pre_hook_override_name2, outer_mod_name, inner_mod_name], pre_hook_override_fh1_fh2) 2022-11-23T01:38:59.7552080Z testing: test_module_no_forward_input 2022-11-23T01:38:59.7560080Z ----- module's output: None 2022-11-23T01:38:59.7560350Z ----- expected output: None 2022-11-23T01:38:59.7566560Z testing: test_forward_tuple_input 2022-11-23T01:38:59.7568660Z ----- module's output: (11,) 2022-11-23T01:38:59.7568910Z ----- expected output: (11,) 2022-11-23T01:38:59.7569090Z testing: test_module_forward_invocation_no_hooks_run 2022-11-23T01:38:59.7585360Z ----- module output: ([pre_hook_override_name, outer_mod_name, inner_mod_name], pre_hook_override_fh) 2022-11-23T01:38:59.7585670Z ----- module forward output: ([a, outer_mod_name, inner_mod_name], no_pre_hook_) 2022-11-23T01:38:59.7585880Z testing: test_submodule_to_call_directly_with_hooks 2022-11-23T01:38:59.7596460Z ----- submodule's output: pre_hook_override_name_inner_mod_fh 2022-11-23T01:38:59.7596730Z ----- expected output : pre_hook_override_name_inner_mod_fh 2022-11-23T01:38:59.7596900Z JIT CPP Hooks okay! 2022-11-23T01:38:59.7866390Z + popd 2022-11-23T01:38:59.7866550Z ~/runner/_work/pytorch/pytorch 2022-11-23T01:38:59.7866720Z + assert_git_not_dirty 2022-11-23T01:38:59.7866980Z + [[ macos-12-py3-arm64 != *rocm* ]] 2022-11-23T01:38:59.7867700Z + [[ macos-12-py3-arm64 != *xla* ]] 2022-11-23T01:38:59.7870880Z ++ git status --porcelain 2022-11-23T01:38:59.9196700Z + git_status= 2022-11-23T01:38:59.9196980Z + [[ -n '' ]] 2022-11-23T01:38:59.9197120Z Testing custom backends 2022-11-23T01:38:59.9197270Z + test_custom_backend 2022-11-23T01:38:59.9197460Z + echo 'Testing custom backends' 2022-11-23T01:38:59.9197660Z + pushd test/custom_backend 2022-11-23T01:38:59.9197810Z + rm -rf build 2022-11-23T01:38:59.9198010Z ~/runner/_work/pytorch/pytorch/test/custom_backend ~/runner/_work/pytorch/pytorch 2022-11-23T01:38:59.9211860Z + mkdir build 2022-11-23T01:38:59.9237500Z + pushd build 2022-11-23T01:38:59.9237760Z ~/runner/_work/pytorch/pytorch/test/custom_backend/build ~/runner/_work/pytorch/pytorch/test/custom_backend ~/runner/_work/pytorch/pytorch 2022-11-23T01:38:59.9240740Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:39:00.0195340Z + SITE_PACKAGES=/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages 2022-11-23T01:39:00.0195760Z + CMAKE_PREFIX_PATH=/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch 2022-11-23T01:39:00.0195970Z + cmake .. 2022-11-23T01:39:00.0964450Z -- The C compiler identification is AppleClang 13.1.6.13160021 2022-11-23T01:39:00.1456710Z -- The CXX compiler identification is AppleClang 13.1.6.13160021 2022-11-23T01:39:00.1521150Z -- Detecting C compiler ABI info 2022-11-23T01:39:00.2521000Z -- Detecting C compiler ABI info - done 2022-11-23T01:39:00.2550040Z -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang - skipped 2022-11-23T01:39:00.2552160Z -- Detecting C compile features 2022-11-23T01:39:00.2554950Z -- Detecting C compile features - done 2022-11-23T01:39:00.2602360Z -- Detecting CXX compiler ABI info 2022-11-23T01:39:00.3589510Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:39:00.3619510Z -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ - skipped 2022-11-23T01:39:00.3621660Z -- Detecting CXX compile features 2022-11-23T01:39:00.3625020Z -- Detecting CXX compile features - done 2022-11-23T01:39:00.3731990Z -- Looking for pthread.h 2022-11-23T01:39:00.4752830Z -- Looking for pthread.h - found 2022-11-23T01:39:00.4754380Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:39:00.5816690Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-11-23T01:39:00.5823450Z -- Found Threads: TRUE 2022-11-23T01:39:00.5921150Z CMake Warning at /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:39:00.5921480Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:39:00.5921670Z Call Stack (most recent call first): 2022-11-23T01:39:00.5922380Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:39:00.5922660Z CMakeLists.txt:9 (find_package) 2022-11-23T01:39:00.5922760Z 2022-11-23T01:39:00.5922770Z 2022-11-23T01:39:00.5924020Z -- Found Torch: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libtorch.dylib 2022-11-23T01:39:00.5925470Z -- Configuring done 2022-11-23T01:39:00.6004390Z -- Generating done 2022-11-23T01:39:00.6027300Z -- Build files have been written to: /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build 2022-11-23T01:39:00.6041550Z + make VERBOSE=1 2022-11-23T01:39:00.6081540Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -S/Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend -B/Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:39:00.6202360Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_progress_start /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build/CMakeFiles /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build//CMakeFiles/progress.marks 2022-11-23T01:39:00.6306350Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all 2022-11-23T01:39:00.6319390Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-11-23T01:39:00.6334200Z cd /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build && /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_depends "Unix Makefiles" /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:39:00.6460390Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-11-23T01:39:00.6589330Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T01:39:00.6592650Z /Library/Developer/CommandLineTools/usr/bin/clang++ -Dcustom_backend_EXPORTS -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.9 -fPIC -F/Applications/Xcode_13.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -std=gnu++14 -MD -MT CMakeFiles/custom_backend.dir/custom_backend.cpp.o -MF CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d -o CMakeFiles/custom_backend.dir/custom_backend.cpp.o -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/custom_backend.cpp 2022-11-23T01:39:02.9408210Z [ 50%] Linking CXX shared library libcustom_backend.dylib 2022-11-23T01:39:02.9410860Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-11-23T01:39:02.9507440Z /Library/Developer/CommandLineTools/usr/bin/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.9 -dynamiclib -Wl,-headerpad_max_install_names -o libcustom_backend.dylib -install_name @rpath/libcustom_backend.dylib CMakeFiles/custom_backend.dir/custom_backend.cpp.o -F/Applications/Xcode_13.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libc10.dylib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libtorch.dylib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libtorch_cpu.dylib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libc10.dylib -framework Metal -framework MetalPerformanceShaders -framework Foundation -framework Accelerate 2022-11-23T01:39:02.9591400Z ld: warning: directory not found for option '-F/Applications/Xcode_13.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks' 2022-11-23T01:39:03.0335000Z [ 50%] Built target custom_backend 2022-11-23T01:39:03.0338120Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-11-23T01:39:03.0354960Z cd /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build && /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_depends "Unix Makefiles" /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:39:03.0479660Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-11-23T01:39:03.0606420Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T01:39:03.0610080Z /Library/Developer/CommandLineTools/usr/bin/clang++ -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/include/torch/csrc/api/include -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.9 -F/Applications/Xcode_13.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -std=gnu++14 -MD -MT CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -MF CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d -o CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/test_custom_backend.cpp 2022-11-23T01:39:06.3925900Z [100%] Linking CXX executable test_custom_backend 2022-11-23T01:39:06.3928500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-11-23T01:39:06.4025440Z /Library/Developer/CommandLineTools/usr/bin/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -mmacosx-version-min=10.9 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -F/Applications/Xcode_13.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -Wl,-rpath,/Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib libcustom_backend.dylib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libtorch.dylib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libtorch_cpu.dylib /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libc10.dylib -framework Metal -framework MetalPerformanceShaders -framework Foundation -framework Accelerate /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libc10.dylib 2022-11-23T01:39:06.4109040Z ld: warning: directory not found for option '-F/Applications/Xcode_13.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks' 2022-11-23T01:39:06.4739810Z [100%] Built target test_custom_backend 2022-11-23T01:39:06.4743820Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_progress_start /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_backend/build/CMakeFiles 0 2022-11-23T01:39:06.4845660Z + popd 2022-11-23T01:39:06.4845870Z ~/runner/_work/pytorch/pytorch/test/custom_backend ~/runner/_work/pytorch/pytorch 2022-11-23T01:39:06.4846130Z + python test_custom_backend.py -v 2022-11-23T01:39:07.1137890Z 2022-11-23T01:39:07.1138080Z Running tests... 2022-11-23T01:39:07.1138440Z ---------------------------------------------------------------------- 2022-11-23T01:39:07.1138740Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-11-23T01:39:07.1140440Z test_execute (__main__.TestCustomBackend) 2022-11-23T01:39:07.2368880Z Test execution using the custom backend. ... ok (0.123s) 2022-11-23T01:39:07.2373370Z test_save_load (__main__.TestCustomBackend) 2022-11-23T01:39:07.2486640Z Test that a lowered module can be executed correctly ... ok (0.012s) 2022-11-23T01:39:07.2487840Z 2022-11-23T01:39:07.2488400Z ---------------------------------------------------------------------- 2022-11-23T01:39:07.2488640Z Ran 2 tests in 0.135s 2022-11-23T01:39:07.2488730Z 2022-11-23T01:39:07.2488780Z OK 2022-11-23T01:39:07.2488840Z 2022-11-23T01:39:07.2488910Z Generating XML reports... 2022-11-23T01:39:07.2506360Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20221123013907.xml 2022-11-23T01:39:07.3620900Z + python backend.py --export-module-to=model.pt 2022-11-23T01:39:08.0765140Z + build/test_custom_backend ./model.pt 2022-11-23T01:39:08.3263760Z Testing custom_backend 2022-11-23T01:39:08.3263940Z OK 2022-11-23T01:39:08.3270710Z + rm -f ./model.pt 2022-11-23T01:39:08.3286850Z + popd 2022-11-23T01:39:08.3287010Z ~/runner/_work/pytorch/pytorch 2022-11-23T01:39:08.3287180Z + assert_git_not_dirty 2022-11-23T01:39:08.3287410Z + [[ macos-12-py3-arm64 != *rocm* ]] 2022-11-23T01:39:08.3287610Z + [[ macos-12-py3-arm64 != *xla* ]] 2022-11-23T01:39:08.3290120Z ++ git status --porcelain 2022-11-23T01:39:08.4600090Z + git_status= 2022-11-23T01:39:08.4600370Z + [[ -n '' ]] 2022-11-23T01:39:08.4854180Z Prepare all required actions 2022-11-23T01:39:08.4854480Z Getting action download info 2022-11-23T01:39:08.6517800Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:39:08.8952680Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T01:39:08.8953040Z with: 2022-11-23T01:39:08.8953430Z github-token: *** 2022-11-23T01:39:08.8953560Z env: 2022-11-23T01:39:08.8953690Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:08.8953870Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:39:08.8954010Z TEST_CONFIG: default 2022-11-23T01:39:08.8954140Z SHARD_NUMBER: 2 2022-11-23T01:39:08.8954270Z NUM_TEST_SHARDS: 2 2022-11-23T01:39:08.8954390Z PR_BODY: 2022-11-23T01:39:08.8954520Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:39:08.8954670Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:39:08.8954870Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:08.8955210Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:39:08.8955490Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:39:08.8955750Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:08.8955940Z ##[endgroup] 2022-11-23T01:39:08.8976720Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:39:08.8976890Z with: 2022-11-23T01:39:08.8977000Z shell: bash 2022-11-23T01:39:08.8977120Z timeout_minutes: 10 2022-11-23T01:39:08.8977250Z max_attempts: 5 2022-11-23T01:39:08.8977380Z retry_wait_seconds: 30 2022-11-23T01:39:08.8977660Z 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 "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:39:08.8977940Z polling_interval_seconds: 1 2022-11-23T01:39:08.8978200Z warning_on_retry: true 2022-11-23T01:39:08.8978350Z continue_on_error: false 2022-11-23T01:39:08.8978480Z env: 2022-11-23T01:39:08.8978600Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:08.8978760Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:39:08.8978910Z TEST_CONFIG: default 2022-11-23T01:39:08.8979050Z SHARD_NUMBER: 2 2022-11-23T01:39:08.8979240Z NUM_TEST_SHARDS: 2 2022-11-23T01:39:08.8979370Z PR_BODY: 2022-11-23T01:39:08.8979500Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:39:08.8979650Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:39:08.8979850Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:08.8980100Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:39:08.8980360Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:39:08.8980610Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:08.8980880Z GITHUB_TOKEN: *** 2022-11-23T01:39:08.8981010Z ##[endgroup] 2022-11-23T01:39:08.9610280Z + python3 -m pip install requests==2.26.0 2022-11-23T01:39:09.7205760Z Requirement already satisfied: requests==2.26.0 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (2.26.0) 2022-11-23T01:39:09.7277240Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (1.26.9) 2022-11-23T01:39:09.7280390Z Requirement already satisfied: certifi>=2017.4.17 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2022.5.18.1) 2022-11-23T01:39:09.7285430Z Requirement already satisfied: idna<4,>=2.5 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (3.3) 2022-11-23T01:39:09.7290690Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.26.0) (2.0.4) 2022-11-23T01:39:09.8190720Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-0cc06a3dc07ca237a 2022-11-23T01:39:13.3964950Z + GHA_WORKFLOW_JOB_ID=9655211414 2022-11-23T01:39:13.3967950Z + echo job-id=9655211414 2022-11-23T01:39:13.9733610Z Command completed after 1 attempt(s). 2022-11-23T01:39:13.9955400Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T01:39:13.9956490Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T01:39:14.0011100Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:39:14.0011560Z env: 2022-11-23T01:39:14.0012120Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:14.0012650Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:39:14.0013100Z TEST_CONFIG: default 2022-11-23T01:39:14.0013490Z SHARD_NUMBER: 2 2022-11-23T01:39:14.0013870Z NUM_TEST_SHARDS: 2 2022-11-23T01:39:14.0014260Z PR_BODY: 2022-11-23T01:39:14.0014650Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:39:14.0015100Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:39:14.0015690Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:14.0016460Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:39:14.0046370Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:39:14.0047210Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:14.0047870Z MONITOR_SCRIPT_PID: 27794 2022-11-23T01:39:14.0048290Z ##[endgroup] 2022-11-23T01:39:14.3309310Z Prepare all required actions 2022-11-23T01:39:14.3309580Z Getting action download info 2022-11-23T01:39:14.4769520Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T01:39:14.8126220Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T01:39:14.9927570Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T01:39:14.9927730Z with: 2022-11-23T01:39:14.9927840Z use-gha: true 2022-11-23T01:39:14.9928000Z file-suffix: test-default-2-2-macos-m1-12_9655211414 2022-11-23T01:39:14.9928150Z env: 2022-11-23T01:39:14.9928270Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:14.9928430Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:39:14.9928570Z TEST_CONFIG: default 2022-11-23T01:39:14.9928700Z SHARD_NUMBER: 2 2022-11-23T01:39:14.9928820Z NUM_TEST_SHARDS: 2 2022-11-23T01:39:14.9928940Z PR_BODY: 2022-11-23T01:39:14.9929080Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:39:14.9929230Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:39:14.9929420Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:14.9929680Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:39:14.9929960Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:39:14.9930220Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:14.9930400Z ##[endgroup] 2022-11-23T01:39:14.9974320Z ##[group]Run actions/upload-artifact@v3 2022-11-23T01:39:14.9974470Z with: 2022-11-23T01:39:14.9974650Z name: test-jsons-runattempt1-test-default-2-2-macos-m1-12_9655211414.zip 2022-11-23T01:39:14.9974850Z retention-days: 14 2022-11-23T01:39:14.9974990Z if-no-files-found: warn 2022-11-23T01:39:14.9975120Z path: test/**/*.json 2022-11-23T01:39:14.9975240Z env: 2022-11-23T01:39:14.9975360Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:14.9975510Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:39:14.9975650Z TEST_CONFIG: default 2022-11-23T01:39:14.9975780Z SHARD_NUMBER: 2 2022-11-23T01:39:14.9975900Z NUM_TEST_SHARDS: 2 2022-11-23T01:39:14.9976020Z PR_BODY: 2022-11-23T01:39:14.9976140Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:39:14.9976290Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:39:14.9976480Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:14.9976740Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:39:14.9977080Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:39:14.9977340Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:14.9977520Z ##[endgroup] 2022-11-23T01:39:15.1240340Z With the provided path, there will be 5 files uploaded 2022-11-23T01:39:15.1241920Z Starting artifact upload 2022-11-23T01:39:15.1242480Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2022-11-23T01:39:15.1242830Z Artifact name is valid! 2022-11-23T01:39:15.8503660Z Container for artifact "test-jsons-runattempt1-test-default-2-2-macos-m1-12_9655211414.zip" successfully created. Starting upload of file(s) 2022-11-23T01:39:16.1399990Z Total size of all the files uploaded is 38420 bytes 2022-11-23T01:39:16.1401080Z File upload process has finished. Finalizing the artifact upload 2022-11-23T01:39:16.1715150Z Artifact has been finalized. All files have been successfully uploaded! 2022-11-23T01:39:16.1716040Z 2022-11-23T01:39:16.1716650Z The raw size of all the files that were specified for upload is 363633 bytes 2022-11-23T01:39:16.1719910Z The size of all the files that were uploaded is 38420 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-11-23T01:39:16.1721350Z 2022-11-23T01:39:16.1723070Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2022-11-23T01:39:16.1724410Z 2022-11-23T01:39:16.1725690Z Artifact test-jsons-runattempt1-test-default-2-2-macos-m1-12_9655211414.zip has been successfully uploaded! 2022-11-23T01:39:16.1901570Z ##[group]Run actions/upload-artifact@v3 2022-11-23T01:39:16.1902280Z with: 2022-11-23T01:39:16.1903170Z name: test-reports-runattempt1-test-default-2-2-macos-m1-12_9655211414.zip 2022-11-23T01:39:16.1904080Z retention-days: 14 2022-11-23T01:39:16.1904730Z if-no-files-found: ignore 2022-11-23T01:39:16.1905380Z path: test/**/*.xml test/**/*.csv 2022-11-23T01:39:16.1905950Z env: 2022-11-23T01:39:16.1906490Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:16.1907180Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:39:16.1907850Z TEST_CONFIG: default 2022-11-23T01:39:16.1908420Z SHARD_NUMBER: 2 2022-11-23T01:39:16.1908970Z NUM_TEST_SHARDS: 2 2022-11-23T01:39:16.1909510Z PR_BODY: 2022-11-23T01:39:16.1910080Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:39:16.1910730Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:39:16.1911540Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:16.1912610Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:39:16.1913740Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:39:16.1914830Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:16.1915620Z ##[endgroup] 2022-11-23T01:39:16.3880240Z With the provided path, there will be 237 files uploaded 2022-11-23T01:39:16.3881200Z Starting artifact upload 2022-11-23T01:39:16.3882350Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2022-11-23T01:39:16.3883220Z Artifact name is valid! 2022-11-23T01:39:16.4679610Z Container for artifact "test-reports-runattempt1-test-default-2-2-macos-m1-12_9655211414.zip" successfully created. Starting upload of file(s) 2022-11-23T01:39:26.4745810Z Total file count: 237 ---- Processed file #125 (52.7%) 2022-11-23T01:39:33.4560910Z Total size of all the files uploaded is 437967 bytes 2022-11-23T01:39:33.4563570Z File upload process has finished. Finalizing the artifact upload 2022-11-23T01:39:33.4948370Z Artifact has been finalized. All files have been successfully uploaded! 2022-11-23T01:39:33.4949120Z 2022-11-23T01:39:33.4949710Z The raw size of all the files that were specified for upload is 10127956 bytes 2022-11-23T01:39:33.4951380Z The size of all the files that were uploaded is 437967 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-11-23T01:39:33.4952390Z 2022-11-23T01:39:33.4954090Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2022-11-23T01:39:33.4955390Z 2022-11-23T01:39:33.4958550Z Artifact test-reports-runattempt1-test-default-2-2-macos-m1-12_9655211414.zip has been successfully uploaded! 2022-11-23T01:39:33.5166700Z ##[group]Run actions/upload-artifact@v3 2022-11-23T01:39:33.5167270Z with: 2022-11-23T01:39:33.5167990Z name: usage-log-runattempt1-test-default-2-2-macos-m1-12_9655211414.zip 2022-11-23T01:39:33.5168740Z retention-days: 14 2022-11-23T01:39:33.5169260Z if-no-files-found: ignore 2022-11-23T01:39:33.5169800Z path: usage_log.txt 2022-11-23T01:39:33.5170240Z env: 2022-11-23T01:39:33.5170710Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:33.5171830Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:39:33.5172430Z TEST_CONFIG: default 2022-11-23T01:39:33.5172900Z SHARD_NUMBER: 2 2022-11-23T01:39:33.5173350Z NUM_TEST_SHARDS: 2 2022-11-23T01:39:33.5173800Z PR_BODY: 2022-11-23T01:39:33.5174270Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:39:33.5174830Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:39:33.5175540Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:33.5176490Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:39:33.5177500Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:39:33.5178450Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:33.5179130Z ##[endgroup] 2022-11-23T01:39:33.6070690Z With the provided path, there will be 1 file uploaded 2022-11-23T01:39:33.6071540Z Starting artifact upload 2022-11-23T01:39:33.6072050Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2022-11-23T01:39:33.6072390Z Artifact name is valid! 2022-11-23T01:39:33.6464610Z Container for artifact "usage-log-runattempt1-test-default-2-2-macos-m1-12_9655211414.zip" successfully created. Starting upload of file(s) 2022-11-23T01:39:33.8006570Z Total size of all the files uploaded is 80851 bytes 2022-11-23T01:39:33.8007050Z File upload process has finished. Finalizing the artifact upload 2022-11-23T01:39:33.8248000Z Artifact has been finalized. All files have been successfully uploaded! 2022-11-23T01:39:33.8248370Z 2022-11-23T01:39:33.8248650Z The raw size of all the files that were specified for upload is 5316452 bytes 2022-11-23T01:39:33.8249430Z The size of all the files that were uploaded is 80851 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-11-23T01:39:33.8249850Z 2022-11-23T01:39:33.8250560Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2022-11-23T01:39:33.8251080Z 2022-11-23T01:39:33.8251610Z Artifact usage-log-runattempt1-test-default-2-2-macos-m1-12_9655211414.zip has been successfully uploaded! 2022-11-23T01:39:33.8322400Z ##[group]Run set -x 2022-11-23T01:39:33.8322720Z set -x 2022-11-23T01:39:33.8323260Z ${CONDA_RUN} python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T01:39:33.8512080Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:39:33.8512480Z env: 2022-11-23T01:39:33.8512690Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:39:33.8512960Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:39:33.8513220Z TEST_CONFIG: default 2022-11-23T01:39:33.8513430Z SHARD_NUMBER: 2 2022-11-23T01:39:33.8513640Z NUM_TEST_SHARDS: 2 2022-11-23T01:39:33.8513860Z PR_BODY: 2022-11-23T01:39:33.8514070Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:39:33.8514360Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:39:33.8514680Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:33.8515100Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:39:33.8515680Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:39:33.8516230Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:39:33.8516650Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:39:33.8516880Z BRANCH: master 2022-11-23T01:39:33.8517080Z PR_NUMBER: 2022-11-23T01:39:33.8517320Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:39:33.8517560Z TAG: 2022-11-23T01:39:33.8517760Z WORKFLOW_ID: 3528293554 2022-11-23T01:39:33.8518580Z GITHUB_TOKEN: *** 2022-11-23T01:39:33.8518860Z AWS_ACCESS_KEY_ID: *** 2022-11-23T01:39:33.8519270Z AWS_SECRET_ACCESS_KEY: *** 2022-11-23T01:39:33.8519520Z GHA_WORKFLOW_JOB_ID: 9655211414 2022-11-23T01:39:33.8535870Z ##[endgroup] 2022-11-23T01:39:34.1023010Z + conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T01:39:34.1023530Z + local cmd=run 2022-11-23T01:39:34.1023680Z + case "$cmd" in 2022-11-23T01:39:34.1024080Z + __conda_exe run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T01:39:34.1026000Z + __add_sys_prefix_to_path 2022-11-23T01:39:34.1026190Z + '[' -n '' ']' 2022-11-23T01:39:34.1029600Z ++ dirname /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2022-11-23T01:39:34.1038870Z + SYSP=/Users/ec2-user/runner/_work/_temp/miniconda/bin 2022-11-23T01:39:34.1041370Z ++ dirname /Users/ec2-user/runner/_work/_temp/miniconda/bin 2022-11-23T01:39:34.1053340Z + SYSP=/Users/ec2-user/runner/_work/_temp/miniconda 2022-11-23T01:39:34.1053600Z + '[' -n '' ']' 2022-11-23T01:39:34.1054110Z + PATH=/Users/ec2-user/runner/_work/_temp/miniconda/bin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/Users/ec2-user/runner/_work/_temp/miniconda/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/bin:/opt/homebrew/sbin 2022-11-23T01:39:34.1054480Z + export PATH 2022-11-23T01:39:34.1054900Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T01:39:51.2212180Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T01:39:51.2212830Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorType":"Runtime.ExitError","errorMessage":"RequestId: 6c118e42-7599-4d13-9c76-c64e1efd1e09 Error: Runtime exited with error: signal: killed"} 2022-11-23T01:39:51.2213070Z 2022-11-23T01:39:51.2213200Z ----- Historic stats comparison result ------ 2022-11-23T01:39:51.2213490Z 2022-11-23T01:39:51.2213650Z job: macos-12-py3-arm64 2022-11-23T01:39:51.2213940Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:39:51.2214610Z 2022-11-23T01:39:51.2214760Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T01:39:51.2215060Z 2022-11-23T01:39:51.2215140Z : (master) 2022-11-23T01:39:51.2215270Z | 2022-11-23T01:39:51.2215460Z * 1cfd3858ac (HEAD) total time 2084.88s 2022-11-23T01:39:51.2219210Z * 26322544b8 (base) 3 reports, total time 2075.38s ± 559.11s 2022-11-23T01:39:51.2219600Z * 7f4b4d2827 3 reports, total time 2076.40s ± 568.72s 2022-11-23T01:39:51.2219860Z * b50699f247 3 reports, total time 2085.99s ± 561.85s 2022-11-23T01:39:51.2220110Z * 8bf8e4d71e 3 reports, total time 2082.82s ± 561.76s 2022-11-23T01:39:51.2220360Z * ce856cee7e 3 reports, total time 2085.24s ± 559.20s 2022-11-23T01:39:51.2220600Z * 391b593ca2 3 reports, total time 2081.37s ± 562.69s 2022-11-23T01:39:51.2220850Z * 5bba783d21 3 reports, total time 2081.89s ± 564.13s 2022-11-23T01:39:51.2221150Z * ea920a1115 3 reports, total time 2076.36s ± 559.32s 2022-11-23T01:39:51.2221390Z * 74e62a1fef 3 reports, total time 2090.08s ± 571.84s 2022-11-23T01:39:51.2221640Z * 00b7d8ef23 3 reports, total time 2334.11s ± 718.79s 2022-11-23T01:39:51.2221810Z | 2022-11-23T01:39:51.2221940Z : 2022-11-23T01:39:51.2222000Z 2022-11-23T01:39:51.2222110Z Removed (across 346 suites) 0 tests, totaling 0.00s 2022-11-23T01:39:51.2222320Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T01:39:51.2222530Z Added (across 227 suites) 44190 tests, totaling +2084.88s 2022-11-23T01:39:51.3001250Z Post job cleanup. 2022-11-23T01:39:51.4235290Z Post job cleanup. 2022-11-23T01:39:51.5254550Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.9-20221123d-2488c3fa9020841bbd983f8742681f4c23e162eb7a557e94c2067663a616b913-90f66d2a9eb8c1f026606d87ba212c02bae76ec1cd28bfa87b8f682da1da6388, not saving cache. 2022-11-23T01:39:51.5296440Z Post job cleanup. 2022-11-23T01:39:51.6243790Z Cache hit occurred on the primary key miniconda-macOS-ARM64-3.9-20221123d, not saving cache. 2022-11-23T01:39:51.6301440Z Post job cleanup. 2022-11-23T01:39:51.6329510Z Post job cleanup. 2022-11-23T01:39:51.7168070Z [command]/usr/bin/git version 2022-11-23T01:39:51.7224020Z git version 2.32.1 (Apple Git-133) 2022-11-23T01:39:51.7242640Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/d6bbad55-a0c4-411c-b4da-9d618559bdba/.gitconfig' 2022-11-23T01:39:51.7249570Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/d6bbad55-a0c4-411c-b4da-9d618559bdba' before making global git config changes 2022-11-23T01:39:51.7249910Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:39:51.7253330Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:39:51.7308980Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:39:51.7355380Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:39:51.7802880Z Entering 'android/libs/fbjni' 2022-11-23T01:39:51.7861790Z Entering 'third_party/FP16' 2022-11-23T01:39:51.7918410Z Entering 'third_party/FXdiv' 2022-11-23T01:39:51.7974750Z Entering 'third_party/NNPACK' 2022-11-23T01:39:51.8031180Z Entering 'third_party/QNNPACK' 2022-11-23T01:39:51.8087550Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:39:51.8143790Z Entering 'third_party/XNNPACK' 2022-11-23T01:39:51.8204530Z Entering 'third_party/benchmark' 2022-11-23T01:39:51.8262330Z Entering 'third_party/cpuinfo' 2022-11-23T01:39:51.8320320Z Entering 'third_party/cub' 2022-11-23T01:39:51.8377230Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:39:51.8435230Z Entering 'third_party/cutlass' 2022-11-23T01:39:51.8493670Z Entering 'third_party/eigen' 2022-11-23T01:39:51.8551060Z Entering 'third_party/fbgemm' 2022-11-23T01:39:51.8606390Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:51.8663210Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:51.8719840Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:51.8776210Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:51.8834310Z Entering 'third_party/flatbuffers' 2022-11-23T01:39:51.8891540Z Entering 'third_party/fmt' 2022-11-23T01:39:51.8948390Z Entering 'third_party/foxi' 2022-11-23T01:39:51.9003860Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:39:51.9059680Z Entering 'third_party/gloo' 2022-11-23T01:39:51.9117300Z Entering 'third_party/googletest' 2022-11-23T01:39:51.9173460Z Entering 'third_party/ideep' 2022-11-23T01:39:51.9227480Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:39:51.9284770Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:39:51.9345630Z Entering 'third_party/ios-cmake' 2022-11-23T01:39:51.9401120Z Entering 'third_party/ittapi' 2022-11-23T01:39:51.9457000Z Entering 'third_party/kineto' 2022-11-23T01:39:51.9512120Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:39:51.9568810Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:39:51.9627150Z Entering 'third_party/nccl/nccl' 2022-11-23T01:39:51.9683630Z Entering 'third_party/neon2sse' 2022-11-23T01:39:51.9739340Z Entering 'third_party/nlohmann' 2022-11-23T01:39:51.9795680Z Entering 'third_party/onnx' 2022-11-23T01:39:51.9857820Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:39:51.9914490Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:39:51.9971620Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:39:52.0027320Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:39:52.0084130Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:39:52.0140490Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:39:52.0196370Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:39:52.0255350Z Entering 'third_party/pocketfft' 2022-11-23T01:39:52.0311040Z Entering 'third_party/protobuf' 2022-11-23T01:39:52.0367490Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:39:52.0424140Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:39:52.0481390Z Entering 'third_party/psimd' 2022-11-23T01:39:52.0536890Z Entering 'third_party/pthreadpool' 2022-11-23T01:39:52.0592310Z Entering 'third_party/pybind11' 2022-11-23T01:39:52.0648780Z Entering 'third_party/python-enum' 2022-11-23T01:39:52.0704620Z Entering 'third_party/python-peachpy' 2022-11-23T01:39:52.0759840Z Entering 'third_party/python-six' 2022-11-23T01:39:52.0816080Z Entering 'third_party/sleef' 2022-11-23T01:39:52.0871960Z Entering 'third_party/tbb' 2022-11-23T01:39:52.0928240Z Entering 'third_party/tensorpipe' 2022-11-23T01:39:52.0983350Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:39:52.1039490Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:39:52.1094650Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:39:52.1150460Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:39:52.1205460Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:39:52.1264460Z Entering 'third_party/zstd' 2022-11-23T01:39:52.1330490Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:39:52.1376470Z http.https://github.com/.extraheader 2022-11-23T01:39:52.1382240Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:39:52.1433700Z [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-11-23T01:39:52.1812820Z Entering 'android/libs/fbjni' 2022-11-23T01:39:52.1846910Z http.https://github.com/.extraheader 2022-11-23T01:39:52.1938100Z Entering 'third_party/FP16' 2022-11-23T01:39:52.1971960Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2029950Z Entering 'third_party/FXdiv' 2022-11-23T01:39:52.2065020Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2120410Z Entering 'third_party/NNPACK' 2022-11-23T01:39:52.2154810Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2215870Z Entering 'third_party/QNNPACK' 2022-11-23T01:39:52.2250370Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2305540Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:39:52.2339790Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2382570Z Entering 'third_party/XNNPACK' 2022-11-23T01:39:52.2417230Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2471210Z Entering 'third_party/benchmark' 2022-11-23T01:39:52.2505950Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2560410Z Entering 'third_party/cpuinfo' 2022-11-23T01:39:52.2595140Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2647150Z Entering 'third_party/cub' 2022-11-23T01:39:52.2681430Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2734730Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:39:52.2768790Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2813400Z Entering 'third_party/cutlass' 2022-11-23T01:39:52.2847560Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2893510Z Entering 'third_party/eigen' 2022-11-23T01:39:52.2928450Z http.https://github.com/.extraheader 2022-11-23T01:39:52.2979240Z Entering 'third_party/fbgemm' 2022-11-23T01:39:52.3013850Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3070060Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:52.3104380Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3167410Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:52.3201970Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3259210Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:52.3293790Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3351860Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:52.3386670Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3443340Z Entering 'third_party/flatbuffers' 2022-11-23T01:39:52.3478380Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3521740Z Entering 'third_party/fmt' 2022-11-23T01:39:52.3556440Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3605430Z Entering 'third_party/foxi' 2022-11-23T01:39:52.3639630Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3701950Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:39:52.3736030Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3793310Z Entering 'third_party/gloo' 2022-11-23T01:39:52.3827480Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3883370Z Entering 'third_party/googletest' 2022-11-23T01:39:52.3917660Z http.https://github.com/.extraheader 2022-11-23T01:39:52.3974200Z Entering 'third_party/ideep' 2022-11-23T01:39:52.4008560Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4061100Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:39:52.4095510Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4164280Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:39:52.4198230Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4276850Z Entering 'third_party/ios-cmake' 2022-11-23T01:39:52.4311820Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4364580Z Entering 'third_party/ittapi' 2022-11-23T01:39:52.4398410Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4441430Z Entering 'third_party/kineto' 2022-11-23T01:39:52.4475870Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4517580Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:39:52.4551820Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4595270Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:39:52.4629520Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4674410Z Entering 'third_party/nccl/nccl' 2022-11-23T01:39:52.4708070Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4756840Z Entering 'third_party/neon2sse' 2022-11-23T01:39:52.4790480Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4845790Z Entering 'third_party/nlohmann' 2022-11-23T01:39:52.4879770Z http.https://github.com/.extraheader 2022-11-23T01:39:52.4922820Z Entering 'third_party/onnx' 2022-11-23T01:39:52.4956940Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5010960Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:39:52.5045550Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5129960Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:39:52.5164310Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5215800Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:39:52.5250400Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5304560Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:39:52.5339360Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5412250Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:39:52.5446880Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5513130Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:39:52.5547460Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5601270Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:39:52.5635760Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5706930Z Entering 'third_party/pocketfft' 2022-11-23T01:39:52.5741470Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5784340Z Entering 'third_party/protobuf' 2022-11-23T01:39:52.5818420Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5868570Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:39:52.5903680Z http.https://github.com/.extraheader 2022-11-23T01:39:52.5971300Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:39:52.6005680Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6062490Z Entering 'third_party/psimd' 2022-11-23T01:39:52.6097070Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6152110Z Entering 'third_party/pthreadpool' 2022-11-23T01:39:52.6186330Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6243530Z Entering 'third_party/pybind11' 2022-11-23T01:39:52.6277540Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6335070Z Entering 'third_party/python-enum' 2022-11-23T01:39:52.6368920Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6423300Z Entering 'third_party/python-peachpy' 2022-11-23T01:39:52.6458730Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6513910Z Entering 'third_party/python-six' 2022-11-23T01:39:52.6547610Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6610660Z Entering 'third_party/sleef' 2022-11-23T01:39:52.6645210Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6699970Z Entering 'third_party/tbb' 2022-11-23T01:39:52.6734180Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6777790Z Entering 'third_party/tensorpipe' 2022-11-23T01:39:52.6812050Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6861480Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:39:52.6896180Z http.https://github.com/.extraheader 2022-11-23T01:39:52.6951450Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:39:52.6986090Z http.https://github.com/.extraheader 2022-11-23T01:39:52.7043110Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:39:52.7077180Z http.https://github.com/.extraheader 2022-11-23T01:39:52.7131100Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:39:52.7165470Z http.https://github.com/.extraheader 2022-11-23T01:39:52.7220070Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:39:52.7254670Z http.https://github.com/.extraheader 2022-11-23T01:39:52.7314140Z Entering 'third_party/zstd' 2022-11-23T01:39:52.7349210Z http.https://github.com/.extraheader 2022-11-23T01:39:52.7553150Z Cleaning up orphan processes 2022-11-23T01:39:52.7864670Z Terminate orphan process: pid (27862) (python3.9)